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/base/services/input/tests/
InputDispatcher_test.cpp
58
virtual void
notifyInputChannelBroken
(const sp<InputWindowHandle>& inputWindowHandle) {
/frameworks/base/services/jni/
com_android_server_input_InputManagerService.cpp
68
jmethodID
notifyInputChannelBroken
;
197
virtual void
notifyInputChannelBroken
(const sp<InputWindowHandle>& inputWindowHandle);
586
void NativeInputManager::
notifyInputChannelBroken
(const sp<InputWindowHandle>& inputWindowHandle) {
588
ALOGD("
notifyInputChannelBroken
");
596
env->CallVoidMethod(mServiceObj, gServiceClassInfo.
notifyInputChannelBroken
,
598
checkAndClearExceptionFromCallback(env, "
notifyInputChannelBroken
");
[
all
...]
/frameworks/base/services/java/com/android/server/input/
InputManagerService.java
[
all
...]
/frameworks/base/services/java/com/android/server/wm/
InputMonitor.java
70
public void
notifyInputChannelBroken
(InputWindowHandle inputWindowHandle) {
/frameworks/base/services/input/
InputDispatcher.h
209
virtual void
notifyInputChannelBroken
(const sp<InputWindowHandle>& inputWindowHandle) = 0;
[
all
...]
InputDispatcher.cpp
[
all
...]
Completed in 90 milliseconds