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

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

Completed in 63 milliseconds