Searched refs:getStreamVolumeIndex (Results 1 - 8 of 8) sorted by relevance

/frameworks/av/include/media/
H A DIAudioPolicyService.h77 virtual status_t getStreamVolumeIndex(audio_stream_type_t stream,
H A DAudioSystem.h217 static status_t getStreamVolumeIndex(audio_stream_type_t stream,
/frameworks/base/core/jni/
H A Dandroid_media_AudioSystem.cpp206 if (AudioSystem::getStreamVolumeIndex(static_cast <audio_stream_type_t>(stream),
281 {"getStreamVolumeIndex","(II)I", (void *)android_media_AudioSystem_getStreamVolumeIndex},
/frameworks/base/media/java/android/media/
H A DAudioSystem.java386 public static native int getStreamVolumeIndex(int stream, int device); method in class:AudioSystem
/frameworks/av/services/audioflinger/
H A DAudioPolicyService.h91 virtual status_t getStreamVolumeIndex(audio_stream_type_t stream,
H A DAudioPolicyService.cpp401 status_t AudioPolicyService::getStreamVolumeIndex(audio_stream_type_t stream, function in class:android::AudioPolicyService
/frameworks/av/media/libmedia/
H A DAudioSystem.cpp674 status_t AudioSystem::getStreamVolumeIndex(audio_stream_type_t stream, function in class:android::AudioSystem
680 return aps->getStreamVolumeIndex(stream, index, device);
H A DIAudioPolicyService.cpp245 virtual status_t getStreamVolumeIndex(audio_stream_type_t stream, function in class:android::BpAudioPolicyService
535 status_t status = getStreamVolumeIndex(stream, &index, device);

Completed in 386 milliseconds