Home
last modified time | relevance | path

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

/frameworks/native/services/inputflinger/reader/mapper/
DInputMapper.h76 virtual std::optional<int32_t> getAssociatedDisplay() { return std::nullopt; } in getAssociatedDisplay() function
DCursorInputMapper.cpp488 std::optional<int32_t> CursorInputMapper::getAssociatedDisplay() { in getAssociatedDisplay() function in android::CursorInputMapper
DTouchInputMapper.cpp3916 std::optional<int32_t> TouchInputMapper::getAssociatedDisplay() { in getAssociatedDisplay() function in android::TouchInputMapper
/frameworks/native/services/inputflinger/reader/
DInputDevice.cpp327 std::optional<int32_t> InputDevice::getAssociatedDisplay() { in getAssociatedDisplay() function in android::InputDevice
/frameworks/native/services/inputflinger/tests/
DInputReader_test.cpp1011 virtual std::optional<int32_t> getAssociatedDisplay() { in getAssociatedDisplay() function in android::FakeInputMapper