Searched refs:getNewDevice (Results 1 - 3 of 3) sorted by relevance

/hardware/qcom/audio/legacy/alsa_sound/
H A DAudioPolicyManagerALSA.cpp95 newDevice = getNewDevice(mPrimaryOutput, false /*fromCache*/);
/hardware/libhardware_legacy/include/hardware_legacy/
H A DAudioPolicyManagerBase.h453 audio_devices_t getNewDevice(audio_io_handle_t output, bool fromCache);
/hardware/libhardware_legacy/audio/
H A DAudioPolicyManagerBase.cpp187 getNewDevice(mOutputs.keyAt(i), true /*fromCache*/),
343 newDevice = getNewDevice(mPrimaryOutput, false /*fromCache*/);
467 audio_devices_t newDevice = getNewDevice(output, true /*fromCache*/);
759 audio_devices_t newDevice = getNewDevice(output, false /*fromCache*/);
832 audio_devices_t newDevice = getNewDevice(output, false /*fromCache*/);
850 getNewDevice(curOutput, false /*fromCache*/),
2440 audio_devices_t AudioPolicyManagerBase::getNewDevice(audio_io_handle_t output, bool fromCache) function in class:android_audio_legacy::AudioPolicyManagerBase
2473 ALOGV("getNewDevice() selected device %x", device);

Completed in 53 milliseconds