OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:MaxSpeakerVolume
(Results
1 - 16
of
16
) sorted by null
/external/webrtc/webrtc/modules/audio_device/android/
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.cc
438
int32_t AudioMixerManagerLinuxALSA::
MaxSpeakerVolume
(
[
all
...]
audio_mixer_manager_pulse_linux.cc
339
AudioMixerManagerLinuxPulse::
MaxSpeakerVolume
(uint32_t& maxVolume) const
[
all
...]
audio_device_alsa_linux.cc
358
int32_t AudioDeviceLinuxALSA::
MaxSpeakerVolume
(
364
if (_mixerManager.
MaxSpeakerVolume
(maxVol) == -1)
[
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_mixer_manager_mac.cc
334
int32_t AudioMixerManagerMac::
MaxSpeakerVolume
(uint32_t& maxVolume) const {
audio_device_mac.cc
554
int32_t AudioDeviceMac::
MaxSpeakerVolume
(uint32_t& maxVolume) const {
557
if (_mixerManager.
MaxSpeakerVolume
(maxVol) == -1) {
[
all
...]
/external/webrtc/webrtc/modules/audio_device/dummy/
audio_device_dummy.cc
110
int32_t AudioDeviceDummy::
MaxSpeakerVolume
(uint32_t& maxVolume) const {
file_audio_device.cc
334
int32_t FileAudioDevice::
MaxSpeakerVolume
(uint32_t& maxVolume) const {
/external/webrtc/webrtc/modules/audio_device/include/
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.cc
[
all
...]
audio_device_wave_win.cc
748
//
MaxSpeakerVolume
751
int32_t AudioDeviceWindowsWave::
MaxSpeakerVolume
(uint32_t& maxVolume) const
756
if (_mixerManager.
MaxSpeakerVolume
(maxVol) == -1)
[
all
...]
audio_device_core_win.cc
[
all
...]
/external/webrtc/talk/app/webrtc/test/
fakeaudiocapturemodule.cc
346
int32_t FakeAudioCaptureModule::
MaxSpeakerVolume
(
/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
...]
Completed in 568 milliseconds