Home
last modified time | relevance | path

Searched refs:nativeGetSwitchState (Results 1 – 2 of 2) sorted by relevance

/aosp12/frameworks/base/services/core/java/com/android/server/input/
H A DInputManagerService.java290 private static native int nativeGetSwitchState(long ptr, in nativeGetSwitchState() method in InputManagerService
651 return nativeGetSwitchState(mPtr, deviceId, sourceMask, switchCode); in getSwitchState()
/aosp12/frameworks/base/services/core/jni/
H A Dcom_android_server_input_InputManagerService.cpp1534 static jint nativeGetSwitchState(JNIEnv* /* env */, jclass /* clazz */, in nativeGetSwitchState() function
2288 {"nativeGetSwitchState", "(JIII)I", (void*)nativeGetSwitchState},