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

  /external/libnfc-nci/src/nfc/nfc/
nfc_task.c 321 nfc_cb.p_hal->close();
326 nfc_cb.p_hal->power_cycle();
331 nfc_cb.p_hal->close();
nfc_main.c 276 nfc_cb.p_hal->close ();
678 nfc_cb.p_hal->open (nfc_main_hal_cback, nfc_main_hal_data_cback);
740 nfc_cb.p_hal = p_hal_entry_tbl;
    [all...]
nfc_ncif.c 232 nfc_cb.p_hal->write(p->len, (UINT8 *)(p+1) + p->offset);
288 nfc_cb.p_hal->write(p_buf->len, (UINT8 *)(p_buf+1) + p_buf->offset);
308 if (nfc_cb.p_hal->prediscover ())
330 nfc_cb.p_hal->control_granted ();
    [all...]
  /external/libnfc-nci/src/nfc/int/
nfc_int.h 189 tHAL_NFC_ENTRY *p_hal; member in struct:__anon9457

Completed in 692 milliseconds