Home
last modified time | relevance | path

Searched refs:getConnectedDevicesPortsForMixPort (Results 1 – 2 of 2) sorted by relevance

/hardware/interfaces/audio/aidl/vts/
DModuleConfig.h91 std::vector<aidl::android::media::audio::common::AudioPort> getConnectedDevicesPortsForMixPort( in getConnectedDevicesPortsForMixPort() function
96 std::vector<aidl::android::media::audio::common::AudioPort> getConnectedDevicesPortsForMixPort(
DModuleConfig.cpp243 std::vector<AudioPort> ModuleConfig::getConnectedDevicesPortsForMixPort( in getConnectedDevicesPortsForMixPort() function in ModuleConfig
247 return getConnectedDevicesPortsForMixPort(isInput, *mixPortIt); in getConnectedDevicesPortsForMixPort()
512 if (getConnectedDevicesPortsForMixPort(isInput, mixPort).empty()) { in generateAudioMixPortConfigs()