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()
107 bool hasVolumeIndexForDevice(audio_devices_t device) const in hasVolumeIndexForDevice() function214 virtual bool hasVolumeIndexForDevice(audio_stream_type_t stream, in hasVolumeIndexForDevice() function217 return getCurvesFor(stream).hasVolumeIndexForDevice(device); in hasVolumeIndexForDevice()
47 virtual bool hasVolumeIndexForDevice(audio_stream_type_t stream,
2296 applyVolume = !mVolumeCurves->hasVolumeIndexForDevice( in setStreamVolumeIndex()