Lines Matching refs:mAssociatedDisplayPort
80 if (enable && (mAssociatedDisplayPort || mAssociatedDisplayUniqueIdByPort) && in updateEnableState()
82 const std::string desc = mAssociatedDisplayPort in updateEnableState()
83 ? "port " + std::to_string(*mAssociatedDisplayPort) in updateEnableState()
122 if (mAssociatedDisplayPort) { in dump()
123 dump += StringPrintf("%" PRIu8 "\n", *mAssociatedDisplayPort); in dump()
283 mAssociatedDisplayPort = std::nullopt; in configureInternal()
293 mAssociatedDisplayPort = std::make_optional(displayPort->second); in configureInternal()
313 mAssociatedDisplayPort = std::make_optional(displayPort->second); in configureInternal()
326 if (mAssociatedDisplayPort) { in configureInternal()
328 readerConfig.getDisplayViewportByPort(*mAssociatedDisplayPort); in configureInternal()
332 getName().c_str(), *mAssociatedDisplayPort); in configureInternal()