Home
last modified time | relevance | path

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

/frameworks/native/services/inputflinger/reader/
DInputReader.cpp781 std::optional<int32_t> associatedDisplayId = device->getAssociatedDisplayId(); in canDispatchToDisplay() local
783 if (!associatedDisplayId) { in canDispatchToDisplay()
787 if (*associatedDisplayId == ADISPLAY_ID_NONE) { in canDispatchToDisplay()
792 return *associatedDisplayId == displayId; in canDispatchToDisplay()