Searched defs:nativeInputChannel (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/core/jni/
H A Dandroid_view_InputChannel.cpp91 NativeInputChannel* nativeInputChannel) {
93 reinterpret_cast<jlong>(nativeInputChannel));
97 NativeInputChannel* nativeInputChannel = local
99 return nativeInputChannel != NULL ? nativeInputChannel->getInputChannel() : NULL;
104 NativeInputChannel* nativeInputChannel = local
106 if (nativeInputChannel == NULL) {
109 nativeInputChannel->setDisposeCallback(callback, data);
114 NativeInputChannel* nativeInputChannel) {
118 android_view_InputChannel_setNativeInputChannel(env, inputChannelObj, nativeInputChannel);
90 android_view_InputChannel_setNativeInputChannel(JNIEnv* env, jobject inputChannelObj, NativeInputChannel* nativeInputChannel) argument
113 android_view_InputChannel_createInputChannel(JNIEnv* env, NativeInputChannel* nativeInputChannel) argument
163 NativeInputChannel* nativeInputChannel = local
186 NativeInputChannel* nativeInputChannel = local
215 NativeInputChannel* nativeInputChannel = new NativeInputChannel(inputChannel); local
226 NativeInputChannel* nativeInputChannel = local
241 NativeInputChannel* nativeInputChannel = local
252 NativeInputChannel* nativeInputChannel = local
[all...]

Completed in 32 milliseconds