Home
last modified time | relevance | path

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

/frameworks/av/services/audiopolicy/managerdefault/
DAudioPolicyManager.cpp3386 audio_attributes_t attributesToDriveAbs = mEngine->getAttributesForStreamType(streamToDriveAbs); in setDeviceAbsoluteVolumeEnabled() local
3387 if (attributesToDriveAbs == AUDIO_ATTRIBUTES_INITIALIZER) { in setDeviceAbsoluteVolumeEnabled()
3394 mAbsoluteVolumeDrivingStreams[deviceType] = attributesToDriveAbs; in setDeviceAbsoluteVolumeEnabled()
8048 audio_attributes_t attributesToDriveAbs = mAbsoluteVolumeDrivingStreams[volumeDevice]; in adjustDeviceAttenuationForAbsVolume() local
8049 auto groupToDriveAbs = mEngine->getVolumeGroupForAttributes(attributesToDriveAbs); in adjustDeviceAttenuationForAbsVolume()
8052 toString(attributesToDriveAbs).c_str()); in adjustDeviceAttenuationForAbsVolume()