Home
last modified time | relevance | path

Searched refs:tNFC_HAL_EVT_MSG (Results 1 – 4 of 4) 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/fuzzers/nci/
Dhal.cc4 tNFC_HAL_EVT_MSG msg = {}; in hal_inject_event()
/system/nfc/src/nfc/nfc/
Dnfc_main.cc415 void nfc_main_handle_hal_evt(tNFC_HAL_EVT_MSG* p_msg) { in nfc_main_handle_hal_evt()
580 tNFC_HAL_EVT_MSG* p_msg; in nfc_main_post_hal_evt()
582 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()