Lines Matching defs:const
175 std::vector<AudioPort> ModuleConfig::getInputMixPorts(bool connectedOnly) const { in getInputMixPorts()
185 std::vector<AudioPort> ModuleConfig::getOutputMixPorts(bool connectedOnly) const { in getOutputMixPorts()
196 bool singlePort) const { in getNonBlockingMixPorts()
203 std::vector<AudioPort> ModuleConfig::getOffloadMixPorts(bool connectedOnly, bool singlePort) const { in getOffloadMixPorts()
210 std::vector<AudioPort> ModuleConfig::getPrimaryMixPorts(bool connectedOnly, bool singlePort) const { in getPrimaryMixPorts()
217 std::vector<AudioPort> ModuleConfig::getMmapOutMixPorts(bool connectedOnly, bool singlePort) const { in getMmapOutMixPorts()
224 std::vector<AudioPort> ModuleConfig::getMmapInMixPorts(bool connectedOnly, bool singlePort) const { in getMmapInMixPorts()
232 bool isInput, const AudioPortConfig& mixPortConfig) const { in getConnectedDevicesPortsForMixPort() argument
241 const AudioPort& mixPort) const { in getConnectedSinkDevicesPortsForMixPort() argument
256 const AudioPort& mixPort) const { in getConnectedSourceDevicesPortsForMixPort() argument
284 bool isInput) const { in getNonRoutableSrcSinkPair()
313 std::optional<ModuleConfig::SrcSinkPair> ModuleConfig::getRoutableSrcSinkPair(bool isInput) const { in getRoutableSrcSinkPair()
345 std::vector<ModuleConfig::SrcSinkGroup> ModuleConfig::getRoutableSrcSinkGroups(bool isInput) const { in getRoutableSrcSinkGroups()
444 const std::function<bool(const AudioPort&)>& pred) const { in findMixPorts() argument
457 const std::vector<AudioPort>& ports, bool isInput, bool singleProfile) const { in generateAudioMixPortConfigs()
476 const std::vector<AudioPort>& ports, bool singleProfile) const { in generateAudioDevicePortConfigs()