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

  /frameworks/native/libs/input/tests/
InputChannel_test.cpp 63 status_t result = InputChannel::openInputChannelPair("channel name",
114 status_t result = InputChannel::openInputChannelPair("channel name",
128 status_t result = InputChannel::openInputChannelPair("channel name",
144 status_t result = InputChannel::openInputChannelPair("channel name",
InputPublisherAndConsumer_test.cpp 39 status_t result = InputChannel::openInputChannelPair("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/
InputConsumerImpl.java 50 InputChannel[] channels = InputChannel.openInputChannelPair(name);
DragState.java 214 InputChannel[] channels = InputChannel.openInputChannelPair("drag");
TaskPositioner.java 246 final InputChannel[] channels = InputChannel.openInputChannelPair(TAG);
WindowState.java     [all...]
  /frameworks/base/services/tests/servicestests/src/com/android/server/wm/
WindowManagerServiceRule.java 106 InputChannel[] input = InputChannel.openInputChannelPair(TAG_WM);
  /frameworks/base/core/jni/
android_view_InputChannel.cpp 132 status_t result = InputChannel::openInputChannelPair(name, serverChannel, clientChannel);
  /frameworks/native/include/input/
InputTransport.h 150 static status_t openInputChannelPair(const std::string& name,
  /frameworks/native/libs/input/
InputTransport.cpp 123 status_t InputChannel::openInputChannelPair(const std::string& name,
    [all...]
  /frameworks/base/services/core/java/com/android/server/input/
InputManagerService.java 517 InputChannel[] inputChannels = InputChannel.openInputChannelPair(inputChannelName);
    [all...]
  /frameworks/base/services/core/java/com/android/server/tv/
TvInputManagerService.java 636 InputChannel[] channels = InputChannel.openInputChannelPair(sessionToken.toString());
    [all...]
  /frameworks/base/services/core/java/com/android/server/
InputMethodManagerService.java     [all...]

Completed in 298 milliseconds