Home
last modified time | relevance | path

Searched refs:checkTimestamp (Results 1 – 2 of 2) sorted by relevance

/aosp12/system/chre/apps/test/common/chre_stress_test/src/
H A Dchre_stress_test_manager.cc279 void Manager::checkTimestamp(uint64_t timestamp, uint64_t pastTimestamp) { in checkTimestamp() function in chre::stress_test::Manager
290 checkTimestamp(event->timestamp, mPrevGnssLocationEventTimestampMs); in handleGnssLocationEvent()
302 checkTimestamp(event->clock.time_ns, mPrevGnssMeasurementEventTimestampNs); in handleGnssDataEvent()
315 checkTimestamp(event->referenceTime, mPrevWifiScanEventTimestampNs); in handleWifiScanEvent()
338 checkTimestamp(event->cells[i].timeStamp, in handleCellInfoResult()
/aosp12/system/chre/apps/test/common/chre_stress_test/inc/
H A Dchre_stress_test_manager.h82 void checkTimestamp(uint64_t timestamp, uint64_t pastTimestamp);