HomeSort by relevance Sort by last modified time
    Searched refs:openInputChannelPair (Results 1 - 12 of 12) sorted by null

  /frameworks/native/libs/input/tests/
InputChannel_test.cpp 63 status_t result = InputChannel::openInputChannelPair(String8("channel name"),
114 status_t result = InputChannel::openInputChannelPair(String8("channel name"),
128 status_t result = InputChannel::openInputChannelPair(String8("channel name"),
144 status_t result = InputChannel::openInputChannelPair(String8("channel name"),
InputPublisherAndConsumer_test.cpp 39 status_t result = InputChannel::openInputChannelPair(String8("channel name"),
  /frameworks/base/core/java/android/view/
InputChannel.java 86 public static InputChannel[] openInputChannelPair(String name) {
  /frameworks/base/services/core/java/com/android/server/wm/
FakeWindowImpl.java 45 InputChannel[] channels = InputChannel.openInputChannelPair(name);
DragState.java 99 InputChannel[] channels = InputChannel.openInputChannelPair("drag");
WindowManagerService.java     [all...]
  /frameworks/base/core/jni/
android_view_InputChannel.cpp 129 status_t result = InputChannel::openInputChannelPair(name, serverChannel, clientChannel);
  /frameworks/native/include/input/
InputTransport.h 148 static status_t openInputChannelPair(const String8& name,
  /frameworks/native/libs/input/
InputTransport.cpp 120 status_t InputChannel::openInputChannelPair(const String8& name,
    [all...]
  /frameworks/base/services/core/java/com/android/server/input/
InputManagerService.java 452 InputChannel[] inputChannels = InputChannel.openInputChannelPair(inputChannelName);
    [all...]
  /frameworks/base/services/core/java/com/android/server/tv/
TvInputManagerService.java 565 InputChannel[] channels = InputChannel.openInputChannelPair(sessionToken.toString());
    [all...]
  /frameworks/base/services/core/java/com/android/server/
InputMethodManagerService.java     [all...]

Completed in 342 milliseconds