Searched defs:getStreamVolumeIndex (Results 1 - 6 of 6) sorted by relevance

/frameworks/av/services/audiopolicy/
H A DAudioPolicyInterfaceImplLegacy.cpp370 status_t AudioPolicyService::getStreamVolumeIndex(audio_stream_type_t stream, function in class:android::AudioPolicyService
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 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/av/media/libmedia/
H A DIAudioPolicyService.cpp361 virtual status_t getStreamVolumeIndex(audio_stream_type_t stream, function in class:android::BpAudioPolicyService
933 status_t status = getStreamVolumeIndex(stream, &index, device);
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);
/frameworks/base/media/java/android/media/
H A DAudioSystem.java544 public static native int getStreamVolumeIndex(int stream, int device); method in class:AudioSystem

Completed in 121 milliseconds