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

  /system/chre/core/include/chre/core/
timer_pool.h 34 typedef uint32_t TimerHandle;
54 * @return TimerHandle of the requested timer. Returns CHRE_TIMER_INVALID if
57 TimerHandle setTimer(const Nanoapp *nanoapp, Nanoseconds duration,
65 * @param timerHandle The handle for a timer to be cancelled.
68 bool cancelTimer(const Nanoapp* nanoapp, TimerHandle timerHandle);
83 //! The TimerHandle assigned to this request.
84 TimerHandle timerHandle;
115 TimerHandle mLastTimerHandle = CHRE_TIMER_INVALID
    [all...]
  /external/python/cpython3/Lib/asyncio/
events.py 5 'Handle', 'TimerHandle',
142 class TimerHandle(Handle):
181 if isinstance(other, TimerHandle):
260 """Notification that a TimerHandle has been cancelled."""

Completed in 72 milliseconds