Home
last modified time | relevance | path

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

/frameworks/av/include/media/
DIAudioPolicyService.h78 virtual status_t getStreamVolumeIndex(audio_stream_type_t stream,
DAudioSystem.h215 static status_t getStreamVolumeIndex(audio_stream_type_t stream,
/frameworks/base/media/java/android/media/
DAudioSystem.java343 public static native int getStreamVolumeIndex(int stream, int device); in getStreamVolumeIndex() method in AudioSystem
/frameworks/base/core/jni/
Dandroid_media_AudioSystem.cpp198 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.cpp404 status_t AudioPolicyService::getStreamVolumeIndex(audio_stream_type_t stream, in getStreamVolumeIndex() function in android::AudioPolicyService
/frameworks/av/media/libmedia/
DAudioSystem.cpp675 status_t AudioSystem::getStreamVolumeIndex(audio_stream_type_t stream, in getStreamVolumeIndex() function in android::AudioSystem
681 return aps->getStreamVolumeIndex(stream, index, device); in getStreamVolumeIndex()
DIAudioPolicyService.cpp246 virtual status_t getStreamVolumeIndex(audio_stream_type_t stream, in getStreamVolumeIndex() function in android::BpAudioPolicyService
530 status_t status = getStreamVolumeIndex(stream, &index, device); in onTransact()