HomeSort by relevance Sort by last modified time
    Searched refs:hw_module (Results 1 - 6 of 6) sorted by null

  /external/bluetooth/bluedroid/bta/sys/
bta_sys_ci.c 48 p_msg->hw_module = module;
72 p_msg->hw_module = module;
bta_sys_main.c 340 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 ]!= NULL
    [all...]
bta_sys.h 184 tBTA_SYS_HW_MODULE hw_module; member in struct:__anon5603
  /external/libnfc-nci/src/adaptation/
NfcAdaptation.cpp 304 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/
phDal4Nfc.c 537 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");
    [all...]
  /external/bluetooth/bluedroid/bta/dm/
bta_dm_act.c 284 sys_enable_event->hw_module = BTA_SYS_HW_BLUETOOTH;
    [all...]

Completed in 343 milliseconds