Home
last modified time | relevance | path

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

/frameworks/native/services/inputflinger/
DInputReader.h263 return mAssociatedDisplayPort; in getAssociatedDisplayPort()
338 std::optional<uint8_t> mAssociatedDisplayPort; variable
DInputReader.cpp1027 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()