Searched refs:getNativeInputManager (Results 1 – 1 of 1) sorted by relevance
/frameworks/base/services/core/jni/ |
D | com_android_server_input_InputManagerService.cpp | 1741 static NativeInputManager* getNativeInputManager(JNIEnv* env, jobject clazz) { in getNativeInputManager() function 1766 NativeInputManager* im = getNativeInputManager(env, nativeImplObj); in nativeStart() 1776 NativeInputManager* im = getNativeInputManager(env, nativeImplObj); in nativeSetDisplayViewports() 1782 NativeInputManager* im = getNativeInputManager(env, nativeImplObj); in nativeGetScanCodeState() 1790 NativeInputManager* im = getNativeInputManager(env, nativeImplObj); in nativeGetKeyCodeState() 1798 NativeInputManager* im = getNativeInputManager(env, nativeImplObj); in nativeGetSwitchState() 1814 NativeInputManager* im = getNativeInputManager(env, nativeImplObj); in nativeAddKeyRemapping() 1820 NativeInputManager* im = getNativeInputManager(env, nativeImplObj); in nativeHasKeys() 1841 NativeInputManager* im = getNativeInputManager(env, nativeImplObj); in nativeGetKeyCodeForKeyLocation() 1858 NativeInputManager* im = getNativeInputManager(env, nativeImplObj); in nativeCreateInputChannel() [all …]
|