Home
last modified time | relevance | path

Searched refs:elapsed (Results 1 – 14 of 14) sorted by relevance

/hardware/interfaces/automotive/occupant_awareness/aidl/vts/functional/
DVtsHalOccupantAwarenessV1_0TargetTest.cpp78 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/
Dprofiler.cc214 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/
Dtypes.hal36 * 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.
DIGnssBatchingCallback.hal30 * The GnssLocation struct in [email protected] is extended to include elapsed realtime
/hardware/interfaces/biometrics/face/1.0/vts/functional/
DVtsHalBiometricsFaceV1_0TargetTest.cpp258 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/
DVtsHalBiometricsFingerprintV2_1TargetTest.cpp287 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/
DISensors.hal85 * If WAKE_LOCK_TIMEOUT_SECONDS has elapsed since the most recent WAKE_UP
/hardware/interfaces/automotive/evs/1.1/
Dtypes.hal322 * Timestamp unit is nanoseconds and is obtained from android elapsed realtime clock which is
/hardware/interfaces/sensors/2.0/
DISensors.hal118 * If WAKE_LOCK_TIMEOUT_SECONDS has elapsed since the most recent WAKE_UP
/hardware/interfaces/keymaster/3.0/
Dtypes.hal76 MIN_SECONDS_BETWEEN_OPS = TagType:UINT | 403, /* Minimum elapsed time between
/hardware/interfaces/neuralnetworks/1.3/
DIPreparedModel.hal237 * has been reached or the duration has elapsed, the driver must immediately set the returned
/hardware/interfaces/graphics/bufferqueue/2.0/
DIGraphicBufferProducer.hal153 * The number of frames that have elapsed since the buffer was last
/hardware/interfaces/keymaster/4.0/
Dtypes.hal22 * 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/
Dtypes.hal3223 * 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 */