Home
last modified time | relevance | path

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

/aosp12/frameworks/native/services/inputflinger/reader/mapper/
H A DCursorInputMapper.h69 virtual std::optional<int32_t> getAssociatedDisplayId() override;
H A DKeyboardInputMapper.h44 virtual std::optional<int32_t> getAssociatedDisplayId() override;
H A DInputMapper.h90 virtual std::optional<int32_t> getAssociatedDisplayId() { return std::nullopt; } in getAssociatedDisplayId() function
H A DKeyboardInputMapper.cpp458 std::optional<int32_t> KeyboardInputMapper::getAssociatedDisplayId() { in getAssociatedDisplayId() function in android::KeyboardInputMapper
H A DCursorInputMapper.cpp502 std::optional<int32_t> CursorInputMapper::getAssociatedDisplayId() { in getAssociatedDisplayId() function in android::CursorInputMapper
H A DTouchInputMapper.h156 std::optional<int32_t> getAssociatedDisplayId() override;
H A DTouchInputMapper.cpp3679 const int32_t displayId = getAssociatedDisplayId().value_or(ADISPLAY_ID_NONE); in dispatchMotion()
4016 std::optional<int32_t> TouchInputMapper::getAssociatedDisplayId() { in getAssociatedDisplayId() function in android::TouchInputMapper
/aosp12/frameworks/native/services/inputflinger/reader/
H A DInputDevice.cpp574 std::optional<int32_t> InputDevice::getAssociatedDisplayId() { in getAssociatedDisplayId() function in android::InputDevice
582 [](InputMapper& mapper) { return mapper.getAssociatedDisplayId(); }); in getAssociatedDisplayId()
H A DInputReader.cpp787 std::optional<int32_t> associatedDisplayId = device->getAssociatedDisplayId(); in canDispatchToDisplay()
/aosp12/frameworks/native/services/inputflinger/reader/include/
H A DInputDevice.h117 std::optional<int32_t> getAssociatedDisplayId();