OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:GetLoudspeakerStatus
(Results
1 - 4
of
4
) sorted by null
/external/webrtc/webrtc/modules/audio_device/
audio_device_generic.cc
32
int32_t AudioDeviceGeneric::
GetLoudspeakerStatus
(bool& enable) const {
audio_device_impl.cc
[
all
...]
/external/webrtc/webrtc/modules/audio_device/include/
fake_audio_device.h
146
virtual int32_t
GetLoudspeakerStatus
(bool* enabled) const { return 0; }
/external/webrtc/talk/app/webrtc/test/
fakeaudiocapturemodule.cc
586
int32_t FakeAudioCaptureModule::
GetLoudspeakerStatus
(bool* /*enabled*/) const {
Completed in 2794 milliseconds