HomeSort by relevance Sort by last modified time
    Searched refs:hw_module (Results 1 - 7 of 7) 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 339 bta_sys_cb.sys_hw_module_active |= ((UINT32)1 << p_sys_hw_msg->hw_module );
342 bta_sys_hw_co_enable(p_sys_hw_msg->hw_module);
347 bta_sys_cb.sys_hw_module_active |= ((UINT32)1 << p_sys_hw_msg->hw_module );
350 if (bta_sys_cb.sys_hw_cback[p_sys_hw_msg->hw_module ]!= NULL )
351 bta_sys_cb.sys_hw_cback[p_sys_hw_msg->hw_module ]( BTA_SYS_HW_ON_EVT );
355 p_sys_hw_msg->hw_module, bta_sys_cb.sys_hw_module_active);
372 p_sys_hw_msg->hw_module, bta_sys_cb.sys_hw_module_active );
375 bta_sys_disable( p_sys_hw_msg->hw_module );
379 bta_sys_cb.sys_hw_module_active &= ~((UINT32)1 << p_sys_hw_msg->hw_module );
386 if( bta_sys_cb.sys_hw_cback[p_sys_hw_msg->hw_module ]!= NULL
    [all...]
bta_sys.h 181 tBTA_SYS_HW_MODULE hw_module; member in struct:__anon2863
  /external/libnfc-nci/src/adaptation/
NfcAdaptation.cpp 264 const hw_module_t* hw_module = NULL; local
276 ret = hw_get_module (NFC_NCI_HARDWARE_MODULE_ID, &hw_module);
279 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...]
  /packages/apps/Nfc/nxp/jni/
com_android_nfc_NativeNfcManager.cpp 312 const hw_module_t* hw_module; local
323 ret = hw_get_module(NFC_HARDWARE_MODULE_ID, &hw_module);
328 ret = nfc_pn544_open(hw_module, &pn544_dev);
330 ALOGE("Could not open pn544 hw_module.");
    [all...]
  /external/bluetooth/bluedroid/bta/dm/
bta_dm_act.c 296 sys_enable_event->hw_module = BTA_SYS_HW_BLUETOOTH;
    [all...]

Completed in 90 milliseconds