Lines Matching refs:reason
489 const char* reason;
495 reason = "inbound event was dropped because the policy consumed it";
499 reason = "inbound event was dropped because input dispatch is disabled";
503 reason = "inbound event was dropped because of pending overdue app switch";
508 reason = "inbound event was dropped because the current application is not responding "
513 reason = "inbound event was dropped because it is stale";
522 CancelationOptions options(CancelationOptions::CANCEL_NON_POINTER_EVENTS, reason);
529 CancelationOptions options(CancelationOptions::CANCEL_POINTER_EVENTS, reason);
532 CancelationOptions options(CancelationOptions::CANCEL_NON_POINTER_EVENTS, reason);
929 nsecs_t* nextWakeupTime, const char* reason) {
933 ALOGD("Waiting for system to become ready for input. Reason: %s", reason);
944 ALOGD("Waiting for application to become ready for input: %s. Reason: %s",
946 reason);
979 entry->eventTime, mInputTargetWaitStartTime, reason);
1121 // The reason is that the POLICY_FLAG_WOKE_HERE
2200 options.reason, options.mode);
3054 void InputDispatcher::resetAndDropEverythingLocked(const char* reason) {
3056 ALOGD("Resetting and dropping all events (%s).", reason);
3059 CancelationOptions options(CancelationOptions::CANCEL_ALL_EVENTS, reason);
3358 nsecs_t eventTime, nsecs_t waitStartTime, const char* reason) {
3362 "It has been %0.1fms since event, %0.1fms since wait started. Reason: %s",
3364 dispatchLatency, waitDuration, reason);
3379 mLastANRState.appendFormat(INDENT2 "Reason: %s\n", reason);