Searched refs:getAttachedDevicePorts (Results 1 – 3 of 3) sorted by relevance
52 std::vector<aidl::android::media::audio::common::AudioPort> getAttachedDevicePorts() const;61 return getBuiltInMicPorts(getAttachedDevicePorts()); in getAttachedMicrophonePorts()121 return generateAudioDevicePortConfigs(getAttachedDevicePorts(), false); in getPortConfigsForAttachedDevicePorts()
130 std::vector<AudioPort> ModuleConfig::getAttachedDevicePorts() const { in getAttachedDevicePorts() function in ModuleConfig
2816 const auto attachedDevicePorts = moduleConfig->getAttachedDevicePorts(); in SetUpDevicePort()