Searched defs:typedEntry (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/services/input/
H A DInputDispatcher.cpp330 ConfigurationChangedEntry* typedEntry = local
332 done = dispatchConfigurationChangedLocked(currentTime, typedEntry);
338 DeviceResetEntry* typedEntry = local
340 done = dispatchDeviceResetLocked(currentTime, typedEntry);
346 KeyEntry* typedEntry = static_cast<KeyEntry*>(mPendingEvent); local
348 if (isAppSwitchKeyEventLocked(typedEntry)) {
356 && isStaleEventLocked(currentTime, typedEntry)) {
362 done = dispatchKeyLocked(currentTime, typedEntry, &dropReason, nextWakeupTime);
367 MotionEntry* typedEntry = static_cast<MotionEntry*>(mPendingEvent); local
372 && isStaleEventLocked(currentTime, typedEntry)) {
[all...]

Completed in 44 milliseconds