Home
last modified time | relevance | path

Searched refs:NativeInputChannel (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/core/jni/
Dandroid_view_InputChannel.cpp47 class NativeInputChannel { class
49 explicit NativeInputChannel(std::unique_ptr<InputChannel> inputChannel);
50 ~NativeInputChannel();
65 NativeInputChannel::NativeInputChannel(std::unique_ptr<InputChannel> inputChannel) in NativeInputChannel() function in android::NativeInputChannel
68 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 …]