Home
last modified time | relevance | path

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

/frameworks/av/include/media/
DIAudioPolicyService.h97 virtual status_t getStreamVolumeIndex(audio_stream_type_t stream,
DAudioSystem.h260 static status_t getStreamVolumeIndex(audio_stream_type_t stream,
/frameworks/av/services/audiopolicy/
DAudioPolicyInterfaceImpl.cpp400 status_t AudioPolicyService::getStreamVolumeIndex(audio_stream_type_t stream, in getStreamVolumeIndex() function in android::AudioPolicyService
411 return mAudioPolicyManager->getStreamVolumeIndex(stream, in getStreamVolumeIndex()
DAudioPolicyInterface.h164 virtual status_t getStreamVolumeIndex(audio_stream_type_t stream,
DAudioPolicyService.h113 virtual status_t getStreamVolumeIndex(audio_stream_type_t stream,
DAudioPolicyInterfaceImplLegacy.cpp370 status_t AudioPolicyService::getStreamVolumeIndex(audio_stream_type_t stream, in getStreamVolumeIndex() function in android::AudioPolicyService
DAudioPolicyManager.h134 virtual status_t getStreamVolumeIndex(audio_stream_type_t stream,
DAudioPolicyManager.cpp1867 status_t AudioPolicyManager::getStreamVolumeIndex(audio_stream_type_t stream, in getStreamVolumeIndex() function in android::AudioPolicyManager
/frameworks/base/media/java/android/media/
DAudioSystem.java544 public static native int getStreamVolumeIndex(int stream, int device); in getStreamVolumeIndex() method in AudioSystem
/frameworks/av/media/libmedia/
DAudioSystem.cpp751 status_t AudioSystem::getStreamVolumeIndex(audio_stream_type_t stream, in getStreamVolumeIndex() function in android::AudioSystem
757 return aps->getStreamVolumeIndex(stream, index, device); in getStreamVolumeIndex()
DIAudioPolicyService.cpp363 virtual status_t getStreamVolumeIndex(audio_stream_type_t stream, in getStreamVolumeIndex() function in android::BpAudioPolicyService
935 status_t status = getStreamVolumeIndex(stream, &index, device); in onTransact()
/frameworks/base/core/jni/
Dandroid_media_AudioSystem.cpp405 if (AudioSystem::getStreamVolumeIndex(static_cast <audio_stream_type_t>(stream), in android_media_AudioSystem_getStreamVolumeIndex()