Searched defs:nIsStopped (Results 1 - 1 of 1) sorted by relevance

/external/libnfc-nxp/Linux_x86/
H A DphOsalNfc_Timer.c54 int nIsStopped; member in struct:phOsalNfc_Timer
109 if((timerid < MAX_NO_TIMERS)&&(timers[timerid].nIsStopped == 1))
235 timers[TimerId].nIsStopped = 0;
254 if(timers[TimerId].nIsStopped == 1)
257 timers[TimerId].nIsStopped = 1;

Completed in 124 milliseconds