Searched refs:mAssociatedDisplayPort (Results 1 – 2 of 2) sorted by relevance
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()[all …]
64 return mAssociatedDisplayPort; in getAssociatedDisplayPort()204 std::optional<uint8_t> mAssociatedDisplayPort; variable