Home
last modified time | relevance | path

Searched refs:chreGetTime (Results 1 – 7 of 7) sorted by relevance

/device/google/contexthub/firmware/app/chre/chre_test2.app/
Dmain.cpp71 mTimer.startTime = chreGetTime(); in nanoappHandleEvent()
98 ") cnt: %d\n", t->timerId, t->startTime, chreGetTime(), in nanoappHandleEvent()
/device/google/contexthub/firmware/app/chre/chre_test0.app/
Dmain.c89 ") cnt: %d\n", t->timerId, chreGetTime(), mCnt); in nanoappHandleEvent()
/device/google/contexthub/firmware/app/chre/chre_test1.app/
Dmain.cpp102 ") cnt: %d\n", t->timerId, chreGetTime(), mCnt); in nanoappHandleEvent()
/device/google/contexthub/firmware/app/chre/common/
Dchre10_app_syscalls.c49 uint64_t chreGetTime(void) { in chreGetTime() function
Dchre11_app_syscalls.c46 uint64_t chreGetTime(void) { in chreGetTime() function
Dchre_app_syscalls.c46 uint64_t chreGetTime(void) { in chreGetTime() function
/device/google/contexthub/firmware/os/algos/calibration/nano_calibration/
Dnano_calibration.cc280 cal_data.cal_update_time_nanos = chreGetTime(); in LoadAshCalibration()