Searched defs:rawEvent (Results 1 – 9 of 9) sorted by relevance
| /frameworks/base/services/core/java/com/android/server/ |
| D | NativeDaemonEvent.java | 40 String rawEvent, String logMessage) { in NativeDaemonEvent() 130 public static NativeDaemonEvent parseRawEvent(String rawEvent) { in parseRawEvent() 199 public static String[] unescapeArgs(String rawEvent) { in unescapeArgs()
|
| D | NativeDaemonConnector.java | 187 final String rawEvent = new String( in listenToSocket() local
|
| /frameworks/base/services/accessibility/java/com/android/server/accessibility/ |
| D | EventStreamTransformation.java | 68 public void onMotionEvent(MotionEvent event, MotionEvent rawEvent, int policyFlags); in onMotionEvent()
|
| D | ScreenMagnifier.java | 326 public void onMotionEvent(MotionEvent event, MotionEvent rawEvent, in onMotionEvent() 380 MotionEvent rawEvent, int policyFlags) { in handleMotionEventStateDelegating() 667 public void onMotionEvent(MotionEvent event, MotionEvent rawEvent, int policyFlags) { in onMotionEvent() 774 private void cacheDelayedMotionEvent(MotionEvent event, MotionEvent rawEvent, in cacheDelayedMotionEvent() 795 MotionEvent rawEvent = obtainEventWithOffsetTimeAndDownTime(info.mRawEvent, offset); in sendDelayedMotionEvents() local 897 public static MotionEventInfo obtain(MotionEvent event, MotionEvent rawEvent, in obtain() 915 private void initialize(MotionEvent event, MotionEvent rawEvent, in initialize()
|
| D | AccessibilityInputFilter.java | 290 public void onMotionEvent(MotionEvent transformedEvent, MotionEvent rawEvent, in onMotionEvent()
|
| D | TouchExplorer.java | 320 public void onMotionEvent(MotionEvent event, MotionEvent rawEvent, int policyFlags) { in onMotionEvent() 394 private void handleMotionEventStateTouchExploring(MotionEvent event, MotionEvent rawEvent, in handleMotionEventStateTouchExploring()
|
| /frameworks/native/services/inputflinger/ |
| D | InputReader.cpp | 337 for (const RawEvent* rawEvent = rawEvents; count;) { in processEventsLocked() local 1034 for (const RawEvent* rawEvent = rawEvents; count--; rawEvent++) { in process() local 1216 void CursorButtonAccumulator::process(const RawEvent* rawEvent) { in process() 1283 void CursorMotionAccumulator::process(const RawEvent* rawEvent) { in process() 1322 void CursorScrollAccumulator::process(const RawEvent* rawEvent) { in process() 1392 void TouchButtonAccumulator::process(const RawEvent* rawEvent) { in process() 1603 void SingleTouchMotionAccumulator::process(const RawEvent* rawEvent) { in process() 1688 void MultiTouchMotionAccumulator::process(const RawEvent* rawEvent) { in process() 1923 void SwitchInputMapper::process(const RawEvent* rawEvent) { in process() 1985 void VibratorInputMapper::process(const RawEvent* rawEvent) { in process() [all …]
|
| /frameworks/av/media/libmedia/ |
| D | JetPlayer.cpp | 314 EAS_U32 rawEvent; in fireEventsFromJetQueue() local
|
| /frameworks/native/services/inputflinger/tests/ |
| D | InputReader_test.cpp | 887 virtual void process(const RawEvent* rawEvent) { in process()
|