Lines Matching defs:commandEntry
1179 std::unique_ptr<CommandEntry> commandEntry = std::move(mCommandQueue.front()); in runCommandsLockedInterruptible() local
1189 void InputDispatcher::postCommandLocked(std::unique_ptr<CommandEntry> commandEntry) { in postCommandLocked()
1257 std::unique_ptr<CommandEntry> commandEntry = std::make_unique<CommandEntry>( in dispatchConfigurationChangedLocked() local
1452 std::unique_ptr<CommandEntry> commandEntry = std::make_unique<CommandEntry>( in dispatchKeyLocked() local
1510 void InputDispatcher::doNotifySensorLockedInterruptible(CommandEntry* commandEntry) { in doNotifySensorLockedInterruptible()
1530 std::unique_ptr<CommandEntry> commandEntry = in dispatchSensorLocked() local
2792 std::unique_ptr<CommandEntry> commandEntry = in pokeUserActivityLocked() local
3112 std::unique_ptr<CommandEntry> commandEntry = std::make_unique<CommandEntry>( in dispatchPointerDownOutsideFocus() local
5508 std::unique_ptr<CommandEntry> commandEntry = std::make_unique<CommandEntry>( in onDispatchCycleFinishedLocked() local
5523 std::unique_ptr<CommandEntry> commandEntry = std::make_unique<CommandEntry>( in onDispatchCycleBrokenLocked() local
5531 std::unique_ptr<CommandEntry> commandEntry = std::make_unique<CommandEntry>( in notifyFocusChangedLocked() local
5539 std::unique_ptr<CommandEntry> commandEntry = in notifyDropWindowLocked() local
5587 std::unique_ptr<CommandEntry> commandEntry = std::make_unique<CommandEntry>( in onAnrLocked() local
5594 std::unique_ptr<CommandEntry> commandEntry = std::make_unique<CommandEntry>( in onUntrustedTouchLocked() local
5628 void InputDispatcher::doNotifyConfigurationChangedLockedInterruptible(CommandEntry* commandEntry) { in doNotifyConfigurationChangedLockedInterruptible()
5636 void InputDispatcher::doNotifyInputChannelBrokenLockedInterruptible(CommandEntry* commandEntry) { in doNotifyInputChannelBrokenLockedInterruptible()
5648 void InputDispatcher::doNotifyFocusChangedLockedInterruptible(CommandEntry* commandEntry) { in doNotifyFocusChangedLockedInterruptible()
5656 void InputDispatcher::doNotifyDropWindowLockedInterruptible(CommandEntry* commandEntry) { in doNotifyDropWindowLockedInterruptible()
5663 void InputDispatcher::doNotifyNoFocusedWindowAnrLockedInterruptible(CommandEntry* commandEntry) { in doNotifyNoFocusedWindowAnrLockedInterruptible()
5671 void InputDispatcher::doNotifyWindowUnresponsiveLockedInterruptible(CommandEntry* commandEntry) { in doNotifyWindowUnresponsiveLockedInterruptible()
5679 void InputDispatcher::doNotifyMonitorUnresponsiveLockedInterruptible(CommandEntry* commandEntry) { in doNotifyMonitorUnresponsiveLockedInterruptible()
5687 void InputDispatcher::doNotifyWindowResponsiveLockedInterruptible(CommandEntry* commandEntry) { in doNotifyWindowResponsiveLockedInterruptible()
5695 void InputDispatcher::doNotifyMonitorResponsiveLockedInterruptible(CommandEntry* commandEntry) { in doNotifyMonitorResponsiveLockedInterruptible()
5703 void InputDispatcher::doNotifyUntrustedTouchLockedInterruptible(CommandEntry* commandEntry) { in doNotifyUntrustedTouchLockedInterruptible()
5712 CommandEntry* commandEntry) { in doInterceptKeyBeforeDispatchingLockedInterruptible()
5738 void InputDispatcher::doOnPointerDownOutsideFocusLockedInterruptible(CommandEntry* commandEntry) { in doOnPointerDownOutsideFocusLockedInterruptible()
5758 void InputDispatcher::doDispatchCycleFinishedLockedInterruptible(CommandEntry* commandEntry) { in doDispatchCycleFinishedLockedInterruptible()
6083 void InputDispatcher::doPokeUserActivityLockedInterruptible(CommandEntry* commandEntry) { in doPokeUserActivityLockedInterruptible()
6238 std::unique_ptr<CommandEntry> commandEntry = std::make_unique<CommandEntry>( in setPointerCaptureLocked() local
6245 android::inputdispatcher::CommandEntry* commandEntry) { in doSetPointerCaptureLockedInterruptible()