Searched refs:singlePort (Results 1 – 2 of 2) sorted by relevance
/hardware/interfaces/audio/aidl/vts/ |
D | ModuleConfig.h | 75 bool singlePort) const; 78 bool singlePort) const; 81 bool singlePort) const; 84 bool singlePort) const; 87 bool singlePort) const; 89 bool isInput, bool singlePort) const; 184 bool isInput, bool connectedOnly, bool singlePort,
|
D | ModuleConfig.cpp | 198 bool singlePort) const { in getNonBlockingMixPorts() 199 return findMixPorts(false /*isInput*/, connectedOnly, singlePort, [&](const AudioPort& port) { in getNonBlockingMixPorts() 205 std::vector<AudioPort> ModuleConfig::getOffloadMixPorts(bool connectedOnly, bool singlePort) const { in getOffloadMixPorts() 206 return findMixPorts(false /*isInput*/, connectedOnly, singlePort, [&](const AudioPort& port) { in getOffloadMixPorts() 212 std::vector<AudioPort> ModuleConfig::getPrimaryMixPorts(bool connectedOnly, bool singlePort) const { in getPrimaryMixPorts() 213 return findMixPorts(false /*isInput*/, connectedOnly, singlePort, [&](const AudioPort& port) { in getPrimaryMixPorts() 219 std::vector<AudioPort> ModuleConfig::getMmapOutMixPorts(bool connectedOnly, bool singlePort) const { in getMmapOutMixPorts() 220 return findMixPorts(false /*isInput*/, connectedOnly, singlePort, [&](const AudioPort& port) { in getMmapOutMixPorts() 226 std::vector<AudioPort> ModuleConfig::getMmapInMixPorts(bool connectedOnly, bool singlePort) const { in getMmapInMixPorts() 227 return findMixPorts(true /*isInput*/, connectedOnly, singlePort, [&](const AudioPort& port) { in getMmapInMixPorts() [all …]
|