HomeSort by relevance Sort by last modified time
    Searched refs:notifyANR (Results 1 - 6 of 6) sorted by null

  /frameworks/base/services/java/com/android/server/
InputManager.java 377 public long notifyANR(Object token, InputChannel inputChannel) {
378 return mWindowManagerService.mInputMonitor.notifyANR(token, inputChannel);
WindowManagerService.java     [all...]
  /frameworks/base/libs/ui/tests/
InputDispatcher_test.cpp 37 virtual nsecs_t notifyANR(const sp<InputApplicationHandle>& inputApplicationHandle,
  /frameworks/base/services/jni/
com_android_server_InputManager.cpp 52 jmethodID notifyANR;
199 virtual nsecs_t notifyANR(const sp<InputApplicationHandle>& inputApplicationHandle,
603 nsecs_t NativeInputManager::notifyANR(const sp<InputApplicationHandle>& inputApplicationHandle,
606 LOGD("notifyANR");
622 gCallbacksClassInfo.notifyANR, tokenObjLocal, inputChannelObjLocal);
623 if (checkAndClearExceptionFromCallback(env, "notifyANR")) {
    [all...]
  /frameworks/base/include/ui/
InputDispatcher.h 265 virtual nsecs_t notifyANR(const sp<InputApplicationHandle>& inputApplicationHandle,
    [all...]
  /frameworks/base/libs/ui/
InputDispatcher.cpp     [all...]

Completed in 845 milliseconds