OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:hTimerHandle
(Results
1 - 2
of
2
) sorted by null
/external/libnfc-nci/halimpl/pn54x/tml/
phOsalNfc_Timer.c
92
if(timer_create(CLOCK_REALTIME, &se, &(pTimerHandle->
hTimerHandle
)) == -1)
162
if((timer_settime(pTimerHandle->
hTimerHandle
, 0, &its, NULL)) == -1)
209
if((timer_settime(pTimerHandle->
hTimerHandle
, 0, &its, NULL)) == -1)
261
if(timer_delete(pTimerHandle->
hTimerHandle
) == -1)
304
if(timer_delete(pTimerHandle->
hTimerHandle
) == -1)
/external/libnfc-nci/halimpl/pn54x/common/
phNfcCommon.h
150
timer_t
hTimerHandle
; /* Handle of the timer */
Completed in 233 milliseconds