Home
last modified time | relevance | path

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

/external/bluetooth/bluedroid/bta/sys/
Dbta_sys_main.c340 bta_sys_cb.sys_hw_module_active |= ((UINT32)1 << p_sys_hw_msg->hw_module ); in bta_sys_hw_api_enable()
343 bta_sys_hw_co_enable(p_sys_hw_msg->hw_module); in bta_sys_hw_api_enable()
348 bta_sys_cb.sys_hw_module_active |= ((UINT32)1 << p_sys_hw_msg->hw_module ); in bta_sys_hw_api_enable()
351 if (bta_sys_cb.sys_hw_cback[p_sys_hw_msg->hw_module ]!= NULL ) in bta_sys_hw_api_enable()
352 bta_sys_cb.sys_hw_cback[p_sys_hw_msg->hw_module ]( BTA_SYS_HW_ON_EVT ); in bta_sys_hw_api_enable()
356 p_sys_hw_msg->hw_module, bta_sys_cb.sys_hw_module_active); in bta_sys_hw_api_enable()
373 p_sys_hw_msg->hw_module, bta_sys_cb.sys_hw_module_active ); in bta_sys_hw_api_disable()
376 bta_sys_disable( p_sys_hw_msg->hw_module ); in bta_sys_hw_api_disable()
380 bta_sys_cb.sys_hw_module_active &= ~((UINT32)1 << p_sys_hw_msg->hw_module ); in bta_sys_hw_api_disable()
387 if( bta_sys_cb.sys_hw_cback[p_sys_hw_msg->hw_module ]!= NULL ) in bta_sys_hw_api_disable()
[all …]
Dbta_sys_ci.c48 p_msg->hw_module = module; in bta_sys_hw_ci_enabled()
72 p_msg->hw_module = module; in bta_sys_hw_ci_disabled()
Dbta_sys.h184 tBTA_SYS_HW_MODULE hw_module; member
/external/libnfc-nci/src/adaptation/
DNfcAdaptation.cpp304 const hw_module_t* hw_module = NULL; in InitializeHalDeviceContext() local
317 ret = hw_get_module (nci_hal_module, &hw_module); in InitializeHalDeviceContext()
320 ret = nfc_nci_open (hw_module, &mHalDeviceContext); in InitializeHalDeviceContext()
/external/libnfc-nxp/Linux_x86/
DphDal4Nfc.c537 const hw_module_t* hw_module; in phDal4Nfc_Config() local
544 ret = hw_get_module(NFC_HARDWARE_MODULE_ID, &hw_module); in phDal4Nfc_Config()
549 ret = nfc_pn544_open(hw_module, &pn544_dev); in phDal4Nfc_Config()
/external/bluetooth/bluedroid/bta/dm/
Dbta_dm_act.c284 sys_enable_event->hw_module = BTA_SYS_HW_BLUETOOTH; in bta_dm_enable()
3678 sys_enable_event->hw_module = BTA_SYS_HW_BLUETOOTH; in bta_dm_disable_conn_down_timer_cback()