Searched defs:inputChannelObj (Results 1 – 4 of 4) sorted by relevance
/frameworks/base/core/jni/ |
D | android_view_InputChannel.cpp | 85 jobject inputChannelObj) { in android_view_InputChannel_getNativeInputChannel() 90 static void android_view_InputChannel_setNativeInputChannel(JNIEnv* env, jobject inputChannelObj, in android_view_InputChannel_setNativeInputChannel() 96 sp<InputChannel> android_view_InputChannel_getInputChannel(JNIEnv* env, jobject inputChannelObj) { in android_view_InputChannel_getInputChannel() 102 void android_view_InputChannel_setDisposeCallback(JNIEnv* env, jobject inputChannelObj, in android_view_InputChannel_setDisposeCallback() 115 jobject inputChannelObj = env->NewObject(gInputChannelClassInfo.clazz, in android_view_InputChannel_createInputChannel() local
|
D | android_view_InputEventSender.cpp | 240 jobject inputChannelObj, jobject messageQueueObj) { in nativeInit()
|
D | android_view_InputEventReceiver.cpp | 337 jobject inputChannelObj, jobject messageQueueObj) { in nativeInit()
|
/frameworks/base/services/core/jni/ |
D | com_android_server_input_InputManagerService.cpp | 1409 jlong ptr, jobject inputChannelObj, jint displayId) { in nativeRegisterInputChannel() 1433 jlong ptr, jobject inputChannelObj, jint displayId, jboolean isGestureMonitor) { in nativeRegisterInputMonitor() 1459 jlong ptr, jobject inputChannelObj) { in nativeUnregisterInputChannel()
|