Searched refs:notifyANR (Results 1 - 6 of 6) sorted by relevance

/frameworks/base/services/java/com/android/server/
H A DInputManager.java377 public long notifyANR(Object token, InputChannel inputChannel) { method in class:InputManager.Callbacks
378 return mWindowManagerService.mInputMonitor.notifyANR(token, inputChannel);
H A DWindowManagerService.java5104 public long notifyANR(Object token, InputChannel inputChannel) { method in class:WindowManagerService.InputMonitor
/frameworks/base/libs/ui/tests/
H A DInputDispatcher_test.cpp37 virtual nsecs_t notifyANR(const sp<InputApplicationHandle>& inputApplicationHandle, function in class:android::FakeInputDispatcherPolicy
/frameworks/base/services/jni/
H A Dcom_android_server_InputManager.cpp52 jmethodID notifyANR; member in struct:android::__anon712
199 virtual nsecs_t notifyANR(const sp<InputApplicationHandle>& inputApplicationHandle,
603 nsecs_t NativeInputManager::notifyANR(const sp<InputApplicationHandle>& inputApplicationHandle, function in class:android::NativeInputManager
606 LOGD("notifyANR");
622 gCallbacksClassInfo.notifyANR, tokenObjLocal, inputChannelObjLocal);
623 if (checkAndClearExceptionFromCallback(env, "notifyANR")) {
1357 GET_METHOD_ID(gCallbacksClassInfo.notifyANR, gCallbacksClassInfo.clazz,
1358 "notifyANR", "(Ljava/lang/Object;Landroid/view/InputChannel;)J");
/frameworks/base/include/ui/
H A DInputDispatcher.h265 virtual nsecs_t notifyANR(const sp<InputApplicationHandle>& inputApplicationHandle,
/frameworks/base/libs/ui/
H A DInputDispatcher.cpp2929 nsecs_t newTimeout = mPolicy->notifyANR(

Completed in 125 milliseconds