OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:SetLoudspeakerStatus
(Results
1 - 5
of
5
) sorted by null
/external/webrtc/webrtc/modules/audio_device/
audio_device_generic.cc
27
int32_t AudioDeviceGeneric::
SetLoudspeakerStatus
(bool enable) {
audio_device_impl.cc
[
all
...]
/external/webrtc/webrtc/modules/audio_device/include/
fake_audio_device.h
145
virtual int32_t
SetLoudspeakerStatus
(bool enable) { return 0; }
/external/webrtc/talk/app/webrtc/test/
fakeaudiocapturemodule.cc
581
int32_t FakeAudioCaptureModule::
SetLoudspeakerStatus
(bool /*enable*/) {
/external/webrtc/webrtc/voice_engine/test/android/android_test/src/org/webrtc/voiceengine/test/
AndroidTest.java
429
if (0 !=
SetLoudspeakerStatus
(false)) {
533
if (0 !=
SetLoudspeakerStatus
(true)) {
592
if (0 !=
SetLoudspeakerStatus
(true)) {
598
if (0 !=
SetLoudspeakerStatus
(false)) {
[
all
...]
Completed in 65 milliseconds