Home
last modified time | relevance | path

Searched refs:hw_module (Results 1 – 4 of 4) sorted by relevance

/system/bt/bta/sys/
Dbta_sys_main.cc316 bta_sys_cb.sys_hw_module_active |= ((uint32_t)1 << p_sys_hw_msg->hw_module); in bta_sys_hw_api_enable()
321 p_msg->hw_module = p_sys_hw_msg->hw_module; in bta_sys_hw_api_enable()
326 bta_sys_cb.sys_hw_module_active |= ((uint32_t)1 << p_sys_hw_msg->hw_module); in bta_sys_hw_api_enable()
329 if (bta_sys_cb.sys_hw_cback[p_sys_hw_msg->hw_module] != NULL) in bta_sys_hw_api_enable()
330 bta_sys_cb.sys_hw_cback[p_sys_hw_msg->hw_module](BTA_SYS_HW_ON_EVT); in bta_sys_hw_api_enable()
334 p_sys_hw_msg->hw_module, bta_sys_cb.sys_hw_module_active); in bta_sys_hw_api_enable()
350 p_sys_hw_msg->hw_module, bta_sys_cb.sys_hw_module_active); in bta_sys_hw_api_disable()
353 bta_sys_disable(p_sys_hw_msg->hw_module); in bta_sys_hw_api_disable()
356 bta_sys_cb.sys_hw_module_active &= ~((uint32_t)1 << p_sys_hw_msg->hw_module); in bta_sys_hw_api_disable()
363 if (bta_sys_cb.sys_hw_cback[p_sys_hw_msg->hw_module] != NULL) in bta_sys_hw_api_disable()
[all …]
Dbta_sys.h161 tBTA_SYS_HW_MODULE hw_module; member
/system/media/audio/include/system/
Daudio.h448 audio_module_handle_t hw_module; /* module the device is attached to */ member
456 audio_module_handle_t hw_module; /* module the stream is attached to */ member
504 audio_module_handle_t hw_module; /* module the device is attached to */ member
511 audio_module_handle_t hw_module; /* module the stream is attached to */ member
1288 if (lhs->ext.device.hw_module != rhs->ext.device.hw_module || in audio_port_configs_are_equal()
1296 if (lhs->ext.mix.hw_module != rhs->ext.mix.hw_module || in audio_port_configs_are_equal()
/system/bt/bta/dm/
Dbta_dm_act.cc279 sys_enable_event->hw_module = BTA_SYS_HW_BLUETOOTH; in bta_dm_enable()
2970 sys_enable_event->hw_module = BTA_SYS_HW_BLUETOOTH; in bta_dm_disable_conn_down_timer_cback()