Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/
DNativeDaemonEvent.java40 String rawEvent, String logMessage) { in NativeDaemonEvent()
130 public static NativeDaemonEvent parseRawEvent(String rawEvent) { in parseRawEvent()
199 public static String[] unescapeArgs(String rawEvent) { in unescapeArgs()
DNativeDaemonConnector.java179 final String rawEvent = new String( in listenToSocket() local
/frameworks/base/services/accessibility/java/com/android/server/accessibility/
DEventStreamTransformation.java68 public void onMotionEvent(MotionEvent event, MotionEvent rawEvent, int policyFlags); in onMotionEvent()
DScreenMagnifier.java324 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()
DAccessibilityInputFilter.java290 public void onMotionEvent(MotionEvent transformedEvent, MotionEvent rawEvent, in onMotionEvent()
DTouchExplorer.java320 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/
DInputReader.cpp322 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/
DJetPlayer.cpp312 EAS_U32 rawEvent; in fireEventsFromJetQueue() local
/frameworks/native/services/inputflinger/tests/
DInputReader_test.cpp879 virtual void process(const RawEvent* rawEvent) { in process()