Home
last modified time | relevance | path

Searched refs:enqueueEvent (Results 1 – 8 of 8) sorted by relevance

/frameworks/base/core/java/android/view/contentcapture/
DMainContentCaptureSessionV2.java773 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/
Dandroid_view_InputQueue.cpp176 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/
Dandroid_view_InputQueue.h57 void enqueueEvent(InputEvent* event);
/frameworks/native/services/inputflinger/
DInputProcessor.cpp249 void MotionClassifier::enqueueEvent(ClassifierEvent&& event) { in enqueueEvent() function in android::MotionClassifier
309 enqueueEvent(args); in classify()
329 enqueueEvent(args); in reset()
DInputProcessor.h174 void enqueueEvent(ClassifierEvent&& event);
/frameworks/native/services/inputflinger/tests/
DFakeEventHub.cpp42 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
DFakeEventHub.h154 void enqueueEvent(nsecs_t when, nsecs_t readTime, int32_t deviceId, int32_t type, int32_t code,
DInputReader_test.cpp982 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()