Searched refs:chreGetTime (Results 1 – 16 of 16) sorted by relevance
139 tic = chreGetTime(); in handleTimerEvent()141 toc = chreGetTime(); in handleTimerEvent()146 tic = chreGetTime(); in handleTimerEvent()148 toc = chreGetTime(); in handleTimerEvent()165 tic = chreGetTime(); in handleTimerEvent()167 toc = chreGetTime(); in handleTimerEvent()
43 uint64_t firstTime = chreGetTime(); in setUp()54 uint64_t nextTime = chreGetTime(); in setUp()87 uint64_t time = nanoapp_testing::hostToLittleEndian(chreGetTime()); in handleEvent()
198 && chreGetTime() - mStartTimestampNs > in handleEvent()222 mStartTimestampNs = chreGetTime(); in handleChreWifiAsyncEvent()280 .requestTimeNs = chreGetTime(), in resetCurrentWifiRequest()
61 mSetTime = chreGetTime(); in start()159 uint64_t timestamp = chreGetTime(); in handleEvent()
80 if (chreGetTime() - request.requestTimeNs > request.timeoutNs) { in validateChreAsyncResult()
181 mPreTimestamp = chreGetTime(); in startTest()245 mDoneTimestamp = chreGetTime(); in finishTest()
233 uint64_t chreGetTime(void);275 uint64_t time = chreGetTime(); in chreGetEstimatedHostTime()
227 uint64_t chreGetTime(void);269 uint64_t time = chreGetTime(); in chreGetEstimatedHostTime()
153 uint64_t timeSinceRequest = chreGetTime() - gLastRequestTimeNs; in handleWifiAsyncResult()184 uint64_t timeSinceRequest = chreGetTime() - gLastRequestTimeNs; in handleWifiScanEvent()222 gLastRequestTimeNs = chreGetTime(); in handleTimerEvent()
42 "time %" PRIu64, eventType, senderInstanceId, chreGetTime()); in nanoappHandleEvent()
228 uint64_t chreGetTime(void);
130 auto lastAudioDuration = Nanoseconds(chreGetTime()) - gLastAudioTimestamp; in checkTestPassing()212 gLastAudioTimestamp = Nanoseconds(chreGetTime()); in nanoappStart()
28 DLL_EXPORT uint64_t chreGetTime() { in chreGetTime() function
98 timestamp_chre_ms:uint; // See chreGetTime()
303 uint64_t chreTime = chreGetTime(); in nanoappHandleEvent()