Home
last modified time | relevance | path

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

/frameworks/native/services/inputflinger/reader/
DInputDevice.cpp106 if (mAssociatedDisplayUniqueId) { in dump()
107 dump += StringPrintf("%s\n", mAssociatedDisplayUniqueId->c_str()); in dump()
303 mAssociatedDisplayUniqueId = std::nullopt; in configure()
319 mAssociatedDisplayUniqueId = displayUniqueId->second; in configure()
335 } else if (mAssociatedDisplayUniqueId != std::nullopt) { in configure()
337 config->getDisplayViewportByUniqueId(*mAssociatedDisplayUniqueId); in configure()
341 inputDeviceName.c_str(), mAssociatedDisplayUniqueId->c_str()); in configure()
/frameworks/native/services/inputflinger/reader/include/
DInputDevice.h172 std::optional<std::string> mAssociatedDisplayUniqueId; variable