Home
last modified time | relevance | path

Searched refs:tNFC_HAL_EVT_MSG (Results 1 – 3 of 3) sorted by relevance

/external/libnfc-nci/src/nfc/int/
Dnfc_int.h133 } tNFC_HAL_EVT_MSG; typedef
268 void nfc_main_handle_hal_evt (tNFC_HAL_EVT_MSG *p_msg);
/external/libnfc-nci/src/nfc/nfc/
Dnfc_main.c353 void nfc_main_handle_hal_evt (tNFC_HAL_EVT_MSG *p_msg) in nfc_main_handle_hal_evt()
536 tNFC_HAL_EVT_MSG *p_msg; in nfc_main_post_hal_evt()
538 if ((p_msg = (tNFC_HAL_EVT_MSG *) GKI_getbuf (sizeof(tNFC_HAL_EVT_MSG))) != NULL) in nfc_main_post_hal_evt()
Dnfc_task.c408 nfc_main_handle_hal_evt ((tNFC_HAL_EVT_MSG*)p_msg); in nfc_task()