Searched defs:NativeInputChannel (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/core/jni/
H A Dandroid_view_InputChannel.cpp44 class NativeInputChannel { class in namespace:android
46 NativeInputChannel(const sp<InputChannel>& inputChannel);
47 ~NativeInputChannel();
62 NativeInputChannel::NativeInputChannel(const sp<InputChannel>& inputChannel) : function in class:android::NativeInputChannel
66 NativeInputChannel::~NativeInputChannel() {
69 void NativeInputChannel::setDisposeCallback(InputChannelObjDisposeCallback callback, void* data) {
74 void NativeInputChannel::invokeAndRemoveDisposeCallback(JNIEnv* env, jobject obj) {
84 static NativeInputChannel* android_view_InputChannel_getNativeInputChanne
[all...]

Completed in 66 milliseconds