Home
last modified time | relevance | path

Searched refs:pastTimestamp (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() argument
280 if (timestamp < pastTimestamp) { in checkTimestamp()
282 } else if (timestamp == pastTimestamp) { in checkTimestamp()
/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);