Home
last modified time | relevance | path

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

/frameworks/native/services/inputflinger/reader/mapper/
DInputMapper.h90 virtual std::optional<int32_t> getAssociatedDisplayId() { return std::nullopt; } in getAssociatedDisplayId() function
DCursorInputMapper.cpp502 std::optional<int32_t> CursorInputMapper::getAssociatedDisplayId() { in getAssociatedDisplayId() function in android::CursorInputMapper
DKeyboardInputMapper.cpp458 std::optional<int32_t> KeyboardInputMapper::getAssociatedDisplayId() { in getAssociatedDisplayId() function in android::KeyboardInputMapper
DTouchInputMapper.cpp3987 std::optional<int32_t> TouchInputMapper::getAssociatedDisplayId() { in getAssociatedDisplayId() function in android::TouchInputMapper
/frameworks/native/services/inputflinger/reader/
DInputDevice.cpp574 std::optional<int32_t> InputDevice::getAssociatedDisplayId() { in getAssociatedDisplayId() function in android::InputDevice