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()
283 phOsalNfc_Timer_Stop(cleanup_timer); in phNxpNciHal_NfcDep_rsp_ext()
284 phOsalNfc_Timer_Delete(cleanup_timer); in phNxpNciHal_NfcDep_rsp_ext()
285 cleanup_timer=0; in phNxpNciHal_NfcDep_rsp_ext()
328 cleanup_timer = phOsalNfc_Timer_Create(); in phNxpNciHal_NfcDep_rsp_ext()
331 NFCSTATUS status = phOsalNfc_Timer_Start(cleanup_timer, in phNxpNciHal_NfcDep_rsp_ext()
441 status = phOsalNfc_Timer_Stop(cleanup_timer); in phNxpNciHal_clean_P2P_Prio()
442 status |= phOsalNfc_Timer_Delete(cleanup_timer); in phNxpNciHal_clean_P2P_Prio()
[all …]
DphNxpNciHal_ext.c36 extern uint32_t cleanup_timer;
378 if(cleanup_timer!=0) in phNxpNciHal_process_ext_rsp()
397 else if(p_ntf[0] == 0x41 && p_ntf[1] == 0x04 && cleanup_timer!=0) in phNxpNciHal_process_ext_rsp()