Home
last modified time | relevance | path

Searched refs:mAssociatedDisplayUniqueIdByPort (Results 1 – 2 of 2) sorted by relevance

/frameworks/native/services/inputflinger/reader/
DInputDevice.cpp80 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()
/frameworks/native/services/inputflinger/reader/include/
DInputDevice.h67 return mAssociatedDisplayUniqueIdByPort; in getAssociatedDisplayUniqueIdByPort()
205 std::optional<std::string> mAssociatedDisplayUniqueIdByPort; variable