Home
last modified time | relevance | path

Searched refs:openInputChannelPair (Results 1 – 12 of 12) sorted by relevance

/frameworks/native/libs/input/tests/
DInputChannel_test.cpp63 status_t result = InputChannel::openInputChannelPair(String8("channel name"), in TEST_F()
114 status_t result = InputChannel::openInputChannelPair(String8("channel name"), in TEST_F()
128 status_t result = InputChannel::openInputChannelPair(String8("channel name"), in TEST_F()
144 status_t result = InputChannel::openInputChannelPair(String8("channel name"), in TEST_F()
DInputPublisherAndConsumer_test.cpp39 status_t result = InputChannel::openInputChannelPair(String8("channel name"), in SetUp()
/frameworks/base/core/java/android/view/
DInputChannel.java86 public static InputChannel[] openInputChannelPair(String name) { in openInputChannelPair() method in InputChannel
/frameworks/base/services/core/java/com/android/server/wm/
DInputConsumerImpl.java43 InputChannel[] channels = InputChannel.openInputChannelPair(name); in InputConsumerImpl()
DDragState.java101 InputChannel[] channels = InputChannel.openInputChannelPair("drag"); in register()
DWindowManagerService.java2526 InputChannel[] inputChannels = InputChannel.openInputChannelPair(name); in addWindow()
/frameworks/base/core/jni/
Dandroid_view_InputChannel.cpp131 status_t result = InputChannel::openInputChannelPair(name, serverChannel, clientChannel); in android_view_InputChannel_nativeOpenInputChannelPair()
/frameworks/native/include/input/
DInputTransport.h149 static status_t openInputChannelPair(const String8& name,
/frameworks/native/libs/input/
DInputTransport.cpp120 status_t InputChannel::openInputChannelPair(const String8& name, in openInputChannelPair() function in android::InputChannel
/frameworks/base/services/core/java/com/android/server/input/
DInputManagerService.java452 InputChannel[] inputChannels = InputChannel.openInputChannelPair(inputChannelName); in monitorInput()
/frameworks/base/services/core/java/com/android/server/tv/
DTvInputManagerService.java598 InputChannel[] channels = InputChannel.openInputChannelPair(sessionToken.toString()); in createSessionInternalLocked()
/frameworks/base/services/core/java/com/android/server/
DInputMethodManagerService.java1562 InputChannel[] channels = InputChannel.openInputChannelPair(cs.toString()); in requestClientSessionLocked()