OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:unregisterInputChannel
(Results
1 - 12
of
12
) sorted by null
/frameworks/base/services/java/com/android/server/wm/
FakeWindowImpl.java
90
mService.mInputManager.
unregisterInputChannel
(mServerChannel);
91
InputQueue.
unregisterInputChannel
(mClientChannel);
DragState.java
141
mService.mInputManager.
unregisterInputChannel
(mServerChannel);
142
InputQueue.
unregisterInputChannel
(mClientChannel);
InputManager.java
287
public void
unregisterInputChannel
(InputChannel inputChannel) {
WindowState.java
[
all
...]
/frameworks/base/core/java/android/view/
InputQueue.java
102
public static void
unregisterInputChannel
(InputChannel inputChannel) {
ViewRootImpl.java
[
all
...]
/frameworks/base/core/jni/
android_view_InputQueue.cpp
62
status_t
unregisterInputChannel
(JNIEnv* env, jobject inputChannelObj);
177
status_t NativeInputQueue::
unregisterInputChannel
(JNIEnv* env, jobject inputChannelObj) {
294
q->
unregisterInputChannel
(env, inputChannelObj);
466
status_t status = gNativeInputQueue.
unregisterInputChannel
(env, inputChannelObj);
/frameworks/base/services/jni/
com_android_server_InputManager.cpp
182
status_t
unregisterInputChannel
(JNIEnv* env, const sp<InputChannel>& inputChannel);
383
status_t NativeInputManager::
unregisterInputChannel
(JNIEnv* env,
385
return mInputManager->getDispatcher()->
unregisterInputChannel
(inputChannel);
[
all
...]
/frameworks/base/services/input/
InputDispatcher.h
348
virtual status_t
unregisterInputChannel
(const sp<InputChannel>& inputChannel) = 0;
400
virtual status_t
unregisterInputChannel
(const sp<InputChannel>& inputChannel);
[
all
...]
InputDispatcher.cpp
241
unregisterInputChannel
(mConnectionsByReceiveFd.valueAt(0)->inputChannel);
[
all
...]
/frameworks/base/core/java/android/service/wallpaper/
WallpaperService.java
[
all
...]
/frameworks/base/policy/src/com/android/internal/policy/impl/
PhoneWindowManager.java
[
all
...]
Completed in 1504 milliseconds