Home
last modified time | relevance | path

Searched refs:getAttachedDevicePorts (Results 1 – 3 of 3) sorted by relevance

/hardware/interfaces/audio/aidl/vts/
DModuleConfig.h52 std::vector<aidl::android::media::audio::common::AudioPort> getAttachedDevicePorts() const;
61 return getBuiltInMicPorts(getAttachedDevicePorts()); in getAttachedMicrophonePorts()
121 return generateAudioDevicePortConfigs(getAttachedDevicePorts(), false); in getPortConfigsForAttachedDevicePorts()
DModuleConfig.cpp130 std::vector<AudioPort> ModuleConfig::getAttachedDevicePorts() const { in getAttachedDevicePorts() function in ModuleConfig
DVtsHalAudioCoreModuleTargetTest.cpp2816 const auto attachedDevicePorts = moduleConfig->getAttachedDevicePorts(); in SetUpDevicePort()