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

/frameworks/native/services/inputflinger/
H A DInputDispatcher.cpp335 ConfigurationChangedEntry* typedEntry = local
337 done = dispatchConfigurationChangedLocked(currentTime, typedEntry);
343 DeviceResetEntry* typedEntry = local
345 done = dispatchDeviceResetLocked(currentTime, typedEntry);
351 KeyEntry* typedEntry = static_cast<KeyEntry*>(mPendingEvent); local
353 if (isAppSwitchKeyEventLocked(typedEntry)) {
361 && isStaleEventLocked(currentTime, typedEntry)) {
367 done = dispatchKeyLocked(currentTime, typedEntry, &dropReason, nextWakeupTime);
372 MotionEntry* typedEntry = static_cast<MotionEntry*>(mPendingEvent); local
377 && isStaleEventLocked(currentTime, typedEntry)) {
[all...]

Completed in 390 milliseconds