Home
last modified time | relevance | path

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

/frameworks/native/services/inputflinger/reader/mapper/
DInputMapper.h97 virtual std::optional<int32_t> getAssociatedDisplayId() { return std::nullopt; } in getAssociatedDisplayId() function
DCursorInputMapper.cpp495 std::optional<int32_t> CursorInputMapper::getAssociatedDisplayId() { in getAssociatedDisplayId() function in android::CursorInputMapper
DKeyboardInputMapper.cpp469 std::optional<int32_t> KeyboardInputMapper::getAssociatedDisplayId() { in getAssociatedDisplayId() function in android::KeyboardInputMapper
DTouchInputMapper.cpp4065 std::optional<int32_t> TouchInputMapper::getAssociatedDisplayId() { in getAssociatedDisplayId() function in android::TouchInputMapper
/frameworks/native/services/inputflinger/reader/
DInputDevice.cpp604 std::optional<int32_t> InputDevice::getAssociatedDisplayId() { in getAssociatedDisplayId() function in android::InputDevice
/frameworks/base/core/java/android/content/
DContext.java7126 public int getAssociatedDisplayId() { in getAssociatedDisplayId() method in Context
/frameworks/base/core/java/android/app/
DContextImpl.java2916 public int getAssociatedDisplayId() { in getAssociatedDisplayId() method in ContextImpl