am 03791188: Merge "Remember to initialize timestamps in the dispatch allocator" into gingerbread

Merge commit '0379118827ef7e81a70e88e5910f5c7536d8b945' into gingerbread-plus-aosp

* commit '0379118827ef7e81a70e88e5910f5c7536d8b945':
  Remember to initialize timestamps in the dispatch allocator
This commit is contained in:
Christopher Tate
2010-06-23 16:55:07 -07:00
committed by Android Git Automerger

View File

@@ -1440,6 +1440,7 @@ void InputDispatcher::Allocator::initializeEventEntry(EventEntry* entry, int32_t
entry->type = type; entry->type = type;
entry->refCount = 1; entry->refCount = 1;
entry->dispatchInProgress = false; entry->dispatchInProgress = false;
entry->eventTime = eventTime;
entry->injectionResult = INPUT_EVENT_INJECTION_PENDING; entry->injectionResult = INPUT_EVENT_INJECTION_PENDING;
entry->injectorPid = -1; entry->injectorPid = -1;
entry->injectorUid = -1; entry->injectorUid = -1;