Home
last modified time | relevance | path

Searched refs:cleanup_timer (Results 1 – 2 of 2) sorted by relevance

/external/libnfc-nci/halimpl/pn54x/hal/
DphNxpNciHal_NfcDepSWPrio.c37 uint32_t cleanup_timer; variable
72 phOsalNfc_Timer_Delete(cleanup_timer); in cleanup_timer_handler()
73 cleanup_timer=0; in cleanup_timer_handler()
280 phOsalNfc_Timer_Stop(cleanup_timer); in phNxpNciHal_NfcDep_rsp_ext()
281 phOsalNfc_Timer_Delete(cleanup_timer); in phNxpNciHal_NfcDep_rsp_ext()
282 cleanup_timer=0; in phNxpNciHal_NfcDep_rsp_ext()
325 cleanup_timer = phOsalNfc_Timer_Create(); in phNxpNciHal_NfcDep_rsp_ext()
328 NFCSTATUS status = phOsalNfc_Timer_Start(cleanup_timer, in phNxpNciHal_NfcDep_rsp_ext()
438 status = phOsalNfc_Timer_Stop(cleanup_timer); in phNxpNciHal_clean_P2P_Prio()
439 status |= phOsalNfc_Timer_Delete(cleanup_timer); in phNxpNciHal_clean_P2P_Prio()
[all …]
DphNxpNciHal_ext.c36 extern uint32_t cleanup_timer;
358 if(cleanup_timer!=0) in phNxpNciHal_process_ext_rsp()
378 else if(p_ntf[0] == 0x41 && p_ntf[1] == 0x04 && cleanup_timer!=0) in phNxpNciHal_process_ext_rsp()