Loading services/audiopolicy/managerdefault/AudioPolicyManager.cpp +7 −1 Original line number Diff line number Diff line Loading @@ -4609,6 +4609,7 @@ status_t AudioPolicyManager::setDevicesRoleForCapturePreset( if (status == NO_ERROR) { updateInputRouting(); updateCallRouting(false /*fromCache*/); } return status; } Loading @@ -4626,7 +4627,10 @@ status_t AudioPolicyManager::addDevicesRoleForCapturePreset( "Engine could not add preferred devices %s for audio source %d role %d", dumpAudioDeviceTypeAddrVector(devices).c_str(), audioSource, role); if (status == NO_ERROR) { updateInputRouting(); updateCallRouting(false /*fromCache*/); } return status; } Loading @@ -4647,6 +4651,7 @@ status_t AudioPolicyManager::removeDevicesRoleForCapturePreset( "Engine could not remove devices role (%d) for capture preset %d", role, audioSource); if (status == NO_ERROR) { updateInputRouting(); updateCallRouting(false /*fromCache*/); } return status; } Loading @@ -4660,6 +4665,7 @@ status_t AudioPolicyManager::clearDevicesRoleForCapturePreset(audio_source_t aud "Engine could not clear devices role (%d) for capture preset %d", role, audioSource); if (status == NO_ERROR) { updateInputRouting(); updateCallRouting(false /*fromCache*/); } return status; } Loading Loading
services/audiopolicy/managerdefault/AudioPolicyManager.cpp +7 −1 Original line number Diff line number Diff line Loading @@ -4609,6 +4609,7 @@ status_t AudioPolicyManager::setDevicesRoleForCapturePreset( if (status == NO_ERROR) { updateInputRouting(); updateCallRouting(false /*fromCache*/); } return status; } Loading @@ -4626,7 +4627,10 @@ status_t AudioPolicyManager::addDevicesRoleForCapturePreset( "Engine could not add preferred devices %s for audio source %d role %d", dumpAudioDeviceTypeAddrVector(devices).c_str(), audioSource, role); if (status == NO_ERROR) { updateInputRouting(); updateCallRouting(false /*fromCache*/); } return status; } Loading @@ -4647,6 +4651,7 @@ status_t AudioPolicyManager::removeDevicesRoleForCapturePreset( "Engine could not remove devices role (%d) for capture preset %d", role, audioSource); if (status == NO_ERROR) { updateInputRouting(); updateCallRouting(false /*fromCache*/); } return status; } Loading @@ -4660,6 +4665,7 @@ status_t AudioPolicyManager::clearDevicesRoleForCapturePreset(audio_source_t aud "Engine could not clear devices role (%d) for capture preset %d", role, audioSource); if (status == NO_ERROR) { updateInputRouting(); updateCallRouting(false /*fromCache*/); } return status; } Loading