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

/frameworks/av/media/libmedia/
H A DIAudioPolicyService.cpp245 virtual status_t getStreamVolumeIndex(audio_stream_type_t stream, function in class:android::BpAudioPolicyService
535 status_t status = getStreamVolumeIndex(stream, &index, device);
H A DAudioSystem.cpp674 status_t AudioSystem::getStreamVolumeIndex(audio_stream_type_t stream, function in class:android::AudioSystem
680 return aps->getStreamVolumeIndex(stream, index, device);
/frameworks/base/media/java/android/media/
H A DAudioSystem.java386 public static native int getStreamVolumeIndex(int stream, int device); method in class:AudioSystem
/frameworks/av/services/audioflinger/
H A DAudioPolicyService.cpp401 status_t AudioPolicyService::getStreamVolumeIndex(audio_stream_type_t stream, function in class:android::AudioPolicyService

Completed in 54 milliseconds