/external/webrtc/webrtc/modules/audio_device/test/ |
D | audio_device_test_api.cc | 1528 EXPECT_EQ(0, audio_device_->PlayoutBuffer(&bufferType, &sizeMS)); in TEST_F() 1559 EXPECT_EQ(0, audio_device_->PlayoutBuffer(&bufferType, &sizeMS)); in TEST_F() 1563 EXPECT_EQ(0, audio_device_->PlayoutBuffer(&bufferType, &sizeMS)); in TEST_F() 1573 EXPECT_EQ(0, audio_device_->PlayoutBuffer(&bufferType, &sizeMS)); in TEST_F() 1578 EXPECT_EQ(0, audio_device_->PlayoutBuffer(&bufferType, &sizeMS)); in TEST_F() 1583 EXPECT_EQ(0, audio_device_->PlayoutBuffer(&bufferType, &sizeMS)); in TEST_F() 1592 EXPECT_EQ(0, audio_device_->PlayoutBuffer(&bufferType, &sizeMS)); in TEST_F()
|
/external/webrtc/webrtc/modules/audio_device/dummy/ |
D | audio_device_dummy.cc | 187 int32_t AudioDeviceDummy::PlayoutBuffer(AudioDeviceModule::BufferType& type, in PlayoutBuffer() function in webrtc::AudioDeviceDummy
|
D | audio_device_dummy.h | 125 int32_t PlayoutBuffer(AudioDeviceModule::BufferType& type,
|
D | file_audio_device.h | 145 int32_t PlayoutBuffer(AudioDeviceModule::BufferType& type,
|
D | file_audio_device.cc | 423 int32_t FileAudioDevice::PlayoutBuffer(AudioDeviceModule::BufferType& type, in PlayoutBuffer() function in webrtc::FileAudioDevice
|
/external/webrtc/webrtc/voice_engine/ |
D | voe_video_sync_impl.cc | 147 if (_shared->audio_device()->PlayoutBuffer(&type, &sizeMS) != 0) { in GetPlayoutBufferSize()
|
/external/webrtc/webrtc/modules/audio_device/ |
D | audio_device_generic.h | 122 virtual int32_t PlayoutBuffer(AudioDeviceModule::BufferType& type,
|
D | audio_device_impl.h | 159 int32_t PlayoutBuffer(BufferType* type, uint16_t* sizeMS) const override;
|
D | audio_device_impl.cc | 1671 int32_t AudioDeviceModuleImpl::PlayoutBuffer(BufferType* type, uint16_t* sizeMS) const in PlayoutBuffer() function in webrtc::AudioDeviceModuleImpl 1678 if (_ptrAudioDevice->PlayoutBuffer(bufType, size) == -1) in PlayoutBuffer()
|
/external/webrtc/webrtc/modules/audio_device/include/ |
D | fake_audio_device.h | 118 virtual int32_t PlayoutBuffer(BufferType* type, uint16_t* sizeMS) const { in PlayoutBuffer() function
|
D | audio_device.h | 161 virtual int32_t PlayoutBuffer(BufferType* type, uint16_t* sizeMS) const = 0;
|
/external/webrtc/webrtc/modules/audio_device/ios/ |
D | audio_device_ios.h | 85 int32_t PlayoutBuffer(AudioDeviceModule::BufferType& type,
|
D | audio_device_not_implemented_ios.mm | 18 int32_t AudioDeviceIOS::PlayoutBuffer(AudioDeviceModule::BufferType& type,
|
/external/webrtc/webrtc/modules/audio_device/linux/ |
D | audio_device_alsa_linux.h | 138 int32_t PlayoutBuffer(AudioDeviceModule::BufferType& type,
|
D | audio_device_pulse_linux.h | 200 int32_t PlayoutBuffer(AudioDeviceModule::BufferType& type,
|
D | audio_device_alsa_linux.cc | 1617 int32_t AudioDeviceLinuxALSA::PlayoutBuffer( in PlayoutBuffer() function in webrtc::AudioDeviceLinuxALSA
|
D | audio_device_pulse_linux.cc | 1623 int32_t AudioDeviceLinuxPulse::PlayoutBuffer( in PlayoutBuffer() function in webrtc::AudioDeviceLinuxPulse
|
/external/webrtc/talk/app/webrtc/test/ |
D | fakeaudiocapturemodule.h | 171 int32_t PlayoutBuffer(BufferType* type, uint16_t* size_ms) const override;
|
D | fakeaudiocapturemodule.cc | 508 int32_t FakeAudioCaptureModule::PlayoutBuffer(BufferType* /*type*/, in PlayoutBuffer() function in FakeAudioCaptureModule
|
/external/webrtc/webrtc/modules/audio_device/android/ |
D | audio_device_template.h | 382 int32_t PlayoutBuffer( in PlayoutBuffer() function
|
/external/webrtc/webrtc/modules/audio_device/win/ |
D | audio_device_wave_win.h | 144 virtual int32_t PlayoutBuffer(AudioDeviceModule::BufferType& type, uint16_t& sizeMS) const;
|
D | audio_device_core_win.h | 187 virtual int32_t PlayoutBuffer(AudioDeviceModule::BufferType& type, uint16_t& sizeMS) const;
|
D | audio_device_wave_win.cc | 2252 int32_t AudioDeviceWindowsWave::PlayoutBuffer(AudioDeviceModule::BufferType& type, uint16_t& sizeMS… in PlayoutBuffer() function in webrtc::AudioDeviceWindowsWave
|
/external/webrtc/webrtc/modules/audio_device/mac/ |
D | audio_device_mac.h | 164 virtual int32_t PlayoutBuffer(AudioDeviceModule::BufferType& type,
|
D | audio_device_mac.cc | 1669 int32_t AudioDeviceMac::PlayoutBuffer(AudioDeviceModule::BufferType& type, in PlayoutBuffer() function in webrtc::AudioDeviceMac
|