Home
last modified time | relevance | path

Searched defs:rawEvent (Results 1 – 14 of 14) sorted by relevance

/frameworks/base/services/accessibility/java/com/android/server/accessibility/
DMagnificationGestureHandler.java204 public void onMotionEvent(MotionEvent event, MotionEvent rawEvent, int policyFlags) { in onMotionEvent()
218 private void onMotionEventInternal(MotionEvent event, MotionEvent rawEvent, int policyFlags) { in onMotionEventInternal()
231 MotionEvent event, MotionEvent rawEvent, int policyFlags) { in handleEventWith()
283 private void dispatchTransformedEvent(MotionEvent event, MotionEvent rawEvent, in dispatchTransformedEvent()
352 void onMotionEvent(MotionEvent event, MotionEvent rawEvent, int policyFlags); in onMotionEvent()
396 public void onMotionEvent(MotionEvent event, MotionEvent rawEvent, int policyFlags) { in onMotionEvent()
513 public void onMotionEvent(MotionEvent event, MotionEvent rawEvent, int policyFlags) { in onMotionEvent()
576 public void onMotionEvent(MotionEvent event, MotionEvent rawEvent, int policyFlags) { in onMotionEvent()
660 public void onMotionEvent(MotionEvent event, MotionEvent rawEvent, int policyFlags) { in onMotionEvent()
817 private void cacheDelayedMotionEvent(MotionEvent event, MotionEvent rawEvent, in cacheDelayedMotionEvent()
[all …]
DEventStreamTransformation.java68 default void onMotionEvent(MotionEvent event, MotionEvent rawEvent, int policyFlags) { in onMotionEvent()
DMotionEventInjector.java113 public void onMotionEvent(MotionEvent event, MotionEvent rawEvent, int policyFlags) { in onMotionEvent()
289 private void sendMotionEventToNext(MotionEvent event, MotionEvent rawEvent, in sendMotionEventToNext()
DAutoclickController.java72 public void onMotionEvent(MotionEvent event, MotionEvent rawEvent, int policyFlags) { in onMotionEvent()
DAccessibilityGestureDetector.java270 public boolean onMotionEvent(MotionEvent event, MotionEvent rawEvent, int policyFlags) { in onMotionEvent()
DAccessibilityInputFilter.java306 public void onMotionEvent(MotionEvent transformedEvent, MotionEvent rawEvent, in onMotionEvent()
DTouchExplorer.java276 public void onMotionEvent(MotionEvent event, MotionEvent rawEvent, int policyFlags) { in onMotionEvent()
502 private void handleMotionEventStateTouchExploring(MotionEvent event, MotionEvent rawEvent, in handleMotionEventStateTouchExploring()
/frameworks/base/services/core/java/com/android/server/
DNativeDaemonEvent.java42 String rawEvent, String logMessage, FileDescriptor[] fdList) { in NativeDaemonEvent()
137 public static NativeDaemonEvent parseRawEvent(String rawEvent, FileDescriptor[] fdList) { in parseRawEvent()
206 public static String[] unescapeArgs(String rawEvent) { in unescapeArgs()
DNativeDaemonConnector.java228 final String rawEvent = new String( in listenToSocket() local
/frameworks/base/services/tests/servicestests/src/com/android/server/accessibility/
DAccessibilityInputFilterTest.java95 public void onMotionEvent(MotionEvent event, MotionEvent rawEvent, int policyFlags) { in onMotionEvent()
DTouchExplorerTest.java86 public void onMotionEvent(MotionEvent event, MotionEvent rawEvent, int policyFlags) { in onMotionEvent()
/frameworks/native/services/inputflinger/
DInputReader.cpp351 for (const RawEvent* rawEvent = rawEvents; count;) { in processEventsLocked() local
1138 for (const RawEvent* rawEvent = rawEvents; count != 0; rawEvent++) { in process() local
1316 void CursorButtonAccumulator::process(const RawEvent* rawEvent) { in process()
1383 void CursorMotionAccumulator::process(const RawEvent* rawEvent) { in process()
1422 void CursorScrollAccumulator::process(const RawEvent* rawEvent) { in process()
1492 void TouchButtonAccumulator::process(const RawEvent* rawEvent) { in process()
1703 void SingleTouchMotionAccumulator::process(const RawEvent* rawEvent) { in process()
1789 void MultiTouchMotionAccumulator::process(const RawEvent* rawEvent) { in process()
2029 void SwitchInputMapper::process(const RawEvent* rawEvent) { in process()
2092 void VibratorInputMapper::process(const RawEvent* rawEvent) { in process()
[all …]
/frameworks/av/media/libmedia/
DJetPlayer.cpp315 EAS_U32 rawEvent; in fireEventsFromJetQueue() local
/frameworks/native/services/inputflinger/tests/
DInputReader_test.cpp958 virtual void process(const RawEvent* rawEvent) { in process()