Home
last modified time | relevance | path

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

/hardware/interfaces/audio/aidl/vts/
DModuleConfig.h93 return isInput ? getConnectedSourceDevicesPortsForMixPort(mixPort) in getConnectedDevicesPortsForMixPort()
103 getConnectedSourceDevicesPortsForMixPort(
DModuleConfig.cpp182 (!connectedOnly || !getConnectedSourceDevicesPortsForMixPort(port).empty()); in getInputMixPorts()
267 std::vector<AudioPort> ModuleConfig::getConnectedSourceDevicesPortsForMixPort( in getConnectedSourceDevicesPortsForMixPort() function in ModuleConfig
DVtsHalAudioCoreModuleTargetTest.cpp3482 moduleConfig->getConnectedSourceDevicesPortsForMixPort(port)); in TEST_P()