Home
last modified time | relevance | path

Searched defs:getAssociatedDisplayId (Results 1 – 5 of 5) sorted by relevance

/aosp12/frameworks/native/services/inputflinger/reader/mapper/
H A DInputMapper.h90 virtual std::optional<int32_t> getAssociatedDisplayId() { return std::nullopt; } in getAssociatedDisplayId() function
H A DCursorInputMapper.cpp502 std::optional<int32_t> CursorInputMapper::getAssociatedDisplayId() { in getAssociatedDisplayId() function in android::CursorInputMapper
H A DKeyboardInputMapper.cpp458 std::optional<int32_t> KeyboardInputMapper::getAssociatedDisplayId() { in getAssociatedDisplayId() function in android::KeyboardInputMapper
H A DTouchInputMapper.cpp4016 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