Searched refs:mAssociatedDisplayPort (Results 1 – 2 of 2) sorted by relevance
263 return mAssociatedDisplayPort; in getAssociatedDisplayPort()338 std::optional<uint8_t> mAssociatedDisplayPort; variable
1027 if (mAssociatedDisplayPort) { in dump()1028 dump += StringPrintf("%" PRIu8 "\n", *mAssociatedDisplayPort); in dump()1103 mAssociatedDisplayPort = std::nullopt; in configure()1110 mAssociatedDisplayPort = std::make_optional(displayPort->second); in configure()