Searched defs:openOutputs (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/media/mca/filterfw/java/android/filterfw/core/
H A DFilter.java507 final void openOutputs() { method in class:Filter
/frameworks/av/services/audiopolicy/managerdefault/
H A DAudioPolicyManager.cpp4667 const SwAudioOutputCollection& openOutputs)
4672 for (size_t i = 0; i < openOutputs.size(); i++) {
4674 i, openOutputs.valueAt(i)->isDuplicated(),
4675 openOutputs.valueAt(i)->supportedDevices());
4676 if ((device & openOutputs.valueAt(i)->supportedDevices()) == device) {
4677 ALOGVV("getOutputsForDevice() found output %d", openOutputs.keyAt(i));
4678 outputs.add(openOutputs.keyAt(i));
4665 getOutputsForDevice( audio_devices_t device, const SwAudioOutputCollection& openOutputs) argument

Completed in 107 milliseconds