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

/frameworks/av/include/media/
H A DIAudioPolicyService.h98 virtual status_t getStreamVolumeIndex(audio_stream_type_t stream,
H A DAudioSystem.h260 static status_t getStreamVolumeIndex(audio_stream_type_t stream,
/frameworks/av/media/libaudioclient/include/media/
H A DIAudioPolicyService.h98 virtual status_t getStreamVolumeIndex(audio_stream_type_t stream,
H A DAudioSystem.h260 static status_t getStreamVolumeIndex(audio_stream_type_t stream,
/frameworks/av/services/audiopolicy/
H A DAudioPolicyInterface.h180 virtual status_t getStreamVolumeIndex(audio_stream_type_t stream,
/frameworks/av/services/audiopolicy/service/
H A DAudioPolicyInterfaceImpl.cpp681 status_t AudioPolicyService::getStreamVolumeIndex(audio_stream_type_t stream, function in class:android::AudioPolicyService
693 return mAudioPolicyManager->getStreamVolumeIndex(stream,
H A DAudioPolicyService.h115 virtual status_t getStreamVolumeIndex(audio_stream_type_t stream,
/frameworks/base/services/core/java/com/android/server/audio/
H A DPlaybackActivityMonitor.java203 mSavedAlarmVolume = AudioSystem.getStreamVolumeIndex(
211 if (AudioSystem.getStreamVolumeIndex(
/frameworks/av/services/audiopolicy/managerdefault/
H A DAudioPolicyManager.h158 virtual status_t getStreamVolumeIndex(audio_stream_type_t stream,
H A DAudioPolicyManager.cpp2316 status_t AudioPolicyManager::getStreamVolumeIndex(audio_stream_type_t stream, function in class:android::AudioPolicyManager
2334 ALOGV("getStreamVolumeIndex() stream %d device %08x index %d", stream, device, *index);
/frameworks/base/media/java/android/media/
H A DAudioSystem.java789 public static native int getStreamVolumeIndex(int stream, int device); method in class:AudioSystem
/frameworks/av/media/libaudioclient/
H A DAudioSystem.cpp965 status_t AudioSystem::getStreamVolumeIndex(audio_stream_type_t stream, function in class:android::AudioSystem
971 return aps->getStreamVolumeIndex(stream, index, device);
H A DIAudioPolicyService.cpp395 virtual status_t getStreamVolumeIndex(audio_stream_type_t stream, function in class:android::BpAudioPolicyService
1189 status_t status = getStreamVolumeIndex(stream, &index, device);
/frameworks/base/core/jni/
H A Dandroid_media_AudioSystem.cpp535 if (AudioSystem::getStreamVolumeIndex(static_cast <audio_stream_type_t>(stream),
1927 {"getStreamVolumeIndex","(II)I", (void *)android_media_AudioSystem_getStreamVolumeIndex},

Completed in 175 milliseconds