Searched refs:forceVolumeReeval (Results 1 – 2 of 2) sorted by relevance
845 bool forceVolumeReeval = (usage == AUDIO_POLICY_FORCE_FOR_COMMUNICATION) || in setForceUse() local865 updateCallAndOutputRouting(forceVolumeReeval, delayMs); in setForceUse()3338 bool forceVolumeReeval = false; in setDevicesRoleForStrategy() local3343 forceVolumeReeval = true; in setDevicesRoleForStrategy()3347 updateCallAndOutputRouting(forceVolumeReeval, delayMs); in setDevicesRoleForStrategy()3352 void AudioPolicyManager::updateCallAndOutputRouting(bool forceVolumeReeval, uint32_t delayMs) in updateCallAndOutputRouting() argument3370 if (forceVolumeReeval && !newDevices.isEmpty()) { in updateCallAndOutputRouting()3407 bool forceVolumeReeval = false; in removeDevicesRoleForStrategy() local3412 forceVolumeReeval = true; in removeDevicesRoleForStrategy()3416 updateCallAndOutputRouting(forceVolumeReeval, delayMs); in removeDevicesRoleForStrategy()
565 void updateCallAndOutputRouting(bool forceVolumeReeval = true, uint32_t delayMs = 0);