Home
last modified time | relevance | path

Searched defs:timerId (Results 1 – 22 of 22) sorted by relevance

/device/google/contexthub/firmware/os/inc/
Dtimer.h31 uint32_t timerId; member
DsyscallDo.h180 static inline bool eOsTimTimerCancel(uint32_t timerId) in eOsTimTimerCancel()
/device/google/contexthub/firmware/app/test0.app/
Dtest_app0.c51 uint32_t timerId; in handle_event() local
/device/google/contexthub/firmware/app/chre/chre_test0.app/
Dmain.c29 uint32_t timerId; member
/device/google/contexthub/firmware/os/core/
Dtimer.c224 bool timTimerCancelEx(uint32_t timerId, bool cancelPending) in timTimerCancelEx()
248 bool timTimerCancel(uint32_t timerId) in timTimerCancel()
Dnanohub_chre.c113 uint32_t timerId = va_arg(args, uint32_t); in osChreApiTimerCancel() local
Dspi.c88 static void spiDelayCallback(uint32_t timerId, void *data) in spiDelayCallback()
DhostIntf.c627 static void initCompleteCallback(uint32_t timerId, void *data) in initCompleteCallback()
658 static void latencyTimerCallback(uint32_t timerId, void* data) in latencyTimerCallback()
DosApi.c216 uint32_t timerId = va_arg(args, uint32_t); in osExpApiTimCancelTimer() local
DnanohubCommand.c1264 static void syncDebugCallback(uint32_t timerId, void *data) in syncDebugCallback()
/device/google/contexthub/firmware/app/chre/chre_test1.app/
Dmain.cpp29 uint32_t timerId; member
/device/google/contexthub/firmware/app/chre/common/
Dchre_app_syscalls.c68 bool chreTimerCancel(uint32_t timerId) in chreTimerCancel()
/device/google/contexthub/firmware/os/drivers/hall/
Dhall.c64 static void debounceTimerCallback(uint32_t timerId, void *cookie) in debounceTimerCallback()
/device/google/contexthub/firmware/os/drivers/hall_twopole/
Dhall_twopole.c84 static void debounceTimerCallback(uint32_t timerId, void *cookie) in debounceTimerCallback()
/device/google/contexthub/firmware/os/drivers/st_lps22hb/
Dlps22hb.c210 static void sensorBaroTimerCallback(uint32_t timerId, void *data) in sensorBaroTimerCallback()
215 static void sensorTempTimerCallback(uint32_t timerId, void *data) in sensorTempTimerCallback()
/device/google/contexthub/firmware/os/drivers/ams_tmd2772/
Dams_tmd2772.c264 static void alsTimerCallback(uint32_t timerId, void *cookie) in alsTimerCallback()
269 static void proxTimerCallback(uint32_t timerId, void *cookie) in proxTimerCallback()
/device/google/contexthub/firmware/os/drivers/bosch_bmp280/
Dbosch_bmp280.c247 static void baroTimerCallback(uint32_t timerId, void *cookie) in baroTimerCallback()
252 static void tempTimerCallback(uint32_t timerId, void *cookie) in tempTimerCallback()
/device/google/contexthub/firmware/os/drivers/synaptics_s3708/
Dsynaptics_s3708.c204 static void retryTimerCallback(uint32_t timerId, void *cookie) in retryTimerCallback()
/device/google/contexthub/firmware/os/drivers/rohm_rpr0521/
Drohm_rpr0521.c304 static void alsTimerCallback(uint32_t timerId, void *cookie) in alsTimerCallback()
/device/google/contexthub/firmware/os/drivers/ams_tmd4903/
Dams_tmd4903.c382 static void alsTimerCallback(uint32_t timerId, void *cookie) in alsTimerCallback()
/device/google/contexthub/firmware/os/drivers/bosch_bmi160/
Dbosch_bmi160.c864 static void sensorTimerCallback(uint32_t timerId, void *data)
870 static void timeSyncCallback(uint32_t timerId, void *data)
876 static void stepCntSamplingCallback(uint32_t timerId, void *data)
/device/google/contexthub/firmware/os/drivers/st_lsm6dsm/
Dst_lsm6dsm.c1025 static void lsm6dsm_timerCallback(uint32_t timerId, void *data) in lsm6dsm_timerCallback()