Home | History | Annotate | Download | only in audio

Lines Matching refs:getOutputsForDevice

570     SortedVector<audio_io_handle_t> outputs = getOutputsForDevice(device);
586 // devices (the list was previously build by getOutputsForDevice()).
1014 SortedVector<audio_io_handle_t> dstOutputs = getOutputsForDevice(device);
1764 SortedVector<audio_io_handle_t> AudioPolicyManagerBase::getOutputsForDevice(audio_devices_t device)
1768 ALOGVV("getOutputsForDevice() device %04x", device);
1773 ALOGVV("getOutputsForDevice() found output %d", mOutputs.keyAt(i));
1798 SortedVector<audio_io_handle_t> srcOutputs = getOutputsForDevice(oldDevice);
1799 SortedVector<audio_io_handle_t> dstOutputs = getOutputsForDevice(newDevice);