Searched refs:getAssociatedDisplayId (Results 1 – 10 of 10) sorted by relevance
69 virtual std::optional<int32_t> getAssociatedDisplayId() override;
74 virtual std::optional<int32_t> getAssociatedDisplayId() { return std::nullopt; } in getAssociatedDisplayId() function
44 virtual std::optional<int32_t> getAssociatedDisplayId() override;
432 std::optional<int32_t> KeyboardInputMapper::getAssociatedDisplayId() { in getAssociatedDisplayId() function in android::KeyboardInputMapper
458 std::optional<int32_t> CursorInputMapper::getAssociatedDisplayId() { in getAssociatedDisplayId() function in android::CursorInputMapper
154 virtual std::optional<int32_t> getAssociatedDisplayId() override;
3574 const int32_t displayId = getAssociatedDisplayId().value_or(ADISPLAY_ID_NONE); in dispatchMotion()3908 std::optional<int32_t> TouchInputMapper::getAssociatedDisplayId() { in getAssociatedDisplayId() function in android::TouchInputMapper
461 std::optional<int32_t> InputDevice::getAssociatedDisplayId() { in getAssociatedDisplayId() function in android::InputDevice469 [](InputMapper& mapper) { return mapper.getAssociatedDisplayId(); }); in getAssociatedDisplayId()
604 std::optional<int32_t> associatedDisplayId = device->getAssociatedDisplayId(); in canDispatchToDisplay()
98 std::optional<int32_t> getAssociatedDisplayId();