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

/frameworks/base/core/jni/
H A Dandroid_view_InputChannel.cpp49 inline sp<InputChannel> getInputChannel() { return mInputChannel; } function in class:android::NativeInputChannel
99 return nativeInputChannel != NULL ? nativeInputChannel->getInputChannel() : NULL;
168 nativeInputChannel->getInputChannel()->getName().string());
229 sp<InputChannel> inputChannel = nativeInputChannel->getInputChannel();
247 jstring name = env->NewStringUTF(nativeInputChannel->getInputChannel()->getName().string());
256 new NativeInputChannel(nativeInputChannel->getInputChannel()->dup()));
/frameworks/native/services/inputflinger/
H A DInputWindow.h166 inline sp<InputChannel> getInputChannel() const { function in class:android::InputWindowHandle

Completed in 1162 milliseconds