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 | 179 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 | 324 public void onMotionEvent(MotionEvent event, MotionEvent rawEvent, in onMotionEvent() 378 MotionEvent rawEvent, int policyFlags) { in handleMotionEventStateDelegating() 660 public void onMotionEvent(MotionEvent event, MotionEvent rawEvent, int policyFlags) { in onMotionEvent() 767 private void cacheDelayedMotionEvent(MotionEvent event, MotionEvent rawEvent, in cacheDelayedMotionEvent() 788 MotionEvent rawEvent = obtainEventWithOffsetTimeAndDownTime(info.mRawEvent, offset); in sendDelayedMotionEvents() local 890 public static MotionEventInfo obtain(MotionEvent event, MotionEvent rawEvent, in obtain() 908 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 | 322 for (const RawEvent* rawEvent = rawEvents; count;) { in processEventsLocked() local 970 for (const RawEvent* rawEvent = rawEvents; count--; rawEvent++) { in process() local 1137 void CursorButtonAccumulator::process(const RawEvent* rawEvent) { in process() 1204 void CursorMotionAccumulator::process(const RawEvent* rawEvent) { in process() 1243 void CursorScrollAccumulator::process(const RawEvent* rawEvent) { in process() 1311 void TouchButtonAccumulator::process(const RawEvent* rawEvent) { in process() 1521 void SingleTouchMotionAccumulator::process(const RawEvent* rawEvent) { in process() 1606 void MultiTouchMotionAccumulator::process(const RawEvent* rawEvent) { in process() 1828 void SwitchInputMapper::process(const RawEvent* rawEvent) { in process() 1890 void VibratorInputMapper::process(const RawEvent* rawEvent) { in process() [all …]
|
/frameworks/av/media/libmedia/ |
D | JetPlayer.cpp | 312 EAS_U32 rawEvent; in fireEventsFromJetQueue() local
|
/frameworks/native/services/inputflinger/tests/ |
D | InputReader_test.cpp | 879 virtual void process(const RawEvent* rawEvent) { in process()
|