• Home
  • Raw
  • Download

Lines Matching defs:commandEntry

1167         std::unique_ptr<CommandEntry> commandEntry = std::move(mCommandQueue.front());  in runCommandsLockedInterruptible()  local
1177 void InputDispatcher::postCommandLocked(std::unique_ptr<CommandEntry> commandEntry) { in postCommandLocked()
1245 std::unique_ptr<CommandEntry> commandEntry = std::make_unique<CommandEntry>( in dispatchConfigurationChangedLocked() local
1426 std::unique_ptr<CommandEntry> commandEntry = std::make_unique<CommandEntry>( in dispatchKeyLocked() local
1484 void InputDispatcher::doNotifySensorLockedInterruptible(CommandEntry* commandEntry) { in doNotifySensorLockedInterruptible()
1504 std::unique_ptr<CommandEntry> commandEntry = in dispatchSensorLocked() local
2747 std::unique_ptr<CommandEntry> commandEntry = in pokeUserActivityLocked() local
3067 std::unique_ptr<CommandEntry> commandEntry = std::make_unique<CommandEntry>( in dispatchPointerDownOutsideFocus() local
5476 std::unique_ptr<CommandEntry> commandEntry = std::make_unique<CommandEntry>( in onDispatchCycleFinishedLocked() local
5491 std::unique_ptr<CommandEntry> commandEntry = std::make_unique<CommandEntry>( in onDispatchCycleBrokenLocked() local
5499 std::unique_ptr<CommandEntry> commandEntry = std::make_unique<CommandEntry>( in notifyFocusChangedLocked() local
5507 std::unique_ptr<CommandEntry> commandEntry = in notifyDropWindowLocked() local
5555 std::unique_ptr<CommandEntry> commandEntry = std::make_unique<CommandEntry>( in onAnrLocked() local
5562 std::unique_ptr<CommandEntry> commandEntry = std::make_unique<CommandEntry>( in onUntrustedTouchLocked() local
5596 void InputDispatcher::doNotifyConfigurationChangedLockedInterruptible(CommandEntry* commandEntry) { in doNotifyConfigurationChangedLockedInterruptible()
5604 void InputDispatcher::doNotifyInputChannelBrokenLockedInterruptible(CommandEntry* commandEntry) { in doNotifyInputChannelBrokenLockedInterruptible()
5616 void InputDispatcher::doNotifyFocusChangedLockedInterruptible(CommandEntry* commandEntry) { in doNotifyFocusChangedLockedInterruptible()
5624 void InputDispatcher::doNotifyDropWindowLockedInterruptible(CommandEntry* commandEntry) { in doNotifyDropWindowLockedInterruptible()
5631 void InputDispatcher::doNotifyNoFocusedWindowAnrLockedInterruptible(CommandEntry* commandEntry) { in doNotifyNoFocusedWindowAnrLockedInterruptible()
5639 void InputDispatcher::doNotifyWindowUnresponsiveLockedInterruptible(CommandEntry* commandEntry) { in doNotifyWindowUnresponsiveLockedInterruptible()
5647 void InputDispatcher::doNotifyMonitorUnresponsiveLockedInterruptible(CommandEntry* commandEntry) { in doNotifyMonitorUnresponsiveLockedInterruptible()
5655 void InputDispatcher::doNotifyWindowResponsiveLockedInterruptible(CommandEntry* commandEntry) { in doNotifyWindowResponsiveLockedInterruptible()
5663 void InputDispatcher::doNotifyMonitorResponsiveLockedInterruptible(CommandEntry* commandEntry) { in doNotifyMonitorResponsiveLockedInterruptible()
5671 void InputDispatcher::doNotifyUntrustedTouchLockedInterruptible(CommandEntry* commandEntry) { in doNotifyUntrustedTouchLockedInterruptible()
5680 CommandEntry* commandEntry) { in doInterceptKeyBeforeDispatchingLockedInterruptible()
5706 void InputDispatcher::doOnPointerDownOutsideFocusLockedInterruptible(CommandEntry* commandEntry) { in doOnPointerDownOutsideFocusLockedInterruptible()
5726 void InputDispatcher::doDispatchCycleFinishedLockedInterruptible(CommandEntry* commandEntry) { in doDispatchCycleFinishedLockedInterruptible()
6051 void InputDispatcher::doPokeUserActivityLockedInterruptible(CommandEntry* commandEntry) { in doPokeUserActivityLockedInterruptible()
6205 std::unique_ptr<CommandEntry> commandEntry = std::make_unique<CommandEntry>( in setPointerCaptureLocked() local
6212 android::inputdispatcher::CommandEntry* commandEntry) { in doSetPointerCaptureLockedInterruptible()