Searched refs:elapsed (Results 1 – 14 of 14) sorted by relevance
/hardware/interfaces/automotive/occupant_awareness/aidl/vts/functional/ |
D | VtsHalOccupantAwarenessV1_0TargetTest.cpp | 78 auto elapsed = std::chrono::system_clock::now() - start; in TEST_P() local 80 ASSERT_LE(elapsed, kTimeout); in TEST_P() 171 auto elapsed = std::chrono::system_clock::now() - start; in TEST_P() local 173 ASSERT_LE(elapsed, kTimeout); in TEST_P() 189 auto elapsed = std::chrono::system_clock::now() - start; in TEST_P() local 190 ASSERT_LE(elapsed, kTimeout); in TEST_P()
|
/hardware/google/camera/common/profiler/ |
D | profiler.cc | 214 float elapsed = (slot.end - slot.start) * kNanoToMilli; in PrintResult() local 215 sum_dt += elapsed; in PrintResult() 217 max_dt = std::max(max_dt, elapsed); in PrintResult() 252 float elapsed = static_cast<float>(time_slot.end - time_slot.start) / in DumpResult() local 254 fout << elapsed * kNanoToMilli << " "; in DumpResult() 299 float elapsed = (slot.end - slot.start) * kNanoToMilli; in PrintResult() local 300 ALOGE("%51.51s: %8.3f ms", node_name.c_str(), elapsed); in PrintResult()
|
/hardware/interfaces/gnss/2.0/ |
D | types.hal | 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.
|
D | IGnssBatchingCallback.hal | 30 * The GnssLocation struct in [email protected] is extended to include elapsed realtime
|
/hardware/interfaces/biometrics/face/1.0/vts/functional/ |
D | VtsHalBiometricsFaceV1_0TargetTest.cpp | 258 auto elapsed = std::chrono::system_clock::now() - start; in TEST_P() local 260 ASSERT_GE(kTimeout, elapsed); in TEST_P()
|
/hardware/interfaces/biometrics/fingerprint/2.1/vts/functional/ |
D | VtsHalBiometricsFingerprintV2_1TargetTest.cpp | 287 auto elapsed = std::chrono::system_clock::now() - start; in TEST_P() local 288 ASSERT_GE(kTimeoutInSeconds, elapsed); in TEST_P()
|
/hardware/interfaces/sensors/2.1/ |
D | ISensors.hal | 85 * If WAKE_LOCK_TIMEOUT_SECONDS has elapsed since the most recent WAKE_UP
|
/hardware/interfaces/automotive/evs/1.1/ |
D | types.hal | 322 * Timestamp unit is nanoseconds and is obtained from android elapsed realtime clock which is
|
/hardware/interfaces/sensors/2.0/ |
D | ISensors.hal | 118 * If WAKE_LOCK_TIMEOUT_SECONDS has elapsed since the most recent WAKE_UP
|
/hardware/interfaces/keymaster/3.0/ |
D | types.hal | 76 MIN_SECONDS_BETWEEN_OPS = TagType:UINT | 403, /* Minimum elapsed time between
|
/hardware/interfaces/neuralnetworks/1.3/ |
D | IPreparedModel.hal | 237 * has been reached or the duration has elapsed, the driver must immediately set the returned
|
/hardware/interfaces/graphics/bufferqueue/2.0/ |
D | IGraphicBufferProducer.hal | 153 * The number of frames that have elapsed since the buffer was last
|
/hardware/interfaces/keymaster/4.0/ |
D | types.hal | 22 * reboots, or until at least 50 million years have elapsed (note that this requirement is satisfied 299 * indicates that the interval specified by Tag::MIN_SECONDS_BETWEEN_OPS has elapsed must fail
|
/hardware/interfaces/automotive/vehicle/2.0/ |
D | types.hal | 3223 * AP after the specified time has elapsed, so AP can run tasks like 3256 * AP after the specified time has elapsed so AP can run tasks like 3559 /** Time is elapsed nanoseconds since boot */
|