Lines Matching refs:CommandEntry

1179         std::unique_ptr<CommandEntry> commandEntry = std::move(mCommandQueue.front());  in runCommandsLockedInterruptible()
1189 void InputDispatcher::postCommandLocked(std::unique_ptr<CommandEntry> commandEntry) { in postCommandLocked()
1257 std::unique_ptr<CommandEntry> commandEntry = std::make_unique<CommandEntry>( in dispatchConfigurationChangedLocked()
1452 std::unique_ptr<CommandEntry> commandEntry = std::make_unique<CommandEntry>( in dispatchKeyLocked()
1510 void InputDispatcher::doNotifySensorLockedInterruptible(CommandEntry* commandEntry) { in doNotifySensorLockedInterruptible()
1530 std::unique_ptr<CommandEntry> commandEntry = in dispatchSensorLocked()
1531 std::make_unique<CommandEntry>(&InputDispatcher::doNotifySensorLockedInterruptible); in dispatchSensorLocked()
2792 std::unique_ptr<CommandEntry> commandEntry = in pokeUserActivityLocked()
2793 std::make_unique<CommandEntry>(&InputDispatcher::doPokeUserActivityLockedInterruptible); in pokeUserActivityLocked()
3112 std::unique_ptr<CommandEntry> commandEntry = std::make_unique<CommandEntry>( in dispatchPointerDownOutsideFocus()
5508 std::unique_ptr<CommandEntry> commandEntry = std::make_unique<CommandEntry>( in onDispatchCycleFinishedLocked()
5523 std::unique_ptr<CommandEntry> commandEntry = std::make_unique<CommandEntry>( in onDispatchCycleBrokenLocked()
5531 std::unique_ptr<CommandEntry> commandEntry = std::make_unique<CommandEntry>( in notifyFocusChangedLocked()
5539 std::unique_ptr<CommandEntry> commandEntry = in notifyDropWindowLocked()
5540 std::make_unique<CommandEntry>(&InputDispatcher::doNotifyDropWindowLockedInterruptible); in notifyDropWindowLocked()
5587 std::unique_ptr<CommandEntry> commandEntry = std::make_unique<CommandEntry>( in onAnrLocked()
5594 std::unique_ptr<CommandEntry> commandEntry = std::make_unique<CommandEntry>( in onUntrustedTouchLocked()
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()
5826 std::unique_ptr<CommandEntry> monitorUnresponsiveCommand = std::make_unique<CommandEntry>( in sendMonitorUnresponsiveCommandLocked()
5835 std::unique_ptr<CommandEntry> windowUnresponsiveCommand = std::make_unique<CommandEntry>( in sendWindowUnresponsiveCommandLocked()
5843 std::unique_ptr<CommandEntry> monitorResponsiveCommand = std::make_unique<CommandEntry>( in sendMonitorResponsiveCommandLocked()
5850 std::unique_ptr<CommandEntry> windowResponsiveCommand = std::make_unique<CommandEntry>( in sendWindowResponsiveCommandLocked()
6083 void InputDispatcher::doPokeUserActivityLockedInterruptible(CommandEntry* commandEntry) { in doPokeUserActivityLockedInterruptible()
6238 std::unique_ptr<CommandEntry> commandEntry = std::make_unique<CommandEntry>( in setPointerCaptureLocked()
6245 android::inputdispatcher::CommandEntry* commandEntry) { in doSetPointerCaptureLockedInterruptible()