Home
last modified time | relevance | path

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

/external/webrtc/webrtc/examples/androidtests/src/org/appspot/apprtc/test/
DPeerConnectionClientTest.java109 public boolean waitForFramesRendered(int timeoutMs) in waitForFramesRendered()
182 private boolean waitForLocalSDP(int timeoutMs) in waitForLocalSDP()
192 private boolean waitForIceCandidates(int timeoutMs) in waitForIceCandidates()
202 private boolean waitForIceConnected(int timeoutMs) in waitForIceConnected()
216 private boolean waitForPeerConnectionClosed(int timeoutMs) in waitForPeerConnectionClosed()
/external/webrtc/talk/app/webrtc/java/android/org/webrtc/
DThreadUtils.java91 public static boolean joinUninterruptibly(final Thread thread, long timeoutMs) { in joinUninterruptibly()
132 public static boolean awaitUninterruptibly(CountDownLatch barrier, long timeoutMs) { in awaitUninterruptibly()
/external/volley/src/main/java/com/android/volley/toolbox/
DRequestFuture.java100 private synchronized T doGet(Long timeoutMs) in doGet()
DHttpClientStack.java82 int timeoutMs = request.getTimeoutMs(); in performRequest() local
DHurlStack.java188 int timeoutMs = request.getTimeoutMs(); in openConnection() local
/external/skia/tools/
DThermalManager.cpp35 ThermalManager::ThermalManager(int32_t threshold, uint32_t sleepIntervalMs, uint32_t timeoutMs) in ThermalManager()
/external/webrtc/talk/app/webrtc/androidtests/src/org/webrtc/
DSurfaceTextureHelperTest.java86 public synchronized boolean waitForNewFrame(final long timeoutMs) throws InterruptedException { in waitForNewFrame()
/external/webrtc/talk/app/webrtc/java/src/org/webrtc/
DMediaCodecVideoDecoder.java485 public DecodedTextureBuffer dequeueTextureBuffer(int timeoutMs) { in dequeueTextureBuffer()