Searched refs:tNFC_HAL_EVT_MSG (Results 1 – 3 of 3) sorted by relevance
131 } tNFC_HAL_EVT_MSG; typedef265 void nfc_main_handle_hal_evt (tNFC_HAL_EVT_MSG *p_msg);
349 void nfc_main_handle_hal_evt (tNFC_HAL_EVT_MSG *p_msg) in nfc_main_handle_hal_evt()531 tNFC_HAL_EVT_MSG *p_msg; in nfc_main_post_hal_evt()533 if ((p_msg = (tNFC_HAL_EVT_MSG *) GKI_getbuf (sizeof(tNFC_HAL_EVT_MSG))) != NULL) in nfc_main_post_hal_evt()
406 nfc_main_handle_hal_evt ((tNFC_HAL_EVT_MSG*)p_msg); in nfc_task()