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

/frameworks/av/services/audiopolicy/service/
H A DAudioPolicyInterfaceImplLegacy.cpp372 status_t AudioPolicyService::getStreamVolumeIndex(audio_stream_type_t stream, function in class:android::AudioPolicyService
H A DAudioPolicyInterfaceImpl.cpp429 status_t AudioPolicyService::getStreamVolumeIndex(audio_stream_type_t stream, function in class:android::AudioPolicyService
440 return mAudioPolicyManager->getStreamVolumeIndex(stream,
/frameworks/av/media/libmedia/
H A DIAudioPolicyService.cpp376 virtual status_t getStreamVolumeIndex(audio_stream_type_t stream, function in class:android::BpAudioPolicyService
998 status_t status = getStreamVolumeIndex(stream, &index, device);
H A DAudioSystem.cpp866 status_t AudioSystem::getStreamVolumeIndex(audio_stream_type_t stream, function in class:android::AudioSystem
872 return aps->getStreamVolumeIndex(stream, index, device);
/frameworks/av/services/audiopolicy/managerdefault/
H A DAudioPolicyManager.cpp1766 status_t AudioPolicyManager::getStreamVolumeIndex(audio_stream_type_t stream, function in class:android::AudioPolicyManager
1784 ALOGV("getStreamVolumeIndex() stream %d device %08x index %d", stream, device, *index);
/frameworks/base/media/java/android/media/
H A DAudioSystem.java620 public static native int getStreamVolumeIndex(int stream, int device); method in class:AudioSystem

Completed in 4034 milliseconds