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

/frameworks/av/include/media/
H A DIAudioPolicyService.h74 virtual status_t setStreamVolumeIndex(audio_stream_type_t stream,
H A DAudioSystem.h214 static status_t setStreamVolumeIndex(audio_stream_type_t stream,
/frameworks/base/core/jni/
H A Dandroid_media_AudioSystem.cpp194 AudioSystem::setStreamVolumeIndex(static_cast <audio_stream_type_t>(stream),
280 {"setStreamVolumeIndex","(III)I", (void *)android_media_AudioSystem_setStreamVolumeIndex},
/frameworks/base/media/java/android/media/
H A DAudioSystem.java385 public static native int setStreamVolumeIndex(int stream, int index, int device); method in class:AudioSystem
H A DAudioService.java2743 AudioSystem.setStreamVolumeIndex(mStreamType,
2751 AudioSystem.setStreamVolumeIndex(mStreamType,
2761 AudioSystem.setStreamVolumeIndex(mStreamType,
/frameworks/av/services/audioflinger/
H A DAudioPolicyService.h88 virtual status_t setStreamVolumeIndex(audio_stream_type_t stream,
H A DAudioPolicyService.cpp377 status_t AudioPolicyService::setStreamVolumeIndex(audio_stream_type_t stream, function in class:android::AudioPolicyService
/frameworks/av/media/libmedia/
H A DAudioSystem.cpp665 status_t AudioSystem::setStreamVolumeIndex(audio_stream_type_t stream, function in class:android::AudioSystem
671 return aps->setStreamVolumeIndex(stream, index, device);
H A DIAudioPolicyService.cpp232 virtual status_t setStreamVolumeIndex(audio_stream_type_t stream, function in class:android::BpAudioPolicyService
523 reply->writeInt32(static_cast <uint32_t>(setStreamVolumeIndex(stream,

Completed in 57 milliseconds