Searched refs:nativeInputChannel (Results 1 – 1 of 1) sorted by relevance
91 NativeInputChannel* nativeInputChannel) { in android_view_InputChannel_setNativeInputChannel() argument93 reinterpret_cast<jlong>(nativeInputChannel)); in android_view_InputChannel_setNativeInputChannel()97 NativeInputChannel* nativeInputChannel = in android_view_InputChannel_getInputChannel() local99 return nativeInputChannel != NULL ? nativeInputChannel->getInputChannel() : NULL; in android_view_InputChannel_getInputChannel()104 NativeInputChannel* nativeInputChannel = in android_view_InputChannel_setDisposeCallback() local106 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() argument118 android_view_InputChannel_setNativeInputChannel(env, inputChannelObj, nativeInputChannel); in android_view_InputChannel_createInputChannel()163 NativeInputChannel* nativeInputChannel = in android_view_InputChannel_nativeDispose() local[all …]