Searched refs:getNewOutputDevice (Results 1 – 2 of 2) sorted by relevance
/hardware/qcom/audio/msm8909/policy_hal/ |
D | AudioPolicyManager.cpp | 282 audio_devices_t newDevice = getNewOutputDevice(mPrimaryOutput, false /*fromCache*/); in setDeviceConnectionStateInt() 289 audio_devices_t newDevice = getNewOutputDevice(mPrimaryOutput, false /*fromCache*/); in setDeviceConnectionStateInt() 305 audio_devices_t newDevice = getNewOutputDevice(desc, true /*fromCache*/); in setDeviceConnectionStateInt() 389 audio_devices_t newDevice = getNewOutputDevice(mPrimaryOutput, false /*fromCache*/); in setDeviceConnectionStateInt() 534 audio_devices_t AudioPolicyManagerCustom::getNewOutputDevice(const sp<AudioOutputDescriptor>& outpu… in getNewOutputDevice() function in android::AudioPolicyManagerCustom 872 audio_devices_t rxDevice = getNewOutputDevice(mPrimaryOutput, false /*fromCache*/); in setPhoneState() 899 newDevice = getNewOutputDevice(mOutputs.valueFor(output), false /*fromCache*/); in setPhoneState() 945 audio_devices_t newDevice = getNewOutputDevice(mPrimaryOutput, true /*fromCache*/); in setForceUse() 957 audio_devices_t newDevice = getNewOutputDevice(outputDesc, true /*fromCache*/); in setForceUse() 1011 audio_devices_t newDevice = getNewOutputDevice(outputDesc, false /*fromCache*/); in stopSource() [all …]
|
D | AudioPolicyManager.h | 103 audio_devices_t getNewOutputDevice(const sp<AudioOutputDescriptor>& outputDesc,
|