Searched refs:mAssociatedDisplayUniqueIdByPort (Results 1 – 2 of 2) sorted by relevance
80 if (enable && (mAssociatedDisplayPort || mAssociatedDisplayUniqueIdByPort) && in updateEnableState()84 : "uniqueId " + *mAssociatedDisplayUniqueIdByPort; in updateEnableState()128 if (mAssociatedDisplayUniqueIdByPort) { in dump()129 dump += StringPrintf("%s\n", mAssociatedDisplayUniqueIdByPort->c_str()); in dump()284 mAssociatedDisplayUniqueIdByPort = std::nullopt; in configureInternal()319 mAssociatedDisplayUniqueIdByPort = displayUniqueIdByPort->second; in configureInternal()342 } else if (mAssociatedDisplayUniqueIdByPort != std::nullopt) { in configureInternal()344 *mAssociatedDisplayUniqueIdByPort); in configureInternal()348 getName().c_str(), mAssociatedDisplayUniqueIdByPort->c_str()); in configureInternal()
67 return mAssociatedDisplayUniqueIdByPort; in getAssociatedDisplayUniqueIdByPort()205 std::optional<std::string> mAssociatedDisplayUniqueIdByPort; variable