OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:notifyInputChannelBroken
(Results
1 - 6
of
6
) sorted by null
/frameworks/native/services/inputflinger/tests/
InputDispatcher_test.cpp
61
virtual void
notifyInputChannelBroken
(const sp<InputWindowHandle>&) {
/frameworks/base/services/core/jni/
com_android_server_input_InputManagerService.cpp
74
jmethodID
notifyInputChannelBroken
;
231
virtual void
notifyInputChannelBroken
(const sp<InputWindowHandle>& inputWindowHandle);
625
void NativeInputManager::
notifyInputChannelBroken
(const sp<InputWindowHandle>& inputWindowHandle) {
627
ALOGD("
notifyInputChannelBroken
");
635
env->CallVoidMethod(mServiceObj, gServiceClassInfo.
notifyInputChannelBroken
,
637
checkAndClearExceptionFromCallback(env, "
notifyInputChannelBroken
");
[
all
...]
/frameworks/base/services/core/java/com/android/server/wm/
InputMonitor.java
81
public void
notifyInputChannelBroken
(InputWindowHandle inputWindowHandle) {
/frameworks/base/services/core/java/com/android/server/input/
InputManagerService.java
[
all
...]
/frameworks/native/services/inputflinger/
InputDispatcher.h
215
virtual void
notifyInputChannelBroken
(const sp<InputWindowHandle>& inputWindowHandle) = 0;
[
all
...]
InputDispatcher.cpp
[
all
...]
Completed in 483 milliseconds