Home
last modified time | relevance | path

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

/frameworks/av/services/audiopolicy/common/managerdefinitions/include/
DStreamDescriptor.h41 bool hasVolumeIndexForDevice(audio_devices_t device) const in hasVolumeIndexForDevice() function
93 virtual bool hasVolumeIndexForDevice(audio_stream_type_t stream, in hasVolumeIndexForDevice() function
96 return valueFor(stream).hasVolumeIndexForDevice(device); in hasVolumeIndexForDevice()
DVolumeCurve.h107 bool hasVolumeIndexForDevice(audio_devices_t device) const in hasVolumeIndexForDevice() function
214 virtual bool hasVolumeIndexForDevice(audio_stream_type_t stream, in hasVolumeIndexForDevice() function
217 return getCurvesFor(stream).hasVolumeIndexForDevice(device); in hasVolumeIndexForDevice()
DIVolumeCurvesCollection.h47 virtual bool hasVolumeIndexForDevice(audio_stream_type_t stream,
/frameworks/av/services/audiopolicy/managerdefault/
DAudioPolicyManager.cpp2296 applyVolume = !mVolumeCurves->hasVolumeIndexForDevice( in setStreamVolumeIndex()