Lines Matching defs:reason
502 const char* reason;
508 reason = "inbound event was dropped because the policy consumed it";
514 reason = "inbound event was dropped because input dispatch is disabled";
518 reason = "inbound event was dropped because of pending overdue app switch";
523 reason = "inbound event was dropped because the current application is not responding "
528 reason = "inbound event was dropped because it is stale";
537 CancelationOptions options(CancelationOptions::CANCEL_NON_POINTER_EVENTS, reason);
544 CancelationOptions options(CancelationOptions::CANCEL_POINTER_EVENTS, reason);
547 CancelationOptions options(CancelationOptions::CANCEL_NON_POINTER_EVENTS, reason);
954 nsecs_t* nextWakeupTime, const char* reason) {
958 ALOGD("Waiting for system to become ready for input. Reason: %s", reason);
969 ALOGD("Waiting for application to become ready for input: %s. Reason: %s",
971 reason);
1004 entry->eventTime, mInputTargetWaitStartTime, reason);
1077 String8 reason;
1103 reason = checkWindowReadyForMoreInputLocked(currentTime,
1105 if (!reason.isEmpty()) {
1107 mFocusedApplicationHandle, mFocusedWindowHandle, nextWakeupTime, reason.string());
1418 String8 reason = checkWindowReadyForMoreInputLocked(currentTime,
1420 if (!reason.isEmpty()) {
1422 NULL, touchedWindow.windowHandle, nextWakeupTime, reason.string());
2241 options.reason, options.mode);
3116 void InputDispatcher::resetAndDropEverythingLocked(const char* reason) {
3118 ALOGD("Resetting and dropping all events (%s).", reason);
3121 CancelationOptions options(CancelationOptions::CANCEL_ALL_EVENTS, reason);
3464 nsecs_t eventTime, nsecs_t waitStartTime, const char* reason) {
3468 "It has been %0.1fms since event, %0.1fms since wait started. Reason: %s",
3470 dispatchLatency, waitDuration, reason);
3485 mLastANRState.appendFormat(INDENT2 "Reason: %s\n", reason);
3492 commandEntry->reason = reason;
3523 commandEntry->reason);