Home
last modified time | relevance | path

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

/frameworks/av/include/media/
DIAudioPolicyService.h79 virtual status_t getStreamVolumeIndex(audio_stream_type_t stream,
DAudioSystem.h223 static status_t getStreamVolumeIndex(audio_stream_type_t stream,
/frameworks/base/media/java/android/media/
DAudioSystem.java392 public static native int getStreamVolumeIndex(int stream, int device); in getStreamVolumeIndex() method in AudioSystem
/frameworks/base/core/jni/
Dandroid_media_AudioSystem.cpp202 if (AudioSystem::getStreamVolumeIndex(static_cast <audio_stream_type_t>(stream), in android_media_AudioSystem_getStreamVolumeIndex()
/frameworks/av/services/audioflinger/
DAudioPolicyService.h93 virtual status_t getStreamVolumeIndex(audio_stream_type_t stream,
DAudioPolicyService.cpp431 status_t AudioPolicyService::getStreamVolumeIndex(audio_stream_type_t stream, in getStreamVolumeIndex() function in android::AudioPolicyService
/frameworks/av/media/libmedia/
DIAudioPolicyService.cpp254 virtual status_t getStreamVolumeIndex(audio_stream_type_t stream, in getStreamVolumeIndex() function in android::BpAudioPolicyService
570 status_t status = getStreamVolumeIndex(stream, &index, device); in onTransact()
DAudioSystem.cpp686 status_t AudioSystem::getStreamVolumeIndex(audio_stream_type_t stream, in getStreamVolumeIndex() function in android::AudioSystem
692 return aps->getStreamVolumeIndex(stream, index, device); in getStreamVolumeIndex()