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

/hardware/libhardware_legacy/include/hardware_legacy/
H A DAudioPolicyManagerBase.h315 uint32_t getNewDevice(audio_io_handle_t output, bool fromCache = true);
/hardware/libhardware_legacy/audio/
H A DAudioPolicyManagerBase.cpp122 uint32_t newDevice = getNewDevice(mHardwareOutput, false);
269 newDevice = getNewDevice(mHardwareOutput, false);
379 uint32_t newDevice = getNewDevice(mHardwareOutput, false);
577 setOutputDevice(output, getNewDevice(output));
622 setOutputDevice(output, getNewDevice(output), false, outputDesc->mLatency*2);
634 setOutputDevice(mHardwareOutput, getNewDevice(mHardwareOutput), true);
1557 uint32_t AudioPolicyManagerBase::getNewDevice(audio_io_handle_t output, bool fromCache) function in class:android_audio_legacy::AudioPolicyManagerBase
1586 LOGV("getNewDevice() selected device %x", device);

Completed in 8 milliseconds