OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:registerInputChannel
(Results
1 - 7
of
7
) sorted by null
/frameworks/base/services/core/java/com/android/server/wm/
FakeWindowImpl.java
48
mService.mInputManager.
registerInputChannel
(mServerChannel, null);
DragState.java
102
mService.mInputManager.
registerInputChannel
(mServerChannel, null);
WindowManagerService.java
[
all
...]
/frameworks/base/services/core/jni/
com_android_server_input_InputManagerService.cpp
182
status_t
registerInputChannel
(JNIEnv* env, const sp<InputChannel>& inputChannel,
353
status_t NativeInputManager::
registerInputChannel
(JNIEnv* env,
356
return mInputManager->getDispatcher()->
registerInputChannel
(
[
all
...]
/frameworks/native/services/inputflinger/
InputDispatcher.h
341
virtual status_t
registerInputChannel
(const sp<InputChannel>& inputChannel,
393
virtual status_t
registerInputChannel
(const sp<InputChannel>& inputChannel,
[
all
...]
InputDispatcher.cpp
[
all
...]
/frameworks/base/services/core/java/com/android/server/input/
InputManagerService.java
464
public void
registerInputChannel
(InputChannel inputChannel,
[
all
...]
Completed in 1368 milliseconds