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

/frameworks/av/services/audiopolicy/service/
H A DAudioPolicyInterfaceImpl.cpp467 status_t AudioPolicyService::getStreamVolumeIndex(audio_stream_type_t stream, function in class:android::AudioPolicyService
478 return mAudioPolicyManager->getStreamVolumeIndex(stream,
/frameworks/av/media/libaudioclient/
H A DAudioSystem.cpp918 status_t AudioSystem::getStreamVolumeIndex(audio_stream_type_t stream, function in class:android::AudioSystem
924 return aps->getStreamVolumeIndex(stream, index, device);
H A DIAudioPolicyService.cpp393 virtual status_t getStreamVolumeIndex(audio_stream_type_t stream, function in class:android::BpAudioPolicyService
1073 status_t status = getStreamVolumeIndex(stream, &index, device);
/frameworks/base/media/java/android/media/
H A DAudioSystem.java720 public static native int getStreamVolumeIndex(int stream, int device); method in class:AudioSystem
/frameworks/av/services/audiopolicy/managerdefault/
H A DAudioPolicyManager.cpp2173 status_t AudioPolicyManager::getStreamVolumeIndex(audio_stream_type_t stream, function in class:android::AudioPolicyManager
2191 ALOGV("getStreamVolumeIndex() stream %d device %08x index %d", stream, device, *index);

Completed in 1055 milliseconds