Home
last modified time | relevance | path

Searched refs:hasVolumeIndexForDevice (Results 1 – 3 of 3) sorted by relevance

/aosp12/frameworks/av/services/audiopolicy/common/managerdefinitions/include/
H A DIVolumeCurves.h40 virtual bool hasVolumeIndexForDevice(audio_devices_t device) const = 0;
/aosp12/frameworks/av/services/audiopolicy/engine/common/include/
H A DVolumeCurve.h115 bool hasVolumeIndexForDevice(audio_devices_t device) const in hasVolumeIndexForDevice() function
/aosp12/frameworks/av/services/audiopolicy/managerdefault/
H A DAudioPolicyManager.cpp2803 applyVolume = !curves.hasVolumeIndexForDevice(curSrcDevice); in setVolumeIndexForAttributes()