/frameworks/base/core/java/android/view/contentcapture/ |
D | MainContentCaptureSessionV2.java | 773 enqueueEvent(event); in internalNotifyViewAppeared() 780 enqueueEvent(event); in internalNotifyViewDisappeared() 811 enqueueEvent(event); in internalNotifyViewTextChanged() 819 enqueueEvent(event); in internalNotifyViewInsetsChanged() 829 enqueueEvent(event, forceFlush); in internalNotifyViewTreeEvent() 835 enqueueEvent(event, FORCE_FLUSH); in internalNotifySessionResumed() 841 enqueueEvent(event, FORCE_FLUSH); in internalNotifySessionPaused() 870 enqueueEvent(event, FORCE_FLUSH); in internalNotifyChildSessionStarted() 878 enqueueEvent(event, FORCE_FLUSH); in internalNotifyChildSessionFinished() 885 enqueueEvent(event, FORCE_FLUSH); in internalNotifyContextUpdated() [all …]
|
/frameworks/base/core/jni/ |
D | android_view_InputQueue.cpp | 176 void InputQueue::enqueueEvent(InputEvent* event) { in enqueueEvent() function in android::InputQueue 230 queue->enqueueEvent(event); in nativeSendKeyEvent() 243 queue->enqueueEvent(event); in nativeSendMotionEvent()
|
/frameworks/base/core/jni/include/android_runtime/ |
D | android_view_InputQueue.h | 57 void enqueueEvent(InputEvent* event);
|
/frameworks/native/services/inputflinger/ |
D | InputProcessor.cpp | 249 void MotionClassifier::enqueueEvent(ClassifierEvent&& event) { in enqueueEvent() function in android::MotionClassifier 309 enqueueEvent(args); in classify() 329 enqueueEvent(args); in reset()
|
D | InputProcessor.h | 174 void enqueueEvent(ClassifierEvent&& event);
|
/frameworks/native/services/inputflinger/tests/ |
D | FakeEventHub.cpp | 42 enqueueEvent(ARBITRARY_TIME, READ_TIME, deviceId, EventHubInterface::DEVICE_ADDED, 0, 0); in addDevice() 49 enqueueEvent(ARBITRARY_TIME, READ_TIME, deviceId, EventHubInterface::DEVICE_REMOVED, 0, 0); in removeDevice() 90 enqueueEvent(ARBITRARY_TIME, READ_TIME, 0, EventHubInterface::FINISHED_DEVICE_SCAN, 0, 0); in finishDeviceScan() 206 void FakeEventHub::enqueueEvent(nsecs_t when, nsecs_t readTime, int32_t deviceId, int32_t type, in enqueueEvent() function in android::FakeEventHub
|
D | FakeEventHub.h | 154 void enqueueEvent(nsecs_t when, nsecs_t readTime, int32_t deviceId, int32_t type, int32_t code,
|
D | InputReader_test.cpp | 982 mFakeEventHub->enqueueEvent(when, readTime, eventHubId, EV_KEY, KEY_A, 1); in TEST_F() 1205 mFakeEventHub->enqueueEvent(ARBITRARY_TIME, ARBITRARY_TIME, FIRST_DEVICE_ID, 0, 0, 0); in TEST_F() 1215 mFakeEventHub->enqueueEvent(ARBITRARY_TIME, ARBITRARY_TIME, SECOND_DEVICE_ID, 0, 0, 0); in TEST_F() 1223 mFakeEventHub->enqueueEvent(ARBITRARY_TIME, ARBITRARY_TIME, FIRST_DEVICE_ID, 0, 0, 0); in TEST_F() 1231 mFakeEventHub->enqueueEvent(ARBITRARY_TIME, ARBITRARY_TIME, FIRST_DEVICE_ID, 0, 0, 0); in TEST_F() 1241 mFakeEventHub->enqueueEvent(ARBITRARY_TIME, ARBITRARY_TIME, SECOND_DEVICE_ID, 0, 0, 0); in TEST_F() 1248 mFakeEventHub->enqueueEvent(ARBITRARY_TIME, ARBITRARY_TIME, SECOND_DEVICE_ID, 0, 0, 0); in TEST_F() 1258 mFakeEventHub->enqueueEvent(ARBITRARY_TIME, ARBITRARY_TIME, SECOND_DEVICE_ID, 0, 0, 0); in TEST_F()
|