Home
last modified time | relevance | path

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

/frameworks/native/libs/input/tests/
DInputChannel_test.cpp63 status_t result = InputChannel::openInputChannelPair("channel name", in TEST_F()
114 status_t result = InputChannel::openInputChannelPair("channel name", in TEST_F()
128 status_t result = InputChannel::openInputChannelPair("channel name", in TEST_F()
144 status_t result = InputChannel::openInputChannelPair("channel name", in TEST_F()
DInputPublisherAndConsumer_test.cpp39 status_t result = InputChannel::openInputChannelPair("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.java50 InputChannel[] channels = InputChannel.openInputChannelPair(name); in InputConsumerImpl()
DDragState.java214 InputChannel[] channels = InputChannel.openInputChannelPair("drag"); in InputInterceptor()
DTaskPositioner.java246 final InputChannel[] channels = InputChannel.openInputChannelPair(TAG); in register()
DWindowState.java2146 InputChannel[] inputChannels = InputChannel.openInputChannelPair(name); in openInputChannel()
/frameworks/base/services/tests/servicestests/src/com/android/server/wm/
DWindowManagerServiceRule.java106 InputChannel[] input = InputChannel.openInputChannelPair(TAG_WM); in apply()
/frameworks/base/core/jni/
Dandroid_view_InputChannel.cpp132 status_t result = InputChannel::openInputChannelPair(name, serverChannel, clientChannel); in android_view_InputChannel_nativeOpenInputChannelPair()
/frameworks/native/include/input/
DInputTransport.h150 static status_t openInputChannelPair(const std::string& name,
/frameworks/native/libs/input/
DInputTransport.cpp123 status_t InputChannel::openInputChannelPair(const std::string& name, in openInputChannelPair() function in android::InputChannel
/frameworks/base/services/core/java/com/android/server/input/
DInputManagerService.java517 InputChannel[] inputChannels = InputChannel.openInputChannelPair(inputChannelName); in monitorInput()
/frameworks/base/services/core/java/com/android/server/tv/
DTvInputManagerService.java636 InputChannel[] channels = InputChannel.openInputChannelPair(sessionToken.toString()); in createSessionInternalLocked()
/frameworks/base/services/core/java/com/android/server/
DInputMethodManagerService.java2112 InputChannel[] channels = InputChannel.openInputChannelPair(cs.toString()); in requestClientSessionLocked()
/frameworks/base/config/
Dboot-image-profile.txt32839 HSPLandroid/view/InputChannel;->openInputChannelPair(Ljava/lang/String;)[Landroid/view/InputChannel;