OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:timTimerCancelEx
(Results
1 - 3
of
3
) sorted by null
/device/google/contexthub/firmware/os/inc/
timer.h
47
bool
timTimerCancelEx
(uint32_t timerId, bool cancelPending);
/device/google/contexthub/firmware/os/core/
timer.c
240
bool
timTimerCancelEx
(uint32_t timerId, bool cancelPending)
266
return
timTimerCancelEx
(timerId, false);
nanohub_chre.c
137
*retValP =
timTimerCancelEx
(timerId, true);
Completed in 54 milliseconds