Home
last modified time | relevance | path

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

/frameworks/native/services/inputflinger/reader/mapper/
DInputMapper.h120 virtual std::optional<int32_t> getAssociatedDisplayId() { return std::nullopt; } in getAssociatedDisplayId() function
DCursorInputMapper.cpp426 std::optional<int32_t> CursorInputMapper::getAssociatedDisplayId() { in getAssociatedDisplayId() function in android::CursorInputMapper
DKeyboardInputMapper.cpp400 std::optional<int32_t> KeyboardInputMapper::getAssociatedDisplayId() { in getAssociatedDisplayId() function in android::KeyboardInputMapper
DTouchInputMapper.cpp4125 std::optional<int32_t> TouchInputMapper::getAssociatedDisplayId() { in getAssociatedDisplayId() function in android::TouchInputMapper
/frameworks/base/core/java/android/hardware/input/
DVirtualInputDeviceConfig.java75 public int getAssociatedDisplayId() { in getAssociatedDisplayId() method in VirtualInputDeviceConfig
/frameworks/native/include/input/
DInputDevice.h334 inline int32_t getAssociatedDisplayId() const { return mAssociatedDisplayId; } in getAssociatedDisplayId() function
/frameworks/native/services/inputflinger/reader/
DInputDevice.cpp661 std::optional<int32_t> InputDevice::getAssociatedDisplayId() { in getAssociatedDisplayId() function in android::InputDevice
/frameworks/base/core/java/android/view/
DInputDevice.java1323 public int getAssociatedDisplayId() { in getAssociatedDisplayId() method in InputDevice
/frameworks/base/core/java/android/content/
DContextWrapper.java1213 public int getAssociatedDisplayId() { in getAssociatedDisplayId() method in ContextWrapper
DContext.java7552 public int getAssociatedDisplayId() { in getAssociatedDisplayId() method in Context
/frameworks/base/core/java/android/app/
DContextImpl.java3052 public int getAssociatedDisplayId() { in getAssociatedDisplayId() method in ContextImpl