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

/hardware/libhardware_legacy/include/hardware_legacy/
H A DAudioPolicyManagerBase.h478 SortedVector<audio_io_handle_t> getOutputsForDevice(audio_devices_t device,
/hardware/libhardware_legacy/audio/
H A DAudioPolicyManagerBase.cpp682 SortedVector<audio_io_handle_t> outputs = getOutputsForDevice(device, mOutputs);
698 // devices (the list was previously build by getOutputsForDevice()).
1217 SortedVector<audio_io_handle_t> dstOutputs = getOutputsForDevice(device, mOutputs);
2291 SortedVector<audio_io_handle_t> AudioPolicyManagerBase::getOutputsForDevice(audio_devices_t device, function in class:android_audio_legacy::AudioPolicyManagerBase
2296 ALOGVV("getOutputsForDevice() device %04x", device);
2301 ALOGVV("getOutputsForDevice() found output %d", openOutputs.keyAt(i));
2326 SortedVector<audio_io_handle_t> srcOutputs = getOutputsForDevice(oldDevice, mPreviousOutputs);
2327 SortedVector<audio_io_handle_t> dstOutputs = getOutputsForDevice(newDevice, mOutputs);

Completed in 30 milliseconds