Searched refs:getStreamVolumeIndex (Results 1 - 10 of 10) sorted by relevance

/frameworks/base/include/media/
H A DIAudioPolicyService.h71 virtual status_t getStreamVolumeIndex(AudioSystem::stream_type stream, int *index) = 0;
H A DAudioSystem.h369 static status_t getStreamVolumeIndex(stream_type stream, int *index);
/frameworks/base/media/java/android/media/
H A DAudioSystem.java292 public static native int getStreamVolumeIndex(int stream); method in class:AudioSystem
/frameworks/base/core/jni/
H A Dandroid_media_AudioSystem.cpp185 if (AudioSystem::getStreamVolumeIndex(static_cast <AudioSystem::stream_type>(stream), &index) != NO_ERROR) {
207 {"getStreamVolumeIndex","(I)I", (void *)android_media_AudioSystem_getStreamVolumeIndex}
/frameworks/base/libs/audioflinger/
H A DAudioPolicyService.h72 virtual status_t getStreamVolumeIndex(AudioSystem::stream_type stream, int *index);
H A DAudioPolicyService.cpp328 status_t AudioPolicyService::getStreamVolumeIndex(AudioSystem::stream_type stream, int *index) function in class:android::AudioPolicyService
339 return mpPolicyManager->getStreamVolumeIndex(stream, index);
H A DAudioPolicyManagerBase.cpp819 status_t AudioPolicyManagerBase::getStreamVolumeIndex(AudioSystem::stream_type stream, int *index) function in class:android::AudioPolicyManagerBase
824 LOGV("getStreamVolumeIndex() stream %d", stream);
/frameworks/base/media/libmedia/
H A DIAudioPolicyService.cpp235 virtual status_t getStreamVolumeIndex(AudioSystem::stream_type stream, int *index) function in class:android::BpAudioPolicyService
400 status_t status = getStreamVolumeIndex(stream, &index);
H A DAudioSystem.cpp656 status_t AudioSystem::getStreamVolumeIndex(stream_type stream, int *index) function in class:android::AudioSystem
660 return aps->getStreamVolumeIndex(stream, index);
/frameworks/base/camera/libcameraservice/
H A DCameraService.cpp675 AudioSystem::getStreamVolumeIndex(AudioSystem::ENFORCED_AUDIBLE, &index);
900 AudioSystem::getStreamVolumeIndex(AudioSystem::ENFORCED_AUDIBLE, &index);

Completed in 105 milliseconds