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

  /external/libnfc-nci/src/nfc/nfc/
nfc_main.c 357 NFC_TRACE_DEBUG1 ("nfc_main_handle_hal_evt(): HAL event=0x%x", p_msg->hal_evt);
359 switch (p_msg->hal_evt)
491 NFC_TRACE_ERROR1 ("nfc_main_handle_hal_evt (): unhandled event (0x%x).", p_msg->hal_evt);
534 void nfc_main_post_hal_evt (UINT8 hal_evt, tHAL_NFC_STATUS status)
545 p_msg->hal_evt = hal_evt;
    [all...]
  /external/libnfc-nci/src/nfc/int/
nfc_int.h 131 UINT8 hal_evt; /* HAL event code */ member in struct:__anon13148

Completed in 1490 milliseconds