Home
last modified time | relevance | path

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

/frameworks/base/core/jni/
Dandroid_view_InputChannel.cpp89 NativeInputChannel* nativeInputChannel) { in android_view_InputChannel_setNativeInputChannel() argument
91 reinterpret_cast<jlong>(nativeInputChannel)); in android_view_InputChannel_setNativeInputChannel()
95 NativeInputChannel* nativeInputChannel = in android_view_InputChannel_getInputChannel() local
97 return nativeInputChannel != NULL ? nativeInputChannel->getInputChannel() : NULL; in android_view_InputChannel_getInputChannel()
102 NativeInputChannel* nativeInputChannel = in android_view_InputChannel_setDisposeCallback() local
104 if (nativeInputChannel == NULL) { in android_view_InputChannel_setDisposeCallback()
107 nativeInputChannel->setDisposeCallback(callback, data); in android_view_InputChannel_setDisposeCallback()
112 NativeInputChannel* nativeInputChannel) { in android_view_InputChannel_createInputChannel() argument
116 android_view_InputChannel_setNativeInputChannel(env, inputChannelObj, nativeInputChannel); in android_view_InputChannel_createInputChannel()
161 NativeInputChannel* nativeInputChannel = in android_view_InputChannel_nativeDispose() local
[all …]