Home
last modified time | relevance | path

Searched defs:common (Results 1 – 23 of 23) sorted by relevance

/hal_espressif-3.4.0/components/bt/host/bluedroid/external/sbc/decoder/srce/
Dbitalloc-sbc.c35 static void dualBitAllocation(OI_CODEC_SBC_COMMON_CONTEXT *common) in dualBitAllocation()
51 static void stereoBitAllocation(OI_CODEC_SBC_COMMON_CONTEXT *common) in stereoBitAllocation()
101 PRIVATE void OI_SBC_ComputeBitAllocation(OI_CODEC_SBC_COMMON_CONTEXT *common) in OI_SBC_ComputeBitAllocation()
121 OI_UINT8 OI_CODEC_SBC_GetMaxBitneed(OI_CODEC_SBC_COMMON_CONTEXT *common) in OI_CODEC_SBC_GetMaxBitneed()
156 OI_UINT16 OI_CODEC_SBC_CalculatePcmBytes(OI_CODEC_SBC_COMMON_CONTEXT *common) in OI_CODEC_SBC_CalculatePcmBytes()
Ddecoder-private.c95 INLINE void OI_SBC_ReadHeader(OI_CODEC_SBC_COMMON_CONTEXT *common, const OI_BYTE *data) in OI_SBC_ReadHeader()
167 PRIVATE void OI_SBC_ReadScalefactors(OI_CODEC_SBC_COMMON_CONTEXT *common, in OI_SBC_ReadScalefactors()
213 OI_CODEC_SBC_COMMON_CONTEXT *common = &context->common; in OI_SBC_ReadSamples() local
Dbitalloc.c129 OI_UINT computeBitneed(OI_CODEC_SBC_COMMON_CONTEXT *common, in computeBitneed()
353 void oneChannelBitAllocation(OI_CODEC_SBC_COMMON_CONTEXT *common, in oneChannelBitAllocation()
390 void monoBitAllocation(OI_CODEC_SBC_COMMON_CONTEXT *common) in monoBitAllocation()
Dalloc.c29 PRIVATE OI_STATUS OI_CODEC_SBC_Alloc(OI_CODEC_SBC_COMMON_CONTEXT *common, in OI_CODEC_SBC_Alloc()
Ddecoder-sbc.c457 OI_CODEC_SBC_COMMON_CONTEXT *common = &context->common; in OI_SBC_ReadSamplesJoint() local
/hal_espressif-3.4.0/components/bt/esp_ble_mesh/mesh_models/client/
Dtime_scene_client.c369 static int time_scene_get_state(bt_mesh_client_common_param_t *common, void *value) in time_scene_get_state()
392 static int time_scene_set_state(bt_mesh_client_common_param_t *common, in time_scene_set_state()
484 int bt_mesh_time_scene_client_get_state(bt_mesh_client_common_param_t *common, void *get) in bt_mesh_time_scene_client_get_state()
522 int bt_mesh_time_scene_client_set_state(bt_mesh_client_common_param_t *common, void *set) in bt_mesh_time_scene_client_set_state()
Dsensor_client.c352 static int sensor_act_state(bt_mesh_client_common_param_t *common, in sensor_act_state()
454 int bt_mesh_sensor_client_get_state(bt_mesh_client_common_param_t *common, void *get) in bt_mesh_sensor_client_get_state()
519 int bt_mesh_sensor_client_set_state(bt_mesh_client_common_param_t *common, void *set) in bt_mesh_sensor_client_set_state()
Dgeneric_client.c686 static int gen_get_state(bt_mesh_client_common_param_t *common, void *value) in gen_get_state()
727 static int gen_set_state(bt_mesh_client_common_param_t *common, in gen_set_state()
903 int bt_mesh_generic_client_get_state(bt_mesh_client_common_param_t *common, void *get) in bt_mesh_generic_client_get_state()
966 int bt_mesh_generic_client_set_state(bt_mesh_client_common_param_t *common, void *set) in bt_mesh_generic_client_set_state()
Dlighting_client.c769 static int light_get_state(bt_mesh_client_common_param_t *common, void *value) in light_get_state()
792 static int light_set_state(bt_mesh_client_common_param_t *common, in light_set_state()
1027 int bt_mesh_light_client_get_state(bt_mesh_client_common_param_t *common, void *get) in bt_mesh_light_client_get_state()
1080 int bt_mesh_light_client_set_state(bt_mesh_client_common_param_t *common, void *set) in bt_mesh_light_client_set_state()
/hal_espressif-3.4.0/examples/bluetooth/esp_ble_mesh/ble_mesh_provisioner/main/
Dmain.c168 static esp_err_t example_ble_mesh_set_msg_common(esp_ble_mesh_client_common_param_t *common, in example_ble_mesh_set_msg_common()
192 esp_ble_mesh_client_common_param_t common = {0}; in prov_complete() local
348 esp_ble_mesh_client_common_param_t common = {0}; in example_ble_mesh_config_client_cb() local
488 esp_ble_mesh_client_common_param_t common = {0}; in example_ble_mesh_generic_client_cb() local
/hal_espressif-3.4.0/examples/bluetooth/esp_ble_mesh/ble_mesh_sensor_model/sensor_client/main/
Dmain.c92 static void example_ble_mesh_set_msg_common(esp_ble_mesh_client_common_param_t *common, in example_ble_mesh_set_msg_common()
110 esp_ble_mesh_client_common_param_t common = {0}; in prov_complete() local
287 esp_ble_mesh_client_common_param_t common = {0}; in example_ble_mesh_config_client_cb() local
419 esp_ble_mesh_client_common_param_t common = {0}; in example_ble_mesh_send_sensor_message() local
/hal_espressif-3.4.0/examples/bluetooth/esp_ble_mesh/common_components/fast_provisioning/
Dble_mesh_fast_prov_operation.c330 esp_ble_mesh_client_common_param_t common = {0}; in example_send_config_appkey_add() local
371 esp_ble_mesh_client_common_param_t common = {0}; in example_send_generic_onoff_get() local
396 esp_ble_mesh_client_common_param_t common = {0}; in example_send_generic_onoff_set() local
/hal_espressif-3.4.0/examples/bluetooth/esp_ble_mesh/ble_mesh_vendor_model/vendor_client/main/
Dmain.c145 static void example_ble_mesh_set_msg_common(esp_ble_mesh_client_common_param_t *common, in example_ble_mesh_set_msg_common()
163 esp_ble_mesh_client_common_param_t common = {0}; in prov_complete() local
342 esp_ble_mesh_client_common_param_t common = {0}; in example_ble_mesh_config_client_cb() local
/hal_espressif-3.4.0/components/esp_timer/test/
Dtest_ets_timer.c117 test_timers_ordered_correctly_common_t* common; member
154 test_timers_ordered_correctly_common_t common = { variable
Dtest_esp_timer.c273 test_timers_ordered_correctly_common_t* common; member
308 test_timers_ordered_correctly_common_t common = { variable
/hal_espressif-3.4.0/examples/bluetooth/esp_ble_mesh/ble_mesh_node/onoff_client/main/
Dmain.c174 esp_ble_mesh_client_common_param_t common = {0}; in example_ble_mesh_send_gen_onoff_set() local
/hal_espressif-3.4.0/examples/bluetooth/bluedroid/ble/ble_eddystone/main/
Desp_eddystone_api.h19 } common; member
/hal_espressif-3.4.0/tools/test_mkuf2/
Dtest_mkuf2.py183 def common(self, t, chunk_size=None): member in BinaryTester
/hal_espressif-3.4.0/components/bt/esp_ble_mesh/btc/
Dbtc_ble_mesh_time_scene_model.c294 bt_mesh_client_common_param_t common = {0}; in btc_ble_mesh_time_scene_client_call_handler() local
Dbtc_ble_mesh_generic_model.c448 bt_mesh_client_common_param_t common = {0}; in btc_ble_mesh_generic_client_call_handler() local
Dbtc_ble_mesh_lighting_model.c292 bt_mesh_client_common_param_t common = {0}; in btc_ble_mesh_lighting_client_call_handler() local
Dbtc_ble_mesh_sensor_model.c530 bt_mesh_client_common_param_t common = {0}; in btc_ble_mesh_sensor_client_call_handler() local
/hal_espressif-3.4.0/components/bt/host/bluedroid/external/sbc/decoder/include/
Doi_codec_sbc.h201 OI_CODEC_SBC_COMMON_CONTEXT common; member