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.java187 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.java326 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()
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.cpp337 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/
DJetPlayer.cpp314 EAS_U32 rawEvent; in fireEventsFromJetQueue() local
/frameworks/native/services/inputflinger/tests/
DInputReader_test.cpp887 virtual void process(const RawEvent* rawEvent) { in process()