Searched refs:attributesToDriveAbs (Results 1 – 1 of 1) sorted by relevance
3386 audio_attributes_t attributesToDriveAbs = mEngine->getAttributesForStreamType(streamToDriveAbs); in setDeviceAbsoluteVolumeEnabled() local3387 if (attributesToDriveAbs == AUDIO_ATTRIBUTES_INITIALIZER) { in setDeviceAbsoluteVolumeEnabled()3394 mAbsoluteVolumeDrivingStreams[deviceType] = attributesToDriveAbs; in setDeviceAbsoluteVolumeEnabled()8048 audio_attributes_t attributesToDriveAbs = mAbsoluteVolumeDrivingStreams[volumeDevice]; in adjustDeviceAttenuationForAbsVolume() local8049 auto groupToDriveAbs = mEngine->getVolumeGroupForAttributes(attributesToDriveAbs); in adjustDeviceAttenuationForAbsVolume()8052 toString(attributesToDriveAbs).c_str()); in adjustDeviceAttenuationForAbsVolume()