Home | History | Annotate | Download | only in managerdefault

Lines Matching refs:newDevice

225             audio_devices_t newDevice = getNewOutputDevice(mPrimaryOutput, false /*fromCache*/);
226 updateCallRouting(newDevice);
231 audio_devices_t newDevice = getNewOutputDevice(desc, true /*fromCache*/);
239 setOutputDevice(desc, newDevice, force, 0);
322 audio_devices_t newDevice = getNewOutputDevice(mPrimaryOutput, false /*fromCache*/);
323 updateCallRouting(newDevice);
640 audio_devices_t newDevice = getNewOutputDevice(desc, true /*fromCache*/);
642 setOutputDevice(desc, newDevice, (newDevice != AUDIO_DEVICE_NONE), 0 /*delayMs*/);
700 audio_devices_t newDevice = getNewOutputDevice(mPrimaryOutput, true /*fromCache*/);
701 waitMs = updateCallRouting(newDevice, delayMs);
705 audio_devices_t newDevice = getNewOutputDevice(outputDesc, true /*fromCache*/);
707 waitMs = setOutputDevice(outputDesc, newDevice, (newDevice != AUDIO_DEVICE_NONE),
710 if (forceVolumeReeval && (newDevice != AUDIO_DEVICE_NONE)) {
711 applyStreamVolumes(outputDesc, newDevice, waitMs, true);
716 audio_devices_t newDevice = getNewInputDevice(activeDesc);
719 (newDevice & ~AUDIO_DEVICE_BIT_IN)) {
720 setInputDevice(activeDesc->mIoHandle, newDevice);
1147 audio_devices_t newDevice;
1154 newDevice = policyMix->mDeviceType;
1156 newDevice = AUDIO_DEVICE_OUT_REMOTE_SUBMIX;
1159 newDevice = getNewOutputDevice(outputDesc, false /*fromCache*/);
1160 if (newDevice != outputDesc->device()) {
1164 newDevice = AUDIO_DEVICE_NONE;
1169 status = startSource(outputDesc, stream, newDevice, address, &delayMs);
1178 if (audio_is_remote_submix_device(newDevice) && policyMix != NULL &&
1394 audio_devices_t newDevice = getNewOutputDevice(outputDesc, false /*fromCache*/);
1400 setOutputDevice(outputDesc, newDevice, false, outputDesc->latency()*2);
1410 (newDevice != desc->device())) {
3284 audio_devices_t newDevice = getNewOutputDevice(outputDesc, false /*fromCache*/);
3285 setOutputDevice(outputDesc, newDevice, false);
4701 audio_devices_t newDevice = getDeviceForStrategy(strategy, false /*fromCache*/);
4703 SortedVector<audio_io_handle_t> dstOutputs = getOutputsForDevice(newDevice, mOutputs);
4740 setStrategyMute(strategy, false, desc, maxLatency * LATENCY_MUTE_FACTOR, newDevice);