| /external/libchrome-gestures/src/ |
| D | palm_classifying_filter_interpreter.cc | 46 HardwareState* hwstate, in SyncInterpretImpl() 59 const HardwareState& hwstate) { in FillOriginInfo() 72 const HardwareState& hwstate) { in FillPrevInfo() 82 const HardwareState& hwstate) { in FillMaxPressureWidthInfo() 101 const HardwareState& hwstate) { in UpdateDistanceInfo() 129 const HardwareState& hwstate, in FingerNearOtherFinger() 165 const HardwareState& hwstate) { in UpdatePalmState() 292 void PalmClassifyingFilterInterpreter::UpdatePalmFlags(HardwareState* hwstate) { in UpdatePalmFlags()
|
| D | scaling_filter_interpreter.cc | 56 void ScalingFilterInterpreter::SyncInterpretImpl(HardwareState* hwstate, in SyncInterpretImpl() 64 void ScalingFilterInterpreter::FilterLowPressure(HardwareState* hwstate) { in FilterLowPressure() 89 void ScalingFilterInterpreter::FilterZeroArea(HardwareState* hwstate) { in FilterZeroArea() 123 void ScalingFilterInterpreter::ScaleHardwareState(HardwareState* hwstate) { in ScaleHardwareState() 131 HardwareState* hwstate) { in ScaleMouseHardwareState() 138 HardwareState* hwstate) { in ScaleTouchpadHardwareState()
|
| D | metrics_filter_interpreter.cc | 44 void MetricsFilterInterpreter::SyncInterpretImpl(HardwareState* hwstate, in SyncInterpretImpl() 70 const HardwareState& hwstate) { in AddNewStateToBuffer() 80 const HardwareState& hwstate) { in UpdateMouseMovementState() 132 const HardwareState& hwstate) { in UpdateFingerState()
|
| D | timestamp_filter_interpreter.cc | 27 HardwareState* hwstate, stime_t* timeout) { in SyncInterpretImpl() 36 HardwareState* hwstate) { in ChangeTimestampDefault() 53 HardwareState* hwstate) { in ChangeTimestampUsingFake()
|
| D | mouse_interpreter.cc | 58 void MouseInterpreter::SyncInterpretImpl(HardwareState* hwstate, in SyncInterpretImpl() 92 bool MouseInterpreter::EmulateScrollWheel(const HardwareState& hwstate) { in EmulateScrollWheel() 150 void MouseInterpreter::InterpretScrollWheelEvent(const HardwareState& hwstate, in InterpretScrollWheelEvent() 227 const HardwareState& prev_state, const HardwareState& hwstate) { in InterpretMouseButtonEvent() 258 const HardwareState& hwstate) { in InterpretMouseMotionEvent()
|
| D | non_linearity_filter_interpreter_unittest.cc | 24 virtual void SyncInterpret(HardwareState* hwstate, stime_t* timeout) {} in SyncInterpret() 29 HardwareState hwstate = make_hwstate(200000, 0, 2, 2, &finger_state); in TEST() local 58 HardwareState hwstate = make_hwstate(200000, 0, 1, 1, &finger_state); in TEST() local
|
| D | split_correcting_filter_interpreter.cc | 26 HardwareState* hwstate, in SyncInterpretImpl() 43 const HardwareState& hwstate) { in RemoveMissingUnmergedContacts() 58 const HardwareState& hwstate) { in MergeFingers() 223 const HardwareState& hwstate) { in UnmergeFingers() 332 const HardwareState& hwstate) { in SetLastTrackingIds() 339 const HardwareState& hwstate) { in UpdateUnmergedLocations()
|
| D | haptic_button_generator_filter_interpreter.cc | 59 HardwareState* hwstate, stime_t* timeout) { in SyncInterpretImpl() 69 HardwareState* hwstate) { in HandleHardwareState() 152 HardwareState* hwstate) { in UpdatePalmState()
|
| D | stuck_button_inhibitor_filter_interpreter.cc | 22 HardwareState* hwstate, stime_t* timeout) { in SyncInterpretImpl() 49 const HardwareState& hwstate) { in HandleHardwareState()
|
| D | trend_classifying_filter_interpreter_unittest.cc | 20 virtual void SyncInterpret(HardwareState* hwstate, stime_t* timeout) { in SyncInterpret() 105 HardwareState *hwstate = &hardware_states[i]; in TEST() local
|
| D | immediate_interpreter.cc | 96 void TapRecord::Update(const HardwareState& hwstate, in Update() 168 bool TapRecord::Moving(const HardwareState& hwstate, in Moving() 198 bool TapRecord::Motionless(const HardwareState& hwstate, const HardwareState& in Motionless() 719 bool FingerButtonClick::Update(const HardwareState& hwstate, in Update() 1142 void ImmediateInterpreter::SyncInterpretImpl(HardwareState* hwstate, in SyncInterpretImpl() 1242 const HardwareState& hwstate) { in FillOriginInfo() 1263 void ImmediateInterpreter::ResetSameFingersState(const HardwareState& hwstate) { in ResetSameFingersState() 1284 void ImmediateInterpreter::UpdatePointingFingers(const HardwareState& hwstate) { in UpdatePointingFingers() 1514 const HardwareState& hwstate, const FingerMap& fingers) const { in TwoSpecificFingerDistanceSq() argument 1531 void ImmediateInterpreter::UpdateThumbState(const HardwareState& hwstate) { in UpdateThumbState() [all …]
|
| D | fling_stop_filter_interpreter.cc | 26 void FlingStopFilterInterpreter::SyncInterpretImpl(HardwareState* hwstate, in SyncInterpretImpl() 100 const HardwareState& hwstate) { in UpdateFlingStopDeadline()
|
| D | finger_merge_filter_interpreter_unittest.cc | 20 virtual void SyncInterpret(HardwareState* hwstate, stime_t* timeout) { in SyncInterpret() 113 HardwareState *hwstate = &hardware_states[i]; in TEST() local
|
| D | click_wiggle_filter_interpreter.cc | 32 void ClickWiggleFilterInterpreter::SyncInterpretImpl(HardwareState* hwstate, in SyncInterpretImpl() 49 const HardwareState& hwstate) { in UpdateClickWiggle()
|
| D | finger_merge_filter_interpreter.cc | 46 void FingerMergeFilterInterpreter::SyncInterpretImpl(HardwareState* hwstate, in SyncInterpretImpl() 74 const HardwareState& hwstate) { in UpdateFingerMergeState()
|
| D | stationary_wiggle_filter_interpreter_unittest.cc | 20 virtual void SyncInterpret(HardwareState* hwstate, stime_t* timeout) { in SyncInterpret() 136 HardwareState *hwstate = &hardware_states[i]; in TEST() local
|
| D | stationary_wiggle_filter_interpreter.cc | 112 HardwareState* hwstate, stime_t* timeout) { in SyncInterpretImpl() 119 HardwareState* hwstate) { in UpdateStationaryFlags()
|
| D | trend_classifying_filter_interpreter.cc | 47 HardwareState* hwstate, stime_t* timeout) { in SyncInterpretImpl() 127 const HardwareState& hwstate) { in UpdateFingerState()
|
| D | t5r2_correcting_filter_interpreter.cc | 21 HardwareState* hwstate, in SyncInterpretImpl()
|
| D | interpreter_unittest.cc | 48 virtual void SyncInterpretImpl(HardwareState* hwstate, stime_t* timeout) { in SyncInterpretImpl() 160 virtual void SyncInterpretImpl(HardwareState* hwstate, in SyncInterpretImpl()
|
| D | integral_gesture_filter_interpreter.cc | 29 HardwareState* hwstate, stime_t* timeout) { in SyncInterpretImpl()
|
| D | box_filter_interpreter.cc | 22 void BoxFilterInterpreter::SyncInterpretImpl(HardwareState* hwstate, in SyncInterpretImpl()
|
| D | filter_interpreter.cc | 11 void FilterInterpreter::SyncInterpretImpl(HardwareState* hwstate, in SyncInterpretImpl()
|
| D | sensor_jump_filter_interpreter.cc | 33 void SensorJumpFilterInterpreter::SyncInterpretImpl(HardwareState* hwstate, in SyncInterpretImpl()
|
| /external/libchrome-gestures/include/ |
| D | interpreter.h | 89 virtual void SyncInterpretImpl(HardwareState* hwstate, in SyncInterpretImpl()
|