Searched refs:createKeyEvent (Results 1 – 8 of 8) sorted by relevance
167 KeyEvent* InputQueue::createKeyEvent() { in createKeyEvent() function in android::InputQueue168 return mPooledInputEventFactory.createKeyEvent(); in createKeyEvent()222 KeyEvent* event = queue->createKeyEvent(); in nativeSendKeyEvent()
209 im.injectInputEvent(createKeyEvent(KeyEvent.ACTION_DOWN, KeyEvent.KEYCODE_BACK, displayId), in performBackPress()211 im.injectInputEvent(createKeyEvent(KeyEvent.ACTION_UP, KeyEvent.KEYCODE_BACK, displayId), in performBackPress()327 private static KeyEvent createKeyEvent(int action, int code, int displayId) { in createKeyEvent() method in VirtualDisplayTaskEmbedder
51 KeyEvent* createKeyEvent();
835 virtual KeyEvent* createKeyEvent() = 0;849 virtual KeyEvent* createKeyEvent() override { return &mKeyEvent; } in createKeyEvent() function867 virtual KeyEvent* createKeyEvent() override;
517 KeyEvent createKeyEvent(const KeyEntry& entry);
4704 KeyEvent event = createKeyEvent(*entry); in doInterceptKeyBeforeDispatchingLockedInterruptible()4840 KeyEvent event = createKeyEvent(*keyEntry); in afterKeyEventLockedInterruptible()4882 KeyEvent event = createKeyEvent(*keyEntry); in afterKeyEventLockedInterruptible()5000 KeyEvent InputDispatcher::createKeyEvent(const KeyEntry& entry) { in createKeyEvent() function in android::inputdispatcher::InputDispatcher
736 KeyEvent* PooledInputEventFactory::createKeyEvent() { in createKeyEvent() function in android::PooledInputEventFactory
649 KeyEvent* keyEvent = factory->createKeyEvent(); in consume()