Home
last modified time | relevance | path

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

/system/bt/bta/sys/
Dbta_sys_main.c359 bta_sys_cb.sys_hw_module_active |= ((UINT32)1 << p_sys_hw_msg->hw_module ); in bta_sys_hw_api_enable()
365 p_msg->hw_module = p_sys_hw_msg->hw_module; in bta_sys_hw_api_enable()
373 bta_sys_cb.sys_hw_module_active |= ((UINT32)1 << p_sys_hw_msg->hw_module ); in bta_sys_hw_api_enable()
376 if (bta_sys_cb.sys_hw_cback[p_sys_hw_msg->hw_module ]!= NULL ) in bta_sys_hw_api_enable()
377 bta_sys_cb.sys_hw_cback[p_sys_hw_msg->hw_module ]( BTA_SYS_HW_ON_EVT ); in bta_sys_hw_api_enable()
381 p_sys_hw_msg->hw_module, bta_sys_cb.sys_hw_module_active); in bta_sys_hw_api_enable()
398 p_sys_hw_msg->hw_module, bta_sys_cb.sys_hw_module_active ); in bta_sys_hw_api_disable()
401 bta_sys_disable( p_sys_hw_msg->hw_module ); in bta_sys_hw_api_disable()
405 bta_sys_cb.sys_hw_module_active &= ~((UINT32)1 << p_sys_hw_msg->hw_module ); in bta_sys_hw_api_disable()
412 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/core/fingerprintd/
DFingerprintDaemonProxy.cpp182 const hw_module_t *hw_module = NULL; in openHal() local
183 if (0 != (err = hw_get_module(FINGERPRINT_HARDWARE_MODULE_ID, &hw_module))) { in openHal()
187 if (NULL == hw_module) { in openHal()
192 mModule = reinterpret_cast<const fingerprint_module_t*>(hw_module); in openHal()
201 if (0 != (err = mModule->common.methods->open(hw_module, NULL, &device))) { in openHal()
/system/media/audio/include/system/
Daudio.h921 audio_module_handle_t hw_module; /* module the device is attached to */ member
929 audio_module_handle_t hw_module; /* module the stream is attached to */ member
984 audio_module_handle_t hw_module; /* module the device is attached to */ member
997 audio_module_handle_t hw_module; /* module the stream is attached to */ member
/system/bt/bta/dm/
Dbta_dm_act.c278 sys_enable_event->hw_module = BTA_SYS_HW_BLUETOOTH; in bta_dm_enable()
3494 sys_enable_event->hw_module = BTA_SYS_HW_BLUETOOTH; in bta_dm_disable_conn_down_timer_cback()