Searched refs:forceVolumeReeval (Results 1 – 2 of 2) sorted by relevance
986 bool forceVolumeReeval = (usage == AUDIO_POLICY_FORCE_FOR_COMMUNICATION) || in setForceUse() local1005 updateCallAndOutputRouting(forceVolumeReeval, delayMs); in setForceUse()4202 bool forceVolumeReeval = false; in setDevicesRoleForStrategy() local4207 forceVolumeReeval = true; in setDevicesRoleForStrategy()4211 updateCallAndOutputRouting(forceVolumeReeval, delayMs); in setDevicesRoleForStrategy()4216 void AudioPolicyManager::updateCallAndOutputRouting(bool forceVolumeReeval, uint32_t delayMs, in updateCallAndOutputRouting() argument4249 if (forceVolumeReeval && !newDevices.isEmpty()) { in updateCallAndOutputRouting()4294 bool forceVolumeReeval = false; in removeDevicesRoleForStrategy() local4299 forceVolumeReeval = true; in removeDevicesRoleForStrategy()4303 updateCallAndOutputRouting(forceVolumeReeval, delayMs); in removeDevicesRoleForStrategy()[all …]
704 void updateCallAndOutputRouting(bool forceVolumeReeval = true, uint32_t delayMs = 0,