Home
last modified time | relevance | path

Searched defs:timeoutMs (Results 1 – 25 of 60) sorted by relevance

123

/external/exoplayer/tree/testutils/src/main/java/com/google/android/exoplayer2/testutil/
DTestDownloadManagerListener.java43 private final int timeoutMs; field in TestDownloadManagerListener
54 DownloadManager downloadManager, DummyMainThread dummyMainThread, int timeoutMs) { in TestDownloadManagerListener()
64 public Integer pollStateChange(String taskId, long timeoutMs) throws InterruptedException { in pollStateChange()
136 public void assertRemoved(String taskId, int timeoutMs) { in assertRemoved()
140 public void assertState(String taskId, @State int expectedState, int timeoutMs) { in assertState()
144 private void assertStateInternal(String taskId, int expectedState, int timeoutMs) { in assertStateInternal()
DDummyMainThread.java65 public void runOnMainThread(int timeoutMs, final Runnable runnable) { in runOnMainThread()
86 public void runTestOnMainThread(int timeoutMs, final TestRunnable runnable) { in runTestOnMainThread()
DHostActivity.java66 boolean blockUntilStopped(long timeoutMs); in blockUntilStopped()
105 public void runTest(HostedTest hostedTest, long timeoutMs) { in runTest()
118 final HostedTest hostedTest, long timeoutMs, boolean failOnTimeoutOrForceStop) { in runTest()
/external/exoplayer/tree_15dc86382f17a24a3e881e52e31a810c1ea44b49/library/rtsp/src/main/java/com/google/android/exoplayer2/source/rtsp/
DTransferRtpDataChannelFactory.java23 private final long timeoutMs; field in TransferRtpDataChannelFactory
31 public TransferRtpDataChannelFactory(long timeoutMs) { in TransferRtpDataChannelFactory()
DRtspMessageUtil.java59 public final long timeoutMs; field in RtspMessageUtil.RtspSessionHeader
62 public RtspSessionHeader(String sessionId, long timeoutMs) { in RtspSessionHeader()
414 long timeoutMs = DEFAULT_RTSP_TIMEOUT_MS; in parseSessionHeader() local
/external/exoplayer/tree_8e57d3715f9092d5ec54ebe2e538f34bfcc34479/library/rtsp/src/main/java/com/google/android/exoplayer2/source/rtsp/
DTransferRtpDataChannelFactory.java23 private final long timeoutMs; field in TransferRtpDataChannelFactory
31 public TransferRtpDataChannelFactory(long timeoutMs) { in TransferRtpDataChannelFactory()
DRtspMessageUtil.java59 public final long timeoutMs; field in RtspMessageUtil.RtspSessionHeader
62 public RtspSessionHeader(String sessionId, long timeoutMs) { in RtspSessionHeader()
413 long timeoutMs = DEFAULT_RTSP_TIMEOUT_MS; in parseSessionHeader() local
/external/exoplayer/tree_15dc86382f17a24a3e881e52e31a810c1ea44b49/testutils/src/main/java/com/google/android/exoplayer2/testutil/
DDummyMainThread.java65 public void runOnMainThread(int timeoutMs, final Runnable runnable) { in runOnMainThread()
86 public void runTestOnMainThread(int timeoutMs, final TestRunnable runnable) { in runTestOnMainThread()
DHostActivity.java64 boolean blockUntilStopped(long timeoutMs); in blockUntilStopped()
102 public void runTest(HostedTest hostedTest, long timeoutMs) { in runTest()
115 final HostedTest hostedTest, long timeoutMs, boolean failOnTimeoutOrForceStop) { in runTest()
/external/exoplayer/tree_8e57d3715f9092d5ec54ebe2e538f34bfcc34479/testutils/src/main/java/com/google/android/exoplayer2/testutil/
DDummyMainThread.java65 public void runOnMainThread(int timeoutMs, final Runnable runnable) { in runOnMainThread()
86 public void runTestOnMainThread(int timeoutMs, final TestRunnable runnable) { in runTestOnMainThread()
DHostActivity.java64 boolean blockUntilStopped(long timeoutMs); in blockUntilStopped()
102 public void runTest(HostedTest hostedTest, long timeoutMs) { in runTest()
115 final HostedTest hostedTest, long timeoutMs, boolean failOnTimeoutOrForceStop) { in runTest()
/external/webrtc/examples/androidtests/src/org/appspot/apprtc/test/
DPeerConnectionClientTest.java128 public boolean waitForFramesRendered(int timeoutMs) throws InterruptedException { in waitForFramesRendered()
214 private boolean waitForLocalSDP(int timeoutMs) throws InterruptedException { in waitForLocalSDP()
228 private boolean waitForIceCandidates(int timeoutMs) throws InterruptedException { in waitForIceCandidates()
242 private boolean waitForIceConnected(int timeoutMs) throws InterruptedException { in waitForIceConnected()
257 private boolean waitForPeerConnectionClosed(int timeoutMs) throws InterruptedException { in waitForPeerConnectionClosed()
/external/libchrome/base/test/android/java/src/org/chromium/base/
DMultiprocessTestClientLauncher.java146 private boolean waitForConnection(long timeoutMs) { in waitForConnection()
168 private Integer getMainReturnCode(long timeoutMs) { in getMainReturnCode()
/external/webrtc/rtc_base/java/src/org/webrtc/
DThreadUtils.java82 public static boolean joinUninterruptibly(final Thread thread, long timeoutMs) { in joinUninterruptibly()
123 public static boolean awaitUninterruptibly(CountDownLatch barrier, long timeoutMs) { in awaitUninterruptibly()
/external/exoplayer/tree/testutils/src/test/java/com/google/android/exoplayer2/testutil/
DFakeClockTest.java179 public boolean waitUntilAsleep(long timeoutMs) throws InterruptedException { in waitUntilAsleep()
183 public boolean waitUntilAwake(long timeoutMs) throws InterruptedException { in waitUntilAwake()
/external/kotlinx.coroutines/kotlinx-coroutines-debug/src/junit/junit5/
DCoroutinesTimeoutExtension.kt15 internal class CoroutinesTimeoutException(val timeoutMs: Long): Exception("test timed out after $ti… constant in kotlinx.coroutines.debug.junit5.CoroutinesTimeoutException
59 private val timeoutMs: Long? = null, constant in kotlinx.coroutines.debug.junit5.CoroutinesTimeoutExtension
/external/exoplayer/tree/library/core/src/main/java/com/google/android/exoplayer2/
DPlayerMessage.java312 public synchronized boolean experimental_blockUntilDelivered(long timeoutMs) in experimental_blockUntilDelivered()
332 /* package */ synchronized boolean experimental_blockUntilDelivered(long timeoutMs, Clock clock) in experimental_blockUntilDelivered()
/external/exoplayer/tree_15dc86382f17a24a3e881e52e31a810c1ea44b49/library/common/src/main/java/com/google/android/exoplayer2/util/
DConditionVariable.java96 public synchronized boolean block(long timeoutMs) throws InterruptedException { in block()
DRunnableFutureTask.java75 long timeoutMs = MILLISECONDS.convert(timeout, unit); in get() local
/external/exoplayer/tree_8e57d3715f9092d5ec54ebe2e538f34bfcc34479/library/common/src/main/java/com/google/android/exoplayer2/util/
DConditionVariable.java96 public synchronized boolean block(long timeoutMs) throws InterruptedException { in block()
DRunnableFutureTask.java75 long timeoutMs = MILLISECONDS.convert(timeout, unit); in get() local
/external/perfetto/ui/src/test/
Dperfetto_ui_test_helper.ts38 const timeoutMs = 60000; constant
/external/volley/core/src/main/java/com/android/volley/toolbox/
DRequestFuture.java100 private synchronized T doGet(Long timeoutMs) in doGet()
/external/pigweed/pw_rpc/ts/
Dcall.ts42 readonly timeoutMs: number; property in RpcTimeout
/external/armnn/profiling/server/src/basePipeServer/
DBasePipeServer.cpp104 arm::pipe::Packet BasePipeServer::WaitForPacket(uint32_t timeoutMs) in WaitForPacket()

123