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

/frameworks/av/include/media/
H A DIAudioPolicyService.h78 virtual status_t getStreamVolumeIndex(audio_stream_type_t stream,
H A DAudioSystem.h222 static status_t getStreamVolumeIndex(audio_stream_type_t stream,
/frameworks/base/core/jni/
H A Dandroid_media_AudioSystem.cpp215 if (AudioSystem::getStreamVolumeIndex(static_cast <audio_stream_type_t>(stream),
302 {"getStreamVolumeIndex","(II)I", (void *)android_media_AudioSystem_getStreamVolumeIndex},
/frameworks/base/media/java/android/media/
H A DAudioSystem.java394 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.cpp402 status_t AudioPolicyService::getStreamVolumeIndex(audio_stream_type_t stream, function in class:android::AudioPolicyService
/frameworks/av/media/libmedia/
H A DAudioSystem.cpp670 status_t AudioSystem::getStreamVolumeIndex(audio_stream_type_t stream, function in class:android::AudioSystem
676 return aps->getStreamVolumeIndex(stream, index, device);
H A DIAudioPolicyService.cpp246 virtual status_t getStreamVolumeIndex(audio_stream_type_t stream, function in class:android::BpAudioPolicyService
549 status_t status = getStreamVolumeIndex(stream, &index, device);

Completed in 52 milliseconds