OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:MaxSpeakerVolume
(Results
1 - 25
of
40
) sorted by null
1
2
/external/webrtc/webrtc/modules/audio_device/android/
opensles_player.h
79
int
MaxSpeakerVolume
(uint32_t& maxVolume) const;
audio_track_jni.h
81
int
MaxSpeakerVolume
(uint32_t& max_volume) const;
audio_device_template.h
256
int32_t
MaxSpeakerVolume
(uint32_t& maxVolume) const override {
257
return output_.
MaxSpeakerVolume
(maxVolume);
audio_track_jni.cc
176
int AudioTrackJni::
MaxSpeakerVolume
(uint32_t& max_volume) const {
177
ALOGD("
MaxSpeakerVolume
%s", GetThreadInfo().c_str());
184
ALOGD("
MaxSpeakerVolume
%s", GetThreadInfo().c_str());
opensles_player.cc
159
int OpenSLESPlayer::
MaxSpeakerVolume
(uint32_t& maxVolume) const {
/external/webrtc/webrtc/modules/audio_device/linux/
audio_mixer_manager_alsa_linux.h
31
int32_t
MaxSpeakerVolume
(uint32_t& maxVolume) const;
audio_mixer_manager_pulse_linux.h
39
int32_t
MaxSpeakerVolume
(uint32_t& maxVolume) const;
audio_device_alsa_linux.h
100
int32_t
MaxSpeakerVolume
(uint32_t& maxVolume) const override;
audio_device_pulse_linux.h
162
int32_t
MaxSpeakerVolume
(uint32_t& maxVolume) const override;
/external/webrtc/webrtc/modules/audio_device/mac/
audio_mixer_manager_mac.h
28
int32_t
MaxSpeakerVolume
(uint32_t& maxVolume) const;
audio_device_mac.h
126
virtual int32_t
MaxSpeakerVolume
(uint32_t& maxVolume) const;
/external/webrtc/webrtc/modules/audio_device/
audio_device_generic.h
84
virtual int32_t
MaxSpeakerVolume
(uint32_t& maxVolume) const = 0;
audio_device_impl.h
120
int32_t
MaxSpeakerVolume
(uint32_t* maxVolume) const override;
/external/webrtc/webrtc/modules/audio_device/dummy/
audio_device_dummy.cc
110
int32_t AudioDeviceDummy::
MaxSpeakerVolume
(uint32_t& maxVolume) const {
audio_device_dummy.h
87
int32_t
MaxSpeakerVolume
(uint32_t& maxVolume) const override;
file_audio_device.h
107
int32_t
MaxSpeakerVolume
(uint32_t& maxVolume) const override;
file_audio_device.cc
334
int32_t FileAudioDevice::
MaxSpeakerVolume
(uint32_t& maxVolume) const {
/external/webrtc/webrtc/modules/audio_device/include/
audio_device.h
121
virtual int32_t
MaxSpeakerVolume
(uint32_t* maxVolume) const = 0;
fake_audio_device.h
82
virtual int32_t
MaxSpeakerVolume
(uint32_t* maxVolume) const { return 0; }
/external/webrtc/webrtc/modules/audio_device/win/
audio_mixer_manager_win.h
58
int32_t
MaxSpeakerVolume
(uint32_t& maxVolume) const;
audio_device_core_win.h
150
virtual int32_t
MaxSpeakerVolume
(uint32_t& maxVolume) const;
/external/webrtc/webrtc/modules/audio_device/ios/
audio_device_not_implemented_ios.mm
80
int32_t AudioDeviceIOS::
MaxSpeakerVolume
(uint32_t& maxVolume) const {
audio_device_ios.h
117
int32_t
MaxSpeakerVolume
(uint32_t& maxVolume) const override;
/external/webrtc/webrtc/voice_engine/
voe_volume_control_impl.cc
66
// scale: [0,kMaxVolumeLevel] -> [0,
MaxSpeakerVolume
]
67
if (_shared->audio_device()->
MaxSpeakerVolume
(&maxVol) != 0) {
101
// scale: [0,
MaxSpeakerVolume
] -> [0, kMaxVolumeLevel]
102
if (_shared->audio_device()->
MaxSpeakerVolume
(&maxVol) != 0) {
/external/webrtc/talk/app/webrtc/test/
fakeaudiocapturemodule.h
136
int32_t
MaxSpeakerVolume
(uint32_t* max_volume) const override;
Completed in 81 milliseconds
1
2