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

/frameworks/av/media/libmedia/
H A DIAudioPolicyService.cpp254 virtual status_t getStreamVolumeIndex(audio_stream_type_t stream, function in class:android::BpAudioPolicyService
570 status_t status = getStreamVolumeIndex(stream, &index, device);
H A DAudioSystem.cpp686 status_t AudioSystem::getStreamVolumeIndex(audio_stream_type_t stream, function in class:android::AudioSystem
692 return aps->getStreamVolumeIndex(stream, index, device);
/frameworks/av/services/audioflinger/
H A DAudioPolicyService.cpp431 status_t AudioPolicyService::getStreamVolumeIndex(audio_stream_type_t stream, function in class:android::AudioPolicyService
/frameworks/base/media/java/android/media/
H A DAudioSystem.java392 public static native int getStreamVolumeIndex(int stream, int device); method in class:AudioSystem

Completed in 270 milliseconds