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

/frameworks/base/core/jni/
H A Dandroid_view_InputChannel.cpp89 NativeInputChannel* nativeInputChannel) {
91 reinterpret_cast<jint>(nativeInputChannel));
95 NativeInputChannel* nativeInputChannel = local
97 return nativeInputChannel != NULL ? nativeInputChannel->getInputChannel() : NULL;
102 NativeInputChannel* nativeInputChannel = local
104 if (nativeInputChannel == NULL) {
107 nativeInputChannel->setDisposeCallback(callback, data);
112 NativeInputChannel* nativeInputChannel) {
116 android_view_InputChannel_setNativeInputChannel(env, inputChannelObj, nativeInputChannel);
88 android_view_InputChannel_setNativeInputChannel(JNIEnv* env, jobject inputChannelObj, NativeInputChannel* nativeInputChannel) argument
111 android_view_InputChannel_createInputChannel(JNIEnv* env, NativeInputChannel* nativeInputChannel) argument
161 NativeInputChannel* nativeInputChannel = local
184 NativeInputChannel* nativeInputChannel = local
213 NativeInputChannel* nativeInputChannel = new NativeInputChannel(inputChannel); local
224 NativeInputChannel* nativeInputChannel = local
239 NativeInputChannel* nativeInputChannel = local
[all...]

Completed in 38 milliseconds