Searched refs:openInputChannelPair (Results 1 - 11 of 11) sorted by relevance

/frameworks/native/libs/input/tests/
H A DInputChannel_test.cpp63 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"),
H A DInputPublisherAndConsumer_test.cpp39 status_t result = InputChannel::openInputChannelPair(String8("channel name"),
/frameworks/base/core/java/android/view/
H A DInputChannel.java86 public static InputChannel[] openInputChannelPair(String name) { method in class:InputChannel
/frameworks/base/services/java/com/android/server/wm/
H A DFakeWindowImpl.java47 InputChannel[] channels = InputChannel.openInputChannelPair(name);
H A DDragState.java100 InputChannel[] channels = InputChannel.openInputChannelPair("drag");
H A DWindowManagerService.java2252 InputChannel[] inputChannels = InputChannel.openInputChannelPair(name);
/frameworks/base/core/jni/
H A Dandroid_view_InputChannel.cpp129 status_t result = InputChannel::openInputChannelPair(name, serverChannel, clientChannel);
/frameworks/native/include/input/
H A DInputTransport.h140 static status_t openInputChannelPair(const String8& name,
/frameworks/native/libs/input/
H A DInputTransport.cpp119 status_t InputChannel::openInputChannelPair(const String8& name, function in class:android::InputChannel
/frameworks/base/services/java/com/android/server/input/
H A DInputManagerService.java430 InputChannel[] inputChannels = InputChannel.openInputChannelPair(inputChannelName);
/frameworks/base/services/java/com/android/server/
H A DInputMethodManagerService.java1339 InputChannel[] channels = InputChannel.openInputChannelPair(cs.toString());

Completed in 3807 milliseconds