Home
last modified time | relevance | path

Searched defs:canDispatchToDisplay (Results 1 – 2 of 2) sorted by relevance

/aosp12/frameworks/native/services/inputflinger/reader/
H A DInputReader.cpp773 bool InputReader::canDispatchToDisplay(int32_t deviceId, int32_t displayId) { in canDispatchToDisplay() function in android::InputReader
/aosp12/frameworks/base/services/core/java/com/android/server/input/
H A DInputManagerService.java2949 public boolean canDispatchToDisplay(int deviceId, int displayId) { in canDispatchToDisplay() method in InputManagerService