Home
last modified time | relevance | path

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

/hardware/libhardware_legacy/include/hardware_legacy/
DAudioPolicyManagerBase.h478 SortedVector<audio_io_handle_t> getOutputsForDevice(audio_devices_t device,
/hardware/libhardware_legacy/audio/
DAudioPolicyManagerBase.cpp682 SortedVector<audio_io_handle_t> outputs = getOutputsForDevice(device, mOutputs); in getOutput()
1217 SortedVector<audio_io_handle_t> dstOutputs = getOutputsForDevice(device, mOutputs); in getOutputForEffect()
2291 SortedVector<audio_io_handle_t> AudioPolicyManagerBase::getOutputsForDevice(audio_devices_t device, in getOutputsForDevice() function in android_audio_legacy::AudioPolicyManagerBase
2326 SortedVector<audio_io_handle_t> srcOutputs = getOutputsForDevice(oldDevice, mPreviousOutputs); in checkOutputForStrategy()
2327 SortedVector<audio_io_handle_t> dstOutputs = getOutputsForDevice(newDevice, mOutputs); in checkOutputForStrategy()