/external/webrtc/webrtc/modules/audio_device/ |
audio_device_generic.h | 120 virtual int32_t SetPlayoutBuffer(const AudioDeviceModule::BufferType type,
|
audio_device_impl.h | 158 int32_t SetPlayoutBuffer(const BufferType type, uint16_t sizeMS = 0) override;
|
audio_device_impl.cc | [all...] |
/external/webrtc/webrtc/modules/audio_device/dummy/ |
audio_device_dummy.cc | 181 int32_t AudioDeviceDummy::SetPlayoutBuffer(
|
audio_device_dummy.h | 123 int32_t SetPlayoutBuffer(const AudioDeviceModule::BufferType type,
|
file_audio_device.h | 143 int32_t SetPlayoutBuffer(const AudioDeviceModule::BufferType type,
|
file_audio_device.cc | 417 int32_t FileAudioDevice::SetPlayoutBuffer(
|
/external/webrtc/webrtc/modules/audio_device/include/ |
audio_device.h | 159 virtual int32_t SetPlayoutBuffer(const BufferType type,
|
fake_audio_device.h | 114 virtual int32_t SetPlayoutBuffer(const BufferType type,
|
/external/webrtc/webrtc/modules/audio_device/ios/ |
audio_device_not_implemented_ios.mm | 280 int32_t AudioDeviceIOS::SetPlayoutBuffer(
|
audio_device_ios.h | 141 int32_t SetPlayoutBuffer(const AudioDeviceModule::BufferType type,
|
/external/webrtc/webrtc/modules/audio_device/test/ |
audio_device_test_api.cc | [all...] |
/external/webrtc/talk/app/webrtc/test/ |
fakeaudiocapturemodule.h | 169 int32_t SetPlayoutBuffer(const BufferType type,
|
fakeaudiocapturemodule.cc | 502 int32_t FakeAudioCaptureModule::SetPlayoutBuffer(const BufferType /*type*/,
|
/external/webrtc/webrtc/modules/audio_device/linux/ |
audio_device_alsa_linux.h | 136 int32_t SetPlayoutBuffer(const AudioDeviceModule::BufferType type,
|
audio_device_pulse_linux.h | 198 int32_t SetPlayoutBuffer(const AudioDeviceModule::BufferType type,
|
audio_device_alsa_linux.cc | [all...] |
audio_device_pulse_linux.cc | [all...] |
/external/webrtc/webrtc/modules/audio_device/android/ |
audio_device_template.h | 376 int32_t SetPlayoutBuffer(
|
/external/webrtc/webrtc/modules/audio_device/mac/ |
audio_device_mac.h | 162 virtual int32_t SetPlayoutBuffer(const AudioDeviceModule::BufferType type,
|
audio_device_mac.cc | [all...] |
/external/webrtc/webrtc/modules/audio_device/win/ |
audio_device_core_win.h | 186 virtual int32_t SetPlayoutBuffer(const AudioDeviceModule::BufferType type, uint16_t sizeMS);
|
audio_device_wave_win.h | 143 virtual int32_t SetPlayoutBuffer(const AudioDeviceModule::BufferType type, uint16_t sizeMS);
|
audio_device_wave_win.cc | [all...] |
audio_device_core_win.cc | [all...] |