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

/frameworks/av/include/media/
H A DIAudioPolicyService.h76 virtual status_t setStreamVolumeIndex(audio_stream_type_t stream,
H A DAudioSystem.h220 static status_t setStreamVolumeIndex(audio_stream_type_t stream,
/frameworks/base/core/jni/
H A Dandroid_media_AudioSystem.cpp190 AudioSystem::setStreamVolumeIndex(static_cast <audio_stream_type_t>(stream),
300 {"setStreamVolumeIndex","(III)I", (void *)android_media_AudioSystem_setStreamVolumeIndex},
/frameworks/base/media/java/android/media/
H A DAudioSystem.java391 public static native int setStreamVolumeIndex(int stream, int index, int device); method in class:AudioSystem
H A DAudioService.java2928 AudioSystem.setStreamVolumeIndex(mStreamType, index, device);
2940 AudioSystem.setStreamVolumeIndex(mStreamType, index, AudioSystem.DEVICE_OUT_DEFAULT);
2956 AudioSystem.setStreamVolumeIndex(mStreamType, index, device);
/frameworks/av/services/audioflinger/
H A DAudioPolicyService.h90 virtual status_t setStreamVolumeIndex(audio_stream_type_t stream,
H A DAudioPolicyService.cpp407 status_t AudioPolicyService::setStreamVolumeIndex(audio_stream_type_t stream, function in class:android::AudioPolicyService
/frameworks/av/media/libmedia/
H A DAudioSystem.cpp677 status_t AudioSystem::setStreamVolumeIndex(audio_stream_type_t stream, function in class:android::AudioSystem
683 return aps->setStreamVolumeIndex(stream, index, device);
H A DIAudioPolicyService.cpp241 virtual status_t setStreamVolumeIndex(audio_stream_type_t stream, function in class:android::BpAudioPolicyService
558 reply->writeInt32(static_cast <uint32_t>(setStreamVolumeIndex(stream,

Completed in 1912 milliseconds