Home
last modified time | relevance | path

Searched refs:setStreamVolumeIndex (Results 1 – 9 of 9) sorted by relevance

/frameworks/base/media/java/android/media/
DAudioSystem.java254 public static native int setStreamVolumeIndex(int stream, int index); in setStreamVolumeIndex() method in AudioSystem
DAudioService.java431 setStreamVolumeIndex(i, index); in createStreamStates()
482 private void setStreamVolumeIndex(int stream, int index) { in setStreamVolumeIndex() method in AudioService
483 AudioSystem.setStreamVolumeIndex(stream, (index + 5)/10); in setStreamVolumeIndex()
1245 setStreamVolumeIndex(streamType, streamState.mIndex); in reloadAudioSettings()
1845 setStreamVolumeIndex(streamType, mIndex); in VolumeStreamState()
2044 setStreamVolumeIndex(streamState.mStreamType, streamState.mIndex); in setSystemVolume()
2051 setStreamVolumeIndex(streamType, mStreamStates[streamType].mIndex); in setSystemVolume()
2216 setStreamVolumeIndex(streamType, index); in handleMessage()
/frameworks/base/include/media/
DIAudioPolicyService.h76 virtual status_t setStreamVolumeIndex(audio_stream_type_t stream, int index) = 0;
DAudioSystem.h173 static status_t setStreamVolumeIndex(audio_stream_type_t stream, int index);
/frameworks/base/core/jni/
Dandroid_media_AudioSystem.cpp188 …return check_AudioSystem_Command(AudioSystem::setStreamVolumeIndex(static_cast <audio_stream_type_… in android_media_AudioSystem_setStreamVolumeIndex()
/frameworks/base/services/audioflinger/
DAudioPolicyService.h92 virtual status_t setStreamVolumeIndex(audio_stream_type_t stream, int index);
DAudioPolicyService.cpp411 status_t AudioPolicyService::setStreamVolumeIndex(audio_stream_type_t stream, int index) in setStreamVolumeIndex() function in android::AudioPolicyService
/frameworks/base/media/libmedia/
DIAudioPolicyService.cpp243 virtual status_t setStreamVolumeIndex(audio_stream_type_t stream, int index) in setStreamVolumeIndex() function in android::BpAudioPolicyService
528 reply->writeInt32(static_cast <uint32_t>(setStreamVolumeIndex(stream, index))); in onTransact()
DAudioSystem.cpp666 status_t AudioSystem::setStreamVolumeIndex(audio_stream_type_t stream, int index) in setStreamVolumeIndex() function in android::AudioSystem
670 return aps->setStreamVolumeIndex(stream, index); in setStreamVolumeIndex()