Home
last modified time | relevance | path

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

/system/nfc/src/nfc/include/
Dnfc_int.h148 } tNFC_HAL_EVT_MSG; typedef
310 void nfc_main_handle_hal_evt(tNFC_HAL_EVT_MSG* p_msg);
/system/nfc/src/nfc/nfc/
Dnfc_main.cc376 void nfc_main_handle_hal_evt(tNFC_HAL_EVT_MSG* p_msg) { in nfc_main_handle_hal_evt()
541 tNFC_HAL_EVT_MSG* p_msg; in nfc_main_post_hal_evt()
543 p_msg = (tNFC_HAL_EVT_MSG*)GKI_getbuf(sizeof(tNFC_HAL_EVT_MSG)); in nfc_main_post_hal_evt()
Dnfc_task.cc394 nfc_main_handle_hal_evt((tNFC_HAL_EVT_MSG*)p_msg); in nfc_task()