HomeSort by relevance Sort by last modified time
    Searched full:cleanup_timer (Results 1 - 2 of 2) sorted by null

  /external/libnfc-nci/halimpl/pn54x/hal/
phNxpNciHal_NfcDepSWPrio.c 37 uint32_t cleanup_timer; variable
72 phOsalNfc_Timer_Delete(cleanup_timer);
73 cleanup_timer=0;
279 /* Stop Cleanup_timer */
280 phOsalNfc_Timer_Stop(cleanup_timer);
281 phOsalNfc_Timer_Delete(cleanup_timer);
282 cleanup_timer=0;
325 cleanup_timer = phOsalNfc_Timer_Create();
327 /* Start cleanup_timer */
328 NFCSTATUS status = phOsalNfc_Timer_Start(cleanup_timer,
    [all...]
phNxpNciHal_ext.c 36 extern uint32_t cleanup_timer;
356 else if(p_ntf[0] == 0x61 && p_ntf[1] == 0x03 /*&& cleanup_timer!=0*/)
358 if(cleanup_timer!=0)
378 else if(p_ntf[0] == 0x41 && p_ntf[1] == 0x04 && cleanup_timer!=0)

Completed in 70 milliseconds