Searched refs:associatedDisplayId (Results 1 – 1 of 1) sorted by relevance
820 std::optional<int32_t> associatedDisplayId = device->getAssociatedDisplay(); in canDispatchToDisplay() local822 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() local1280 if (associatedDisplayId) { in getAssociatedDisplay()1281 return associatedDisplayId; in getAssociatedDisplay()