Searched defs:setMasterVolume (Results 1 - 7 of 7) sorted by relevance

/frameworks/base/services/audioflinger/
H A DAudioDumpInterface.h135 virtual status_t setMasterVolume(float volume) function in class:android::AudioDumpInterface
136 {return mFinalInterface->setMasterVolume(volume);}
H A DAudioHardwareGeneric.cpp145 status_t AudioHardwareGeneric::setMasterVolume(float v) function in class:android::AudioHardwareGeneric
H A DAudioHardwareStub.cpp94 status_t AudioHardwareStub::setMasterVolume(float volume) function in class:android::AudioHardwareStub
H A DA2dpAudioInterface.cpp208 status_t A2dpAudioInterface::setMasterVolume(float v) function in class:android::A2dpAudioInterface
210 return mHardwareInterface->setMasterVolume(v);
H A DAudioFlinger.cpp144 setMasterVolume(1.0f);
435 status_t AudioFlinger::setMasterVolume(float value) function in class:android::AudioFlinger
445 if (mAudioHardware->setMasterVolume(value) == NO_ERROR) {
452 mPlaybackThreads.valueAt(i)->setMasterVolume(value);
1218 status_t AudioFlinger::PlaybackThread::setMasterVolume(float value) function in class:android::AudioFlinger::PlaybackThread
1223 LifeVibes::setMasterVolume(audioOutputType, value);
/frameworks/base/media/libmedia/
H A DAudioSystem.cpp96 status_t AudioSystem::setMasterVolume(float value) function in class:android::AudioSystem
100 af->setMasterVolume(value);
H A DIAudioFlinger.cpp219 virtual status_t setMasterVolume(float value) function in class:android::BpAudioFlinger
767 reply->writeInt32( setMasterVolume(data.readFloat()) );

Completed in 77 milliseconds