Home
last modified time | relevance | path

Searched refs:newDevice (Results 1 – 1 of 1) sorted by relevance

/hardware/qcom/audio/legacy/alsa_sound/
DAudioPolicyManagerALSA.cpp51 audio_devices_t newDevice = AUDIO_DEVICE_NONE; in setPhoneState() local
95 newDevice = getNewDevice(mPrimaryOutput, false /*fromCache*/); in setPhoneState()
104 if (isStateInCall(oldState) && newDevice == AUDIO_DEVICE_NONE) { in setPhoneState()
105 newDevice = hwOutputDesc->device(); in setPhoneState()
144 setOutputDevice(mPrimaryOutput, newDevice, force, delayMs); in setPhoneState()