Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/core/jni/
H A Dcom_android_server_input_InputManagerService.cpp102 jmethodID notifySwitch; member
833 void NativeInputManager::notifySwitch(nsecs_t when, in notifySwitch() function in android::NativeInputManager
/aosp14/frameworks/base/services/core/java/com/android/server/input/
H A DInputManagerService.java2325 private void notifySwitch(long whenNanos, int switchValues, int switchMask) { in notifySwitch() method in InputManagerService