OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:MaxMicrophoneVolume
(Results
1 - 25
of
36
) sorted by null
1
2
/external/webrtc/webrtc/modules/audio_device/linux/
audio_mixer_manager_alsa_linux.h
47
int32_t
MaxMicrophoneVolume
(uint32_t& maxVolume) const;
audio_mixer_manager_pulse_linux.h
57
int32_t
MaxMicrophoneVolume
(uint32_t& maxVolume) const;
audio_device_alsa_linux.h
108
int32_t
MaxMicrophoneVolume
(uint32_t& maxVolume) const override;
audio_device_pulse_linux.h
170
int32_t
MaxMicrophoneVolume
(uint32_t& maxVolume) const override;
/external/webrtc/webrtc/modules/audio_device/mac/
audio_mixer_manager_mac.h
46
int32_t
MaxMicrophoneVolume
(uint32_t& maxVolume) const;
audio_device_mac.h
134
virtual int32_t
MaxMicrophoneVolume
(uint32_t& maxVolume) const;
/external/webrtc/webrtc/modules/audio_device/
audio_device_generic.h
92
virtual int32_t
MaxMicrophoneVolume
(uint32_t& maxVolume) const = 0;
audio_device_impl.h
128
int32_t
MaxMicrophoneVolume
(uint32_t* maxVolume) const override;
/external/webrtc/webrtc/modules/audio_device/dummy/
audio_device_dummy.cc
132
int32_t AudioDeviceDummy::
MaxMicrophoneVolume
(uint32_t& maxVolume) const {
audio_device_dummy.h
95
int32_t
MaxMicrophoneVolume
(uint32_t& maxVolume) const override;
file_audio_device.h
115
int32_t
MaxMicrophoneVolume
(uint32_t& maxVolume) const override;
file_audio_device.cc
356
int32_t FileAudioDevice::
MaxMicrophoneVolume
(uint32_t& maxVolume) const {
/external/webrtc/webrtc/modules/audio_device/include/
audio_device.h
129
virtual int32_t
MaxMicrophoneVolume
(uint32_t* maxVolume) const = 0;
fake_audio_device.h
88
virtual int32_t
MaxMicrophoneVolume
(uint32_t* maxVolume) const { return 0; }
/external/webrtc/webrtc/modules/audio_device/win/
audio_mixer_manager_win.h
74
int32_t
MaxMicrophoneVolume
(uint32_t& maxVolume) const;
audio_device_core_win.h
158
virtual int32_t
MaxMicrophoneVolume
(uint32_t& maxVolume) const;
audio_device_wave_win.h
115
virtual int32_t
MaxMicrophoneVolume
(uint32_t& maxVolume) const;
/external/webrtc/webrtc/modules/audio_device/ios/
audio_device_not_implemented_ios.mm
230
int32_t AudioDeviceIOS::
MaxMicrophoneVolume
(uint32_t& maxVolume) const {
audio_device_ios.h
123
int32_t
MaxMicrophoneVolume
(uint32_t& maxVolume) const override;
/external/webrtc/webrtc/voice_engine/
voe_volume_control_impl.cc
132
// scale: [0, kMaxVolumeLevel] -> [0,
MaxMicrophoneVolume
]
133
if (_shared->audio_device()->
MaxMicrophoneVolume
(&maxVol) != 0) {
182
// scale: [0,
MaxMicrophoneVolume
] -> [0, kMaxVolumeLevel]
183
if (_shared->audio_device()->
MaxMicrophoneVolume
(&maxVol) != 0) {
/external/webrtc/talk/app/webrtc/test/
fakeaudiocapturemodule.h
143
int32_t
MaxMicrophoneVolume
(uint32_t* max_volume) const override;
fakeaudiocapturemodule.cc
382
int32_t FakeAudioCaptureModule::
MaxMicrophoneVolume
(
/external/webrtc/webrtc/modules/audio_device/test/
func_test_manager.cc
232
EXPECT_EQ(0, _audioDevice->
MaxMicrophoneVolume
(&maxVolume));
257
EXPECT_EQ(0, _audioDevice->
MaxMicrophoneVolume
(&maxVolume));
[
all
...]
audio_device_test_api.cc
[
all
...]
/external/webrtc/webrtc/modules/audio_device/android/
audio_device_template.h
285
int32_t
MaxMicrophoneVolume
(uint32_t& maxVolume) const override {
Completed in 161 milliseconds
1
2