Home
last modified time | relevance | path

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

/frameworks/native/services/inputflinger/reader/
DInputDevice.cpp76 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()
/frameworks/native/services/inputflinger/reader/include/
DInputDevice.h56 return mAssociatedDisplayPort; in getAssociatedDisplayPort()
130 std::optional<uint8_t> mAssociatedDisplayPort; variable