Searched refs:nativeInputChannel (Results 1 – 1 of 1) sorted by relevance
89 NativeInputChannel* nativeInputChannel) { in android_view_InputChannel_setNativeInputChannel() argument91 reinterpret_cast<jlong>(nativeInputChannel)); in android_view_InputChannel_setNativeInputChannel()95 NativeInputChannel* nativeInputChannel = in android_view_InputChannel_getInputChannel() local97 return nativeInputChannel != NULL ? nativeInputChannel->getInputChannel() : NULL; in android_view_InputChannel_getInputChannel()102 NativeInputChannel* nativeInputChannel = in android_view_InputChannel_setDisposeCallback() local104 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() argument116 android_view_InputChannel_setNativeInputChannel(env, inputChannelObj, nativeInputChannel); in android_view_InputChannel_createInputChannel()161 NativeInputChannel* nativeInputChannel = in android_view_InputChannel_nativeDispose() local[all …]