Searched defs:GetLoudspeakerStatus (Results 1 - 9 of 9) sorted by relevance

/external/chromium_org/third_party/webrtc/modules/audio_device/
H A Daudio_device_generic.cc39 int32_t AudioDeviceGeneric::GetLoudspeakerStatus(bool& enable) const function in class:webrtc::AudioDeviceGeneric
H A Daudio_device_impl.cc1964 // GetLoudspeakerStatus
1967 int32_t AudioDeviceModuleImpl::GetLoudspeakerStatus(bool* enabled) const function in class:webrtc::AudioDeviceModuleImpl
1971 if (_ptrAudioDevice->GetLoudspeakerStatus(*enabled) != 0)
/external/chromium_org/third_party/webrtc/voice_engine/include/
H A Dvoe_hardware.h101 virtual int GetLoudspeakerStatus(bool& enabled) { return -1; } function in class:webrtc::VoEHardware
/external/chromium_org/content/renderer/media/
H A Dwebrtc_audio_device_not_impl.cc265 int32_t WebRtcAudioDeviceNotImpl::GetLoudspeakerStatus(bool* enabled) const { function in class:content::WebRtcAudioDeviceNotImpl
/external/chromium_org/third_party/webrtc/modules/audio_device/android/
H A Dopensles_output.cc276 int32_t OpenSlesOutput::GetLoudspeakerStatus(bool& enabled) const { // NOLINT function in class:webrtc::OpenSlesOutput
H A Daudio_device_template.h403 int32_t GetLoudspeakerStatus( function in class:webrtc::AudioDeviceTemplate
405 return output_.GetLoudspeakerStatus(enable);
H A Daudio_track_jni.cc954 int32_t AudioTrackJni::GetLoudspeakerStatus(bool& enabled) const { // NOLINT function in class:webrtc::AudioTrackJni
/external/chromium_org/third_party/webrtc/modules/audio_device/include/
H A Dfake_audio_device.h146 virtual int32_t GetLoudspeakerStatus(bool* enabled) const { return 0; } function in class:webrtc::FakeAudioDeviceModule
/external/chromium_org/third_party/libjingle/source/talk/app/webrtc/test/
H A Dfakeaudiocapturemodule.cc596 int32_t FakeAudioCaptureModule::GetLoudspeakerStatus(bool* /*enabled*/) const { function in class:FakeAudioCaptureModule

Completed in 428 milliseconds