Searched refs:NativeInputChannel (Results 1 – 1 of 1) sorted by relevance
47 class NativeInputChannel { class49 explicit NativeInputChannel(std::unique_ptr<InputChannel> inputChannel);50 ~NativeInputChannel();65 NativeInputChannel::NativeInputChannel(std::unique_ptr<InputChannel> inputChannel) in NativeInputChannel() function in android::NativeInputChannel68 NativeInputChannel::~NativeInputChannel() { in ~NativeInputChannel()71 void NativeInputChannel::setDisposeCallback(InputChannelObjDisposeCallback callback, void* data) { in setDisposeCallback()76 void NativeInputChannel::dispose(JNIEnv* env, jobject obj) { in dispose()91 static NativeInputChannel* android_view_InputChannel_getNativeInputChannel(JNIEnv* env, in android_view_InputChannel_getNativeInputChannel()94 return reinterpret_cast<NativeInputChannel*>(longPtr); in android_view_InputChannel_getNativeInputChannel()99 NativeInputChannel* nativeInputChannel = in android_view_InputChannel_getInputChannel()[all …]