Home
last modified time | relevance | path

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

/frameworks/native/services/inputflinger/reader/mapper/
DCursorInputMapper.h69 virtual std::optional<int32_t> getAssociatedDisplayId() override;
DInputMapper.h74 virtual std::optional<int32_t> getAssociatedDisplayId() { return std::nullopt; } in getAssociatedDisplayId() function
DKeyboardInputMapper.h44 virtual std::optional<int32_t> getAssociatedDisplayId() override;
DKeyboardInputMapper.cpp432 std::optional<int32_t> KeyboardInputMapper::getAssociatedDisplayId() { in getAssociatedDisplayId() function in android::KeyboardInputMapper
DCursorInputMapper.cpp458 std::optional<int32_t> CursorInputMapper::getAssociatedDisplayId() { in getAssociatedDisplayId() function in android::CursorInputMapper
DTouchInputMapper.h154 virtual std::optional<int32_t> getAssociatedDisplayId() override;
DTouchInputMapper.cpp3574 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
/frameworks/native/services/inputflinger/reader/
DInputDevice.cpp461 std::optional<int32_t> InputDevice::getAssociatedDisplayId() { in getAssociatedDisplayId() function in android::InputDevice
469 [](InputMapper& mapper) { return mapper.getAssociatedDisplayId(); }); in getAssociatedDisplayId()
DInputReader.cpp604 std::optional<int32_t> associatedDisplayId = device->getAssociatedDisplayId(); in canDispatchToDisplay()
/frameworks/native/services/inputflinger/reader/include/
DInputDevice.h98 std::optional<int32_t> getAssociatedDisplayId();