HomeSort by relevance Sort by last modified time
    Searched refs:timTimerSetNew (Results 1 - 3 of 3) sorted by null

  /device/google/contexthub/firmware/os/inc/
timer.h 45 uint32_t timTimerSetNew(uint64_t length, const void* data, bool oneShot);
  /device/google/contexthub/firmware/os/core/
timer.c 221 uint32_t timTimerSetNew(uint64_t length, const void* data, bool oneShot)
nanohub_chre.c 118 uint32_t timId = timTimerSetNew(duration, cookie, oneShot);

Completed in 59 milliseconds