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.h108 bool hasVolumeIndexForDevice(audio_devices_t device) const in hasVolumeIndexForDevice() function
209 virtual bool hasVolumeIndexForDevice(audio_stream_type_t stream, in hasVolumeIndexForDevice() function
212 return getCurvesFor(stream).hasVolumeIndexForDevice(device); in hasVolumeIndexForDevice()
DIVolumeCurvesCollection.h45 virtual bool hasVolumeIndexForDevice(audio_stream_type_t stream,
/frameworks/av/services/audiopolicy/managerdefault/
DAudioPolicyManager.cpp1882 } else if (!mVolumeCurves->hasVolumeIndexForDevice( in setStreamVolumeIndex()