Home
last modified time | relevance | path

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

/frameworks/base/core/jni/
Dandroid_view_InputChannel.cpp51 class NativeInputChannel { class
53 explicit NativeInputChannel(std::unique_ptr<InputChannel> inputChannel);
54 ~NativeInputChannel();
66 NativeInputChannel::NativeInputChannel(std::unique_ptr<InputChannel> inputChannel) in NativeInputChannel() function in android::NativeInputChannel
69 NativeInputChannel::~NativeInputChannel() { in ~NativeInputChannel()
72 void NativeInputChannel::dispose(JNIEnv* env, jobject obj) { in dispose()
82 static NativeInputChannel* android_view_InputChannel_getNativeInputChannel(JNIEnv* env, in android_view_InputChannel_getNativeInputChannel()
85 return reinterpret_cast<NativeInputChannel*>(longPtr); in android_view_InputChannel_getNativeInputChannel()
90 NativeInputChannel* nativeInputChannel = in android_view_InputChannel_getInputChannel()
97 std::unique_ptr<NativeInputChannel> nativeInputChannel = in android_view_InputChannel_createInputChannel()
[all …]