Searched refs:elapsed (Results 1 – 11 of 11) sorted by relevance
36 * Represents an estimate of elapsed time since boot of Android for a given event.51 * Estimate of the elapsed time since boot value for the corresponding event in nanoseconds.
30 * The GnssLocation struct in gnss@2.0 is extended to include elapsed realtime
406 std::chrono::milliseconds elapsed; in TEST_P() local427 elapsed = std::chrono::duration_cast<std::chrono::milliseconds>(end - start); in TEST_P()428 EXPECT_LE(elapsed.count(), (duration + allowedLatency).count()) << toString(primitive); in TEST_P()429 EXPECT_GE(elapsed.count(), (duration - allowedLatency).count()) << toString(primitive); in TEST_P()
254 auto elapsed = std::chrono::system_clock::now() - start; in TEST_P() local256 ASSERT_GE(kTimeout, elapsed); in TEST_P()
287 auto elapsed = std::chrono::system_clock::now() - start; in TEST_P() local288 ASSERT_GE(kTimeoutInSeconds, elapsed); in TEST_P()
76 MIN_SECONDS_BETWEEN_OPS = TagType:UINT | 403, /* Minimum elapsed time between
118 * If WAKE_LOCK_TIMEOUT_SECONDS has elapsed since the most recent WAKE_UP
237 * has been reached or the duration has elapsed, the driver must immediately set the returned
153 * The number of frames that have elapsed since the buffer was last
22 * reboots, or until at least 50 million years have elapsed (note that this requirement is satisfied299 * indicates that the interval specified by Tag::MIN_SECONDS_BETWEEN_OPS has elapsed must fail
2868 /** Time is elapsed nanoseconds since boot */