Home | History | Annotate | Download | only in inputflinger

Lines Matching defs:reason

503     const char* reason;
509 reason = "inbound event was dropped because the policy consumed it";
513 reason = "inbound event was dropped because input dispatch is disabled";
517 reason = "inbound event was dropped because of pending overdue app switch";
522 reason = "inbound event was dropped because the current application is not responding "
527 reason = "inbound event was dropped because it is stale";
536 CancelationOptions options(CancelationOptions::CANCEL_NON_POINTER_EVENTS, reason);
543 CancelationOptions options(CancelationOptions::CANCEL_POINTER_EVENTS, reason);
546 CancelationOptions options(CancelationOptions::CANCEL_NON_POINTER_EVENTS, reason);
944 nsecs_t* nextWakeupTime, const char* reason) {
948 ALOGD("Waiting for system to become ready for input. Reason: %s", reason);
959 ALOGD("Waiting for application to become ready for input: %s. Reason: %s",
961 reason);
994 entry->eventTime, mInputTargetWaitStartTime, reason);
1067 String8 reason;
1093 reason = checkWindowReadyForMoreInputLocked(currentTime,
1095 if (!reason.isEmpty()) {
1097 mFocusedApplicationHandle, mFocusedWindowHandle, nextWakeupTime, reason.string());
1423 String8 reason = checkWindowReadyForMoreInputLocked(currentTime,
1425 if (!reason.isEmpty()) {
1427 NULL, touchedWindow.windowHandle, nextWakeupTime, reason.string());
2214 options.reason, options.mode);
3085 void InputDispatcher::resetAndDropEverythingLocked(const char* reason) {
3087 ALOGD("Resetting and dropping all events (%s).", reason);
3090 CancelationOptions options(CancelationOptions::CANCEL_ALL_EVENTS, reason);
3433 nsecs_t eventTime, nsecs_t waitStartTime, const char* reason) {
3437 "It has been %0.1fms since event, %0.1fms since wait started. Reason: %s",
3439 dispatchLatency, waitDuration, reason);
3454 mLastANRState.appendFormat(INDENT2 "Reason: %s\n", reason);
3461 commandEntry->reason = reason;
3492 commandEntry->reason);