Home
last modified time | relevance | path

Searched refs:getStreamVolumeIndex (Results 1 – 15 of 15) sorted by relevance

/aosp12/hardware/qcom/audio/legacy/alsa_sound/
H A Daudio_policy_hal.cpp227 return qap->apm->getStreamVolumeIndex((AudioSystem::stream_type)stream, in ap_get_stream_volume_index()
249 return qap->apm->getStreamVolumeIndex((AudioSystem::stream_type)stream, in ap_get_stream_volume_index_for_device()
/aosp12/hardware/libhardware_legacy/include/hardware_legacy/
H A DAudioPolicyInterface.h141 virtual status_t getStreamVolumeIndex(AudioSystem::stream_type stream,
H A DAudioPolicyManagerBase.h121 virtual status_t getStreamVolumeIndex(AudioSystem::stream_type stream,
/aosp12/frameworks/av/media/libaudioclient/aidl/android/media/
H A DIAudioPolicyService.aidl122 int getStreamVolumeIndex(AudioStreamType stream, in getStreamVolumeIndex() method
/aosp12/frameworks/base/services/core/java/com/android/server/audio/
H A DPlaybackActivityMonitor.java239 mSavedAlarmVolume = AudioSystem.getStreamVolumeIndex( in checkVolumeForPrivilegedAlarm()
247 if (AudioSystem.getStreamVolumeIndex( in checkVolumeForPrivilegedAlarm()
/aosp12/frameworks/av/services/audiopolicy/
H A DAudioPolicyInterface.h180 virtual status_t getStreamVolumeIndex(audio_stream_type_t stream,
/aosp12/frameworks/av/media/libaudioclient/include/media/
H A DAudioSystem.h310 static status_t getStreamVolumeIndex(audio_stream_type_t stream,
/aosp12/frameworks/av/services/audiopolicy/managerdefault/
H A DAudioPolicyManager.h163 virtual status_t getStreamVolumeIndex(audio_stream_type_t stream,
H A DAudioPolicyManager.cpp2724 status_t AudioPolicyManager::getStreamVolumeIndex(audio_stream_type_t stream, in getStreamVolumeIndex() function in android::AudioPolicyManager
/aosp12/frameworks/av/services/audiopolicy/service/
H A DAudioPolicyInterfaceImpl.cpp959 Status AudioPolicyService::getStreamVolumeIndex(media::AudioStreamType streamAidl, in getStreamVolumeIndex() function in android::AudioPolicyService
976 mAudioPolicyManager->getStreamVolumeIndex(stream, &index, device))); in getStreamVolumeIndex()
H A DAudioPolicyService.h111 binder::Status getStreamVolumeIndex(media::AudioStreamType stream, int32_t device,
/aosp12/frameworks/base/media/java/android/media/
H A DAudioSystem.java1542 public static native int getStreamVolumeIndex(int stream, int device); in getStreamVolumeIndex() method in AudioSystem
/aosp12/frameworks/av/media/libaudioclient/
H A DAudioSystem.cpp1179 status_t AudioSystem::getStreamVolumeIndex(audio_stream_type_t stream, in getStreamVolumeIndex() function in android::AudioSystem
1190 aps->getStreamVolumeIndex(streamAidl, deviceAidl, &indexAidl))); in getStreamVolumeIndex()
/aosp12/frameworks/base/core/jni/
H A Dandroid_media_AudioSystem.cpp665 if (AudioSystem::getStreamVolumeIndex(static_cast <audio_stream_type_t>(stream), in android_media_AudioSystem_getStreamVolumeIndex()
/aosp12/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt27706 Landroid/media/AudioSystem;->getStreamVolumeIndex(II)I