Home
last modified time | relevance | path

Searched defs:GetPlayoutUnderrunCount (Results 1 – 12 of 12) sorted by relevance

/external/webrtc/sdk/android/src/jni/audio_device/
Daaudio_player.h92 int GetPlayoutUnderrunCount() override { return 0; } in GetPlayoutUnderrunCount() function
Dopensles_player.h86 int GetPlayoutUnderrunCount() override { return -1; } in GetPlayoutUnderrunCount() function
Daudio_track_jni.cc213 int AudioTrackJni::GetPlayoutUnderrunCount() { in GetPlayoutUnderrunCount() function in webrtc::jni::AudioTrackJni
Daudio_device_module.cc572 int32_t GetPlayoutUnderrunCount() const override { in GetPlayoutUnderrunCount() function in webrtc::jni::__anon8b9d06be0111::AndroidAudioDeviceModule
/external/webrtc/modules/audio_device/
Daudio_device_generic.cc47 int32_t AudioDeviceGeneric::GetPlayoutUnderrunCount() const { in GetPlayoutUnderrunCount() function in webrtc::AudioDeviceGeneric
Daudio_device_impl.cc914 int32_t AudioDeviceModuleImpl::GetPlayoutUnderrunCount() const { in GetPlayoutUnderrunCount() function in webrtc::AudioDeviceModuleImpl
Daudio_device_data_observer.cc296 int32_t GetPlayoutUnderrunCount() const override { in GetPlayoutUnderrunCount() function in webrtc::__anon998dc0990111::ADMWrapper
/external/webrtc/sdk/objc/native/src/audio/
Daudio_device_ios.h89 int32_t GetPlayoutUnderrunCount() const override { return -1; } in GetPlayoutUnderrunCount() function
/external/webrtc/modules/audio_device/include/
Daudio_device.h151 virtual int32_t GetPlayoutUnderrunCount() const { return -1; } in GetPlayoutUnderrunCount() function
Daudio_device_default.h117 int32_t GetPlayoutUnderrunCount() const override { return -1; } in GetPlayoutUnderrunCount() function
/external/webrtc/pc/test/
Dfake_audio_capture_module.h138 int32_t GetPlayoutUnderrunCount() const override { return -1; } in GetPlayoutUnderrunCount() function
/external/webrtc/sdk/android/src/java/org/webrtc/audio/
DWebRtcAudioTrack.java364 private int GetPlayoutUnderrunCount() { in GetPlayoutUnderrunCount() method in WebRtcAudioTrack