OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:openInputChannelPair
(Results
1 - 11
of
11
) sorted by null
/frameworks/native/libs/input/tests/
InputChannel_test.cpp
63
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"),
InputPublisherAndConsumer_test.cpp
39
status_t result = InputChannel::
openInputChannelPair
(String8("channel name"),
/frameworks/base/core/java/android/view/
InputChannel.java
86
public static InputChannel[]
openInputChannelPair
(String name) {
/frameworks/base/services/java/com/android/server/wm/
FakeWindowImpl.java
47
InputChannel[] channels = InputChannel.
openInputChannelPair
(name);
DragState.java
100
InputChannel[] channels = InputChannel.
openInputChannelPair
("drag");
WindowManagerService.java
[
all
...]
/frameworks/base/core/jni/
android_view_InputChannel.cpp
129
status_t result = InputChannel::
openInputChannelPair
(name, serverChannel, clientChannel);
/frameworks/native/include/input/
InputTransport.h
140
static status_t
openInputChannelPair
(const String8& name,
/frameworks/native/libs/input/
InputTransport.cpp
119
status_t InputChannel::
openInputChannelPair
(const String8& name,
[
all
...]
/frameworks/base/services/java/com/android/server/input/
InputManagerService.java
430
InputChannel[] inputChannels = InputChannel.
openInputChannelPair
(inputChannelName);
[
all
...]
/frameworks/base/services/java/com/android/server/
InputMethodManagerService.java
[
all
...]
Completed in 5273 milliseconds