OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:setVoiceVolume
(Results
1 - 11
of
11
) sorted by null
/hardware/libhardware_legacy/audio/
AudioPolicyCompatClient.cpp
144
status_t AudioPolicyCompatClient::
setVoiceVolume
(float volume, int delayMs)
AudioHardwareStub.cpp
89
status_t AudioHardwareStub::
setVoiceVolume
(float volume)
AudioDumpInterface.h
133
virtual status_t
setVoiceVolume
(float volume)
134
{return mFinalInterface->
setVoiceVolume
(volume);}
A2dpAudioInterface.cpp
207
status_t A2dpAudioInterface::
setVoiceVolume
(float v)
209
return mHardwareInterface->
setVoiceVolume
(v);
AudioHardwareGeneric.cpp
141
status_t AudioHardwareGeneric::
setVoiceVolume
(float v)
/hardware/qcom/audio/legacy/alsa_sound/
AudioHardwareALSA.cpp
257
status_t AudioHardwareALSA::
setVoiceVolume
(float v)
259
ALOGV("
setVoiceVolume
(%f)\n", v);
261
ALOGW("
setVoiceVolume
(%f) under 0.0, assuming 0.0\n", v);
264
ALOGW("
setVoiceVolume
(%f) over 1.0, assuming 1.0\n", v);
269
ALOGV("
setVoiceVolume
newMode %d",newMode);
282
mALSADevice->
setVoiceVolume
(vol);
[
all
...]
AudioHardwareALSA.h
202
void (*
setVoiceVolume
)(int);
459
virtual status_t
setVoiceVolume
(float volume);
/frameworks/av/media/libmedia/
AudioSystem.cpp
366
status_t AudioSystem::
setVoiceVolume
(float value)
370
return af->
setVoiceVolume
(value);
IAudioFlinger.cpp
519
virtual status_t
setVoiceVolume
(float volume)
[
all
...]
/frameworks/av/services/audioflinger/
AudioPolicyService.cpp
755
command->mStatus = AudioSystem::
setVoiceVolume
(data->mVolume);
[
all
...]
AudioFlinger.cpp
[
all
...]
Completed in 585 milliseconds