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

/external/bluetooth/bluedroid/bta/sys/
H A Dbta_sys_ci.c48 p_msg->hw_module = module;
72 p_msg->hw_module = module;
H A Dbta_sys_main.c340 bta_sys_cb.sys_hw_module_active |= ((UINT32)1 << p_sys_hw_msg->hw_module );
343 bta_sys_hw_co_enable(p_sys_hw_msg->hw_module);
348 bta_sys_cb.sys_hw_module_active |= ((UINT32)1 << p_sys_hw_msg->hw_module );
351 if (bta_sys_cb.sys_hw_cback[p_sys_hw_msg->hw_module ]!= NULL )
352 bta_sys_cb.sys_hw_cback[p_sys_hw_msg->hw_module ]( BTA_SYS_HW_ON_EVT );
356 p_sys_hw_msg->hw_module, bta_sys_cb.sys_hw_module_active);
373 p_sys_hw_msg->hw_module, bta_sys_cb.sys_hw_module_active );
376 bta_sys_disable( p_sys_hw_msg->hw_module );
380 bta_sys_cb.sys_hw_module_active &= ~((UINT32)1 << p_sys_hw_msg->hw_module );
387 if( bta_sys_cb.sys_hw_cback[p_sys_hw_msg->hw_module ]!
[all...]
H A Dbta_sys.h184 tBTA_SYS_HW_MODULE hw_module; member in struct:__anon978
/external/libnfc-nci/src/adaptation/
H A DNfcAdaptation.cpp304 const hw_module_t* hw_module = NULL; local
317 ret = hw_get_module (nci_hal_module, &hw_module);
320 ret = nfc_nci_open (hw_module, &mHalDeviceContext);
/external/libnfc-nxp/Linux_x86/
H A DphDal4Nfc.c537 const hw_module_t* hw_module; local
544 ret = hw_get_module(NFC_HARDWARE_MODULE_ID, &hw_module);
549 ret = nfc_pn544_open(hw_module, &pn544_dev);
551 ALOGE("Could not open pn544 hw_module");
/external/bluetooth/bluedroid/bta/dm/
H A Dbta_dm_act.c284 sys_enable_event->hw_module = BTA_SYS_HW_BLUETOOTH;
3693 sys_enable_event->hw_module = BTA_SYS_HW_BLUETOOTH;

Completed in 119 milliseconds