Searched refs:nativeInputChannel (Results 1 – 1 of 1) sorted by relevance
92 NativeInputChannel* nativeInputChannel) { in android_view_InputChannel_setNativeInputChannel() argument94 reinterpret_cast<jlong>(nativeInputChannel)); in android_view_InputChannel_setNativeInputChannel()98 NativeInputChannel* nativeInputChannel = in android_view_InputChannel_getInputChannel() local100 return nativeInputChannel != nullptr ? nativeInputChannel->getInputChannel() : nullptr; in android_view_InputChannel_getInputChannel()105 NativeInputChannel* nativeInputChannel = in android_view_InputChannel_setDisposeCallback() local107 if (nativeInputChannel == nullptr) { in android_view_InputChannel_setDisposeCallback()110 nativeInputChannel->setDisposeCallback(callback, data); in android_view_InputChannel_setDisposeCallback()116 std::unique_ptr<NativeInputChannel> nativeInputChannel = in android_view_InputChannel_createInputChannel() local122 nativeInputChannel.release()); in android_view_InputChannel_createInputChannel()164 NativeInputChannel* nativeInputChannel = in android_view_InputChannel_nativeDispose() local[all …]