Home
last modified time | relevance | path

Searched refs:PlayoutBuffer (Results 1 – 25 of 26) sorted by relevance

12

/external/webrtc/webrtc/modules/audio_device/test/
Daudio_device_test_api.cc1528 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/
Daudio_device_dummy.cc187 int32_t AudioDeviceDummy::PlayoutBuffer(AudioDeviceModule::BufferType& type, in PlayoutBuffer() function in webrtc::AudioDeviceDummy
Daudio_device_dummy.h125 int32_t PlayoutBuffer(AudioDeviceModule::BufferType& type,
Dfile_audio_device.h145 int32_t PlayoutBuffer(AudioDeviceModule::BufferType& type,
Dfile_audio_device.cc423 int32_t FileAudioDevice::PlayoutBuffer(AudioDeviceModule::BufferType& type, in PlayoutBuffer() function in webrtc::FileAudioDevice
/external/webrtc/webrtc/voice_engine/
Dvoe_video_sync_impl.cc147 if (_shared->audio_device()->PlayoutBuffer(&type, &sizeMS) != 0) { in GetPlayoutBufferSize()
/external/webrtc/webrtc/modules/audio_device/
Daudio_device_generic.h122 virtual int32_t PlayoutBuffer(AudioDeviceModule::BufferType& type,
Daudio_device_impl.h159 int32_t PlayoutBuffer(BufferType* type, uint16_t* sizeMS) const override;
Daudio_device_impl.cc1671 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/
Dfake_audio_device.h118 virtual int32_t PlayoutBuffer(BufferType* type, uint16_t* sizeMS) const { in PlayoutBuffer() function
Daudio_device.h161 virtual int32_t PlayoutBuffer(BufferType* type, uint16_t* sizeMS) const = 0;
/external/webrtc/webrtc/modules/audio_device/ios/
Daudio_device_ios.h85 int32_t PlayoutBuffer(AudioDeviceModule::BufferType& type,
Daudio_device_not_implemented_ios.mm18 int32_t AudioDeviceIOS::PlayoutBuffer(AudioDeviceModule::BufferType& type,
/external/webrtc/webrtc/modules/audio_device/linux/
Daudio_device_alsa_linux.h138 int32_t PlayoutBuffer(AudioDeviceModule::BufferType& type,
Daudio_device_pulse_linux.h200 int32_t PlayoutBuffer(AudioDeviceModule::BufferType& type,
Daudio_device_alsa_linux.cc1617 int32_t AudioDeviceLinuxALSA::PlayoutBuffer( in PlayoutBuffer() function in webrtc::AudioDeviceLinuxALSA
Daudio_device_pulse_linux.cc1623 int32_t AudioDeviceLinuxPulse::PlayoutBuffer( in PlayoutBuffer() function in webrtc::AudioDeviceLinuxPulse
/external/webrtc/talk/app/webrtc/test/
Dfakeaudiocapturemodule.h171 int32_t PlayoutBuffer(BufferType* type, uint16_t* size_ms) const override;
Dfakeaudiocapturemodule.cc508 int32_t FakeAudioCaptureModule::PlayoutBuffer(BufferType* /*type*/, in PlayoutBuffer() function in FakeAudioCaptureModule
/external/webrtc/webrtc/modules/audio_device/android/
Daudio_device_template.h382 int32_t PlayoutBuffer( in PlayoutBuffer() function
/external/webrtc/webrtc/modules/audio_device/win/
Daudio_device_wave_win.h144 virtual int32_t PlayoutBuffer(AudioDeviceModule::BufferType& type, uint16_t& sizeMS) const;
Daudio_device_core_win.h187 virtual int32_t PlayoutBuffer(AudioDeviceModule::BufferType& type, uint16_t& sizeMS) const;
Daudio_device_wave_win.cc2252 int32_t AudioDeviceWindowsWave::PlayoutBuffer(AudioDeviceModule::BufferType& type, uint16_t& sizeMS… in PlayoutBuffer() function in webrtc::AudioDeviceWindowsWave
/external/webrtc/webrtc/modules/audio_device/mac/
Daudio_device_mac.h164 virtual int32_t PlayoutBuffer(AudioDeviceModule::BufferType& type,
Daudio_device_mac.cc1669 int32_t AudioDeviceMac::PlayoutBuffer(AudioDeviceModule::BufferType& type, in PlayoutBuffer() function in webrtc::AudioDeviceMac

12