Searched defs:newDevice (Results 1 - 1 of 1) sorted by relevance

/hardware/libhardware_legacy/audio/
H A DAudioPolicyManagerBase.cpp122 uint32_t newDevice = getNewDevice(mHardwareOutput, false); local
132 setOutputDevice(mHardwareOutput, newDevice);
176 uint32_t newDevice = getDeviceForInputSource(inputDesc->mInputSource); local
177 if (newDevice != inputDesc->mDevice) {
179 inputDesc->mDevice, newDevice, activeInput);
180 inputDesc->mDevice = newDevice;
182 param.addInt(String8(AudioParameter::keyRouting), (int)newDevice);
225 uint32_t newDevice = 0; local
269 newDevice = getNewDevice(mHardwareOutput, false);
280 if (isStateInCall(oldState) && newDevice
379 uint32_t newDevice = getNewDevice(mHardwareOutput, false); local
[all...]

Completed in 22 milliseconds