Searched refs:mAssociatedDisplayPort (Results 1 – 2 of 2) sorted by relevance
76 if (mAssociatedDisplayPort) { in dump()77 dump += StringPrintf("%" PRIu8 "\n", *mAssociatedDisplayPort); in dump()154 mAssociatedDisplayPort = std::nullopt; in configure()161 mAssociatedDisplayPort = std::make_optional(displayPort->second); in configure()
56 return mAssociatedDisplayPort; in getAssociatedDisplayPort()130 std::optional<uint8_t> mAssociatedDisplayPort; variable