Home
last modified time | relevance | path

Searched defs:maxWaitTimeMs (Results 1 – 6 of 6) sorted by relevance

/aosp_15_r20/external/lottie/benchmark/src/main/java/com/airbnb/lottie/sample/compose/benchmark/
H A DLottieBaselineBenchmark.kt89 val maxWaitTimeMs = maxWaitTime.toLong(DurationUnit.MILLISECONDS) in clickAndWait() constant
98 val maxWaitTimeMs = maxWaitTime.toLong(DurationUnit.MILLISECONDS) in waitUntil() constant
/aosp_15_r20/external/webrtc/modules/video_coding/
H A Dvideo_receiver.cc151 int32_t VideoReceiver::Decode(uint16_t maxWaitTimeMs) { in Decode()
H A Dvideo_coding_impl.cc217 int32_t Decode(uint16_t maxWaitTimeMs) override { in Decode()
/aosp_15_r20/packages/modules/OnDevicePersonalization/tests/federatedcomputetests/src/com/android/federatedcompute/services/examplestore/
DFederatedExampleIteratorTest.java326 long maxWaitTimeMs = SECONDS.toMillis(10); in waitOnFuture() local
/aosp_15_r20/packages/modules/StatsD/tests/apps/statsdapp/src/com/android/server/cts/device/statsd/
DAtomTests.java869 int maxWaitTimeMs, CountDownLatch latch, BroadcastReceiver receiver) { in waitForReceiver()
/aosp_15_r20/cts/hostsidetests/statsdatom/apps/statsdapp/src/com/android/server/cts/device/statsdatom/
H A DAtomTests.java916 int maxWaitTimeMs, CountDownLatch latch, BroadcastReceiver receiver) { in waitForReceiver()