Home
last modified time | relevance | path

Searched refs:timTimerCancelEx (Results 1 – 3 of 3) sorted by relevance

/device/google/contexthub/firmware/os/inc/
Dtimer.h47 bool timTimerCancelEx(uint32_t timerId, bool cancelPending);
/device/google/contexthub/firmware/os/core/
Dtimer.c240 bool timTimerCancelEx(uint32_t timerId, bool cancelPending) in timTimerCancelEx() function
266 return timTimerCancelEx(timerId, false); in timTimerCancel()
Dnanohub_chre.c137 *retValP = timTimerCancelEx(timerId, true); in osChreApiTimerCancel()