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

/frameworks/base/libs/androidfw/tests/
H A DInputChannel_test.cpp62 status_t result = InputChannel::openInputChannelPair(String8("channel name"),
113 status_t result = InputChannel::openInputChannelPair(String8("channel name"),
127 status_t result = InputChannel::openInputChannelPair(String8("channel name"),
143 status_t result = InputChannel::openInputChannelPair(String8("channel name"),
H A DInputPublisherAndConsumer_test.cpp38 status_t result = InputChannel::openInputChannelPair(String8("channel name"),
/frameworks/base/core/java/android/view/
H A DInputChannel.java83 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.java99 InputChannel[] channels = InputChannel.openInputChannelPair("drag");
H A DWindowManagerService.java2241 InputChannel[] inputChannels = InputChannel.openInputChannelPair(name);
/frameworks/base/core/jni/
H A Dandroid_view_InputChannel.cpp129 status_t result = InputChannel::openInputChannelPair(name, serverChannel, clientChannel);
/frameworks/base/include/androidfw/
H A DInputTransport.h140 static status_t openInputChannelPair(const String8& name,
/frameworks/base/libs/androidfw/
H A DInputTransport.cpp118 status_t InputChannel::openInputChannelPair(const String8& name, function in class:android::InputChannel
/frameworks/base/services/java/com/android/server/input/
H A DInputManagerService.java429 InputChannel[] inputChannels = InputChannel.openInputChannelPair(inputChannelName);

Completed in 1098 milliseconds