Searched refs:notifyANR (Results 1 – 6 of 6) sorted by relevance
/frameworks/base/services/core/java/com/android/server/wm/ |
D | InputManagerCallback.java | 71 public long notifyANR(IBinder token, String reason) { in notifyANR() method in InputManagerCallback
|
/frameworks/base/services/core/jni/ |
D | com_android_server_input_InputManagerService.cpp | 93 jmethodID notifyANR; member 248 virtual nsecs_t notifyANR(const sp<InputApplicationHandle>& inputApplicationHandle, 719 nsecs_t NativeInputManager::notifyANR(const sp<InputApplicationHandle>& inputApplicationHandle, in notifyANR() function in android::NativeInputManager 733 gServiceClassInfo.notifyANR, tokenObj, in notifyANR() 1852 GET_METHOD_ID(gServiceClassInfo.notifyANR, clazz, in register_android_server_InputManager()
|
/frameworks/base/services/core/java/com/android/server/input/ |
D | InputManagerService.java | 1804 private long notifyANR(IBinder token, String reason) { in notifyANR() method in InputManagerService 1805 return mWindowManagerCallbacks.notifyANR( in notifyANR() 2049 public long notifyANR(IBinder token, String reason); in notifyANR() method
|
/frameworks/native/services/inputflinger/tests/ |
D | InputDispatcher_test.cpp | 107 virtual nsecs_t notifyANR(const sp<InputApplicationHandle>&, in notifyANR() function in android::FakeInputDispatcherPolicy
|
/frameworks/native/services/inputflinger/ |
D | InputDispatcher.h | 215 virtual nsecs_t notifyANR(const sp<InputApplicationHandle>& inputApplicationHandle,
|
D | InputDispatcher.cpp | 4167 nsecs_t newTimeout = mPolicy->notifyANR( in doNotifyANRLockedInterruptible()
|