Searched refs:templateId (Results 1 – 1 of 1) sorted by relevance
560 const int32_t templateId = in_templateIdAndAdditionalData.id; in connectExternalDevice() local564 auto templateIt = findById<AudioPort>(ports, templateId); in connectExternalDevice()566 LOG(ERROR) << __func__ << ": " << mType << ": port id " << templateId << " not found"; in connectExternalDevice()570 LOG(ERROR) << __func__ << ": " << mType << ": port id " << templateId in connectExternalDevice()576 LOG(ERROR) << __func__ << ": " << mType << ": port id " << templateId in connectExternalDevice()580 if (mConnectedDevicePorts.find(templateId) != mConnectedDevicePorts.end()) { in connectExternalDevice()581 LOG(ERROR) << __func__ << ": " << mType << ": port id " << templateId in connectExternalDevice()631 std::vector<AudioRoute*> routesToMixPorts = getAudioRoutesForAudioPortImpl(templateId); in connectExternalDevice()632 std::set<int32_t> routableMixPortIds = getRoutableAudioPortIds(templateId, &routesToMixPorts); in connectExternalDevice()640 if (auto connectedProfilesIt = connectedProfiles.find(templateId); in connectExternalDevice()[all …]