Home
last modified time | relevance | path

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

/hardware/qcom/audio/msm8909/policy_hal/
DAudioPolicyManager.cpp282 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 …]
DAudioPolicyManager.h103 audio_devices_t getNewOutputDevice(const sp<AudioOutputDescriptor>& outputDesc,