Home
last modified time | relevance | path

Searched defs:InputChannel (Results 1 – 4 of 4) sorted by relevance

/frameworks/base/core/java/android/view/
DInputChannel.java30 public final class InputChannel implements Parcelable { class
66 public InputChannel() { in InputChannel() method in InputChannel
/frameworks/base/core/jni/
Dandroid_view_InputChannel.cpp269 { "nativeTransferTo", "(Landroid/view/InputChannel;)V", in nativeTransferTo()
277 { "nativeDup", "(Landroid/view/InputChannel;)V", in nativeDup()
/frameworks/native/libs/input/
DInputTransport.cpp202 InputChannel::InputChannel(const String8& name, int fd) : in InputChannel() function in android::InputChannel
/frameworks/base/services/core/jni/
Dcom_android_server_input_InputManagerService.cpp1670 { "nativeUnregisterInputChannel", "(JLandroid/view/InputChannel;)V", in nativeUnregisterInputChannel()
1688 { "nativeTransferTouchFocus", "(JLandroid/view/InputChannel;Landroid/view/InputChannel;)Z", in nativeTransferTouchFocus()