OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:MaxSpeakerVolume
(Results
26 - 40
of
40
) sorted by null
1
2
/external/webrtc/webrtc/modules/audio_device/win/
audio_device_wave_win.h
107
virtual int32_t
MaxSpeakerVolume
(uint32_t& maxVolume) const;
audio_device_wave_win.cc
748
//
MaxSpeakerVolume
751
int32_t AudioDeviceWindowsWave::
MaxSpeakerVolume
(uint32_t& maxVolume) const
756
if (_mixerManager.
MaxSpeakerVolume
(maxVol) == -1)
[
all
...]
audio_mixer_manager_win.cc
[
all
...]
audio_device_core_win.cc
[
all
...]
/external/webrtc/webrtc/modules/audio_device/test/
audio_device_test_api.cc
874
//
MaxSpeakerVolume
891
EXPECT_EQ(-1, audio_device_->
MaxSpeakerVolume
(&maxVolume));
[
all
...]
func_test_manager.cc
508
EXPECT_EQ(0, _audioDevice->
MaxSpeakerVolume
(&maxVolume));
[
all
...]
/external/webrtc/talk/app/webrtc/test/
fakeaudiocapturemodule.cc
346
int32_t FakeAudioCaptureModule::
MaxSpeakerVolume
(
/external/webrtc/webrtc/modules/audio_device/android/
audio_device_unittest.cc
634
EXPECT_EQ(0, audio_device()->
MaxSpeakerVolume
(&max_volume));
675
EXPECT_EQ(0, audio_device()->
MaxSpeakerVolume
(&max_volume));
[
all
...]
/external/webrtc/webrtc/modules/audio_device/
audio_device_impl.cc
700
//
MaxSpeakerVolume
703
int32_t AudioDeviceModuleImpl::
MaxSpeakerVolume
(uint32_t* maxVolume) const
709
if (_ptrAudioDevice->
MaxSpeakerVolume
(maxVol) == -1)
[
all
...]
/external/webrtc/webrtc/modules/audio_device/linux/
audio_device_alsa_linux.cc
358
int32_t AudioDeviceLinuxALSA::
MaxSpeakerVolume
(
364
if (_mixerManager.
MaxSpeakerVolume
(maxVol) == -1)
[
all
...]
audio_mixer_manager_alsa_linux.cc
438
int32_t AudioMixerManagerLinuxALSA::
MaxSpeakerVolume
(
[
all
...]
audio_mixer_manager_pulse_linux.cc
339
AudioMixerManagerLinuxPulse::
MaxSpeakerVolume
(uint32_t& maxVolume) const
[
all
...]
audio_device_pulse_linux.cc
448
int32_t AudioDeviceLinuxPulse::
MaxSpeakerVolume
(
454
if (_mixerManager.
MaxSpeakerVolume
(maxVol) == -1)
[
all
...]
/external/webrtc/webrtc/modules/audio_device/mac/
audio_device_mac.cc
554
int32_t AudioDeviceMac::
MaxSpeakerVolume
(uint32_t& maxVolume) const {
557
if (_mixerManager.
MaxSpeakerVolume
(maxVol) == -1) {
[
all
...]
audio_mixer_manager_mac.cc
334
int32_t AudioMixerManagerMac::
MaxSpeakerVolume
(uint32_t& maxVolume) const {
Completed in 338 milliseconds
1
2