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

/frameworks/av/services/audiopolicy/service/
H A DAudioPolicyInterfaceImpl.cpp437 status_t AudioPolicyService::getStreamVolumeIndex(audio_stream_type_t stream, function in class:android::AudioPolicyService
448 return mAudioPolicyManager->getStreamVolumeIndex(stream,
H A DAudioPolicyInterfaceImplLegacy.cpp373 status_t AudioPolicyService::getStreamVolumeIndex(audio_stream_type_t stream, function in class:android::AudioPolicyService
/frameworks/av/media/libmedia/
H A DAudioSystem.cpp896 status_t AudioSystem::getStreamVolumeIndex(audio_stream_type_t stream, function in class:android::AudioSystem
902 return aps->getStreamVolumeIndex(stream, index, device);
H A DIAudioPolicyService.cpp380 virtual status_t getStreamVolumeIndex(audio_stream_type_t stream, function in class:android::BpAudioPolicyService
1034 status_t status = getStreamVolumeIndex(stream, &index, device);
/frameworks/base/media/java/android/media/
H A DAudioSystem.java686 public static native int getStreamVolumeIndex(int stream, int device); method in class:AudioSystem
/frameworks/av/services/audiopolicy/managerdefault/
H A DAudioPolicyManager.cpp1899 status_t AudioPolicyManager::getStreamVolumeIndex(audio_stream_type_t stream, function in class:android::AudioPolicyManager
1917 ALOGV("getStreamVolumeIndex() stream %d device %08x index %d", stream, device, *index);

Completed in 525 milliseconds