Searched refs:hasVolumeIndexForDevice (Results 1 – 4 of 4) sorted by relevance
41 bool hasVolumeIndexForDevice(audio_devices_t device) const in hasVolumeIndexForDevice() function93 virtual bool hasVolumeIndexForDevice(audio_stream_type_t stream, in hasVolumeIndexForDevice() function96 return valueFor(stream).hasVolumeIndexForDevice(device); in hasVolumeIndexForDevice()
108 bool hasVolumeIndexForDevice(audio_devices_t device) const in hasVolumeIndexForDevice() function209 virtual bool hasVolumeIndexForDevice(audio_stream_type_t stream, in hasVolumeIndexForDevice() function212 return getCurvesFor(stream).hasVolumeIndexForDevice(device); in hasVolumeIndexForDevice()
45 virtual bool hasVolumeIndexForDevice(audio_stream_type_t stream,
1882 } else if (!mVolumeCurves->hasVolumeIndexForDevice( in setStreamVolumeIndex()