Searched refs:delayMs (Results 1 - 13 of 13) sorted by relevance

/external/webrtc/webrtc/voice_engine/
H A Dvoe_video_sync_impl.h24 int SetMinimumPlayoutDelay(int channel, int delayMs) override;
H A Dvoe_video_sync_impl.cc100 int VoEVideoSyncImpl::SetMinimumPlayoutDelay(int channel, int delayMs) { argument
102 "SetMinimumPlayoutDelay(channel=%d, delayMs=%d)", channel,
103 delayMs);
116 return channelPtr->SetMinimumPlayoutDelay(delayMs);
H A Dchannel.cc3596 Channel::SetMinimumPlayoutDelay(int delayMs) argument
3600 if ((delayMs < kVoiceEngineMinMinPlayoutDelayMs) ||
3601 (delayMs > kVoiceEngineMaxMinPlayoutDelayMs))
3608 if (audio_coding_->SetMinimumPlayoutDelay(delayMs) != 0)
H A Dchannel.h291 int SetMinimumPlayoutDelay(int delayMs);
/external/ims/rcs/presencepolling/tests/src/com/android/service/ims/presence/
H A DPresencePollingTestBase.java58 waitForHandlerActionDelayed(h, timeoutMillis, 0 /*delayMs*/);
61 protected final void waitForHandlerActionDelayed(Handler h, long timeoutMillis, long delayMs) { argument
63 h.postDelayed(lock::countDown, delayMs);
/external/mockwebserver/src/main/java/com/google/mockwebserver/
H A DMockWebServer.java532 long delayMs = throttlePolicy.getThrottleUnit().toMillis(throttlePolicy.getThrottlePeriod());
549 if (delayMs != 0) Thread.sleep(delayMs);
/external/okhttp/mockwebserver/src/main/java/com/squareup/okhttp/mockwebserver/
H A DMockWebServer.java738 long delayMs = response.getBodyDelay(TimeUnit.MILLISECONDS);
739 if (delayMs != 0) {
741 Thread.sleep(delayMs);
/external/robolectric/v3/runtime/
H A Dandroid-all-4.1.2_r1-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.2.2_r1.2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.3_r2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.4_r1-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.0.0_r2-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.1.1_r9-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...

Completed in 596 milliseconds