Searched refs:NativeInputChannel (Results 1 – 1 of 1) sorted by relevance
44 class NativeInputChannel { class46 NativeInputChannel(const sp<InputChannel>& inputChannel);47 ~NativeInputChannel();62 NativeInputChannel::NativeInputChannel(const sp<InputChannel>& inputChannel) : in NativeInputChannel() function in android::NativeInputChannel66 NativeInputChannel::~NativeInputChannel() { in ~NativeInputChannel()69 void NativeInputChannel::setDisposeCallback(InputChannelObjDisposeCallback callback, void* data) { in setDisposeCallback()74 void NativeInputChannel::invokeAndRemoveDisposeCallback(JNIEnv* env, jobject obj) { in invokeAndRemoveDisposeCallback()84 static NativeInputChannel* android_view_InputChannel_getNativeInputChannel(JNIEnv* env, in android_view_InputChannel_getNativeInputChannel()87 return reinterpret_cast<NativeInputChannel*>(longPtr); in android_view_InputChannel_getNativeInputChannel()91 NativeInputChannel* nativeInputChannel) { in android_view_InputChannel_setNativeInputChannel()[all …]