Searched refs:notifySwitch (Results 1 – 2 of 2) sorted by relevance
/aosp14/frameworks/base/services/core/jni/ |
H A D | com_android_server_input_InputManagerService.cpp | 102 jmethodID notifySwitch; member 330 void notifySwitch(nsecs_t when, uint32_t switchValues, uint32_t switchMask, 833 void NativeInputManager::notifySwitch(nsecs_t when, in notifySwitch() function in android::NativeInputManager 843 env->CallVoidMethod(mServiceObj, gServiceClassInfo.notifySwitch, in notifySwitch() 2738 GET_METHOD_ID(gServiceClassInfo.notifySwitch, clazz, in register_android_server_InputManager()
|
/aosp14/frameworks/base/services/core/java/com/android/server/input/ |
H A D | InputManagerService.java | 2325 private void notifySwitch(long whenNanos, int switchValues, int switchMask) { in notifySwitch() method in InputManagerService
|