Home
last modified time | relevance | path

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

/frameworks/base/services/core/jni/
Dcom_android_server_input_InputManagerService.cpp1765 static void nativeStart(JNIEnv* env, jobject nativeImplObj) { in nativeStart() argument
1766 NativeInputManager* im = getNativeInputManager(env, nativeImplObj); in nativeStart()
1774 static void nativeSetDisplayViewports(JNIEnv* env, jobject nativeImplObj, in nativeSetDisplayViewports() argument
1776 NativeInputManager* im = getNativeInputManager(env, nativeImplObj); in nativeSetDisplayViewports()
1780 static jint nativeGetScanCodeState(JNIEnv* env, jobject nativeImplObj, jint deviceId, in nativeGetScanCodeState() argument
1782 NativeInputManager* im = getNativeInputManager(env, nativeImplObj); in nativeGetScanCodeState()
1788 static jint nativeGetKeyCodeState(JNIEnv* env, jobject nativeImplObj, jint deviceId, in nativeGetKeyCodeState() argument
1790 NativeInputManager* im = getNativeInputManager(env, nativeImplObj); in nativeGetKeyCodeState()
1796 static jint nativeGetSwitchState(JNIEnv* env, jobject nativeImplObj, jint deviceId, jint sourceMask, in nativeGetSwitchState() argument
1798 NativeInputManager* im = getNativeInputManager(env, nativeImplObj); in nativeGetSwitchState()
[all …]