am bc0793e4: am 03791188: Merge "Remember to initialize timestamps in the dispatch allocator" into gingerbread
Merge commit 'bc0793e4b77f1f8ec30294a4edac67dfca81f31d' * commit 'bc0793e4b77f1f8ec30294a4edac67dfca81f31d': Remember to initialize timestamps in the dispatch allocator
This commit is contained in:
commit
91701290f3
@ -1440,6 +1440,7 @@ void InputDispatcher::Allocator::initializeEventEntry(EventEntry* entry, int32_t
|
||||
entry->type = type;
|
||||
entry->refCount = 1;
|
||||
entry->dispatchInProgress = false;
|
||||
entry->eventTime = eventTime;
|
||||
entry->injectionResult = INPUT_EVENT_INJECTION_PENDING;
|
||||
entry->injectorPid = -1;
|
||||
entry->injectorUid = -1;
|
||||
|
Loading…
Reference in New Issue
Block a user