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

  /external/libnfc-nci/src/nfc/nfc/
nfc_task.c 323 nfc_cb.p_hal->close();
328 nfc_cb.p_hal->power_cycle();
333 nfc_cb.p_hal->close();
nfc_main.c 280 nfc_cb.p_hal->close ();
683 nfc_cb.p_hal->open (nfc_main_hal_cback, nfc_main_hal_data_cback);
745 nfc_cb.p_hal = p_hal_entry_tbl;
    [all...]
nfc_ncif.c 310 if (nfc_cb.p_hal->prediscover ())
333 nfc_cb.p_hal->control_granted ();
    [all...]
  /external/libnfc-nci/src/include/
nfc_target.h 686 #define HAL_WRITE(p) {nfc_cb.p_hal->write(p->len, (UINT8 *)(p+1) + p->offset); GKI_freebuf(p);}
  /external/libnfc-nci/src/nfc/int/
nfc_int.h 192 tHAL_NFC_ENTRY *p_hal; member in struct:__anon13149

Completed in 51 milliseconds