Home
last modified time | relevance | path

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

/frameworks/native/services/inputflinger/
DInputReader.cpp820 std::optional<int32_t> associatedDisplayId = device->getAssociatedDisplay(); in canDispatchToDisplay() local
822 if (!associatedDisplayId) { in canDispatchToDisplay()
826 if (*associatedDisplayId == ADISPLAY_ID_NONE) { in canDispatchToDisplay()
831 return *associatedDisplayId == displayId; in canDispatchToDisplay()
1279 std::optional<int32_t> associatedDisplayId = mapper->getAssociatedDisplay(); in getAssociatedDisplay() local
1280 if (associatedDisplayId) { in getAssociatedDisplay()
1281 return associatedDisplayId; in getAssociatedDisplay()