Home
last modified time | relevance | path

Searched defs:devicePorts (Results 1 – 3 of 3) sorted by relevance

/aosp12/hardware/interfaces/audio/core/all-versions/vts/functional/7.0/
H A DPolicyConfig.cpp134 const auto& devicePorts = module->getFirstDevicePorts()->getDevicePort(); in getDeviceAddressOfDevicePort() local
/aosp12/frameworks/base/services/core/java/com/android/server/tv/
H A DTvInputHardwareManager.java844 ArrayList<AudioDevicePort> devicePorts = new ArrayList<>(); in findAudioSinkFromAudioPolicy() local
861 ArrayList<AudioDevicePort> devicePorts = new ArrayList<>(); in findAudioDevicePort() local
/aosp12/frameworks/av/services/audiopolicy/common/managerdefinitions/src/
H A DSerializer.cpp686 DevicePortTraits::Collection devicePorts; variable