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

/frameworks/base/core/jni/
H A Dandroid_view_InputChannel.cpp42 class NativeInputChannel { class in namespace:android
44 NativeInputChannel(const sp<InputChannel>& inputChannel);
45 ~NativeInputChannel();
60 NativeInputChannel::NativeInputChannel(const sp<InputChannel>& inputChannel) : function in class:android::NativeInputChannel
64 NativeInputChannel::~NativeInputChannel() {
67 void NativeInputChannel::setDisposeCallback(InputChannelObjDisposeCallback callback, void* data) {
72 void NativeInputChannel::invokeAndRemoveDisposeCallback(JNIEnv* env, jobject obj) {
82 static NativeInputChannel* android_view_InputChannel_getNativeInputChanne
[all...]

Completed in 41 milliseconds