Home
last modified time | relevance | path

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

/frameworks/base/core/jni/
Dandroid_view_InputChannel.cpp91 NativeInputChannel* nativeInputChannel) { in android_view_InputChannel_setNativeInputChannel() argument
93 reinterpret_cast<jlong>(nativeInputChannel)); in android_view_InputChannel_setNativeInputChannel()
97 NativeInputChannel* nativeInputChannel = in android_view_InputChannel_getInputChannel() local
99 return nativeInputChannel != NULL ? nativeInputChannel->getInputChannel() : NULL; in android_view_InputChannel_getInputChannel()
104 NativeInputChannel* nativeInputChannel = in android_view_InputChannel_setDisposeCallback() local
106 if (nativeInputChannel == NULL) { in android_view_InputChannel_setDisposeCallback()
109 nativeInputChannel->setDisposeCallback(callback, data); in android_view_InputChannel_setDisposeCallback()
114 NativeInputChannel* nativeInputChannel) { in android_view_InputChannel_createInputChannel() argument
118 android_view_InputChannel_setNativeInputChannel(env, inputChannelObj, nativeInputChannel); in android_view_InputChannel_createInputChannel()
163 NativeInputChannel* nativeInputChannel = in android_view_InputChannel_nativeDispose() local
[all …]