/external/libchrome-gestures/include/ |
D | prop_registry.h | 21 class PropRegistry { 23 PropRegistry() : prop_provider_(NULL), activity_log_(NULL) {} in PropRegistry() function 49 Property(PropRegistry* parent, const char* name) in Property() 85 PropRegistry* parent_; 94 BoolProperty(PropRegistry* reg, const char* name, GesturesPropBool val) in BoolProperty() 109 BoolArrayProperty(PropRegistry* reg, const char* name, GesturesPropBool* vals, in BoolArrayProperty() 126 DoubleProperty(PropRegistry* reg, const char* name, double val) in DoubleProperty() 141 DoubleArrayProperty(PropRegistry* reg, const char* name, double* vals, in DoubleArrayProperty() 158 IntProperty(PropRegistry* reg, const char* name, int val) in IntProperty() 173 IntArrayProperty(PropRegistry* reg, const char* name, int* vals, in IntArrayProperty() [all …]
|
D | activity_replay.h | 24 class PropRegistry; variable 28 explicit ActivityReplay(PropRegistry* prop_reg); 66 PropRegistry* prop_reg_;
|
D | activity_log.h | 20 class PropRegistry; variable 62 explicit ActivityLog(PropRegistry* prop_reg); 233 PropRegistry* prop_reg_;
|
D | tracer.h | 26 Tracer(PropRegistry* prop_reg, WriteFn write_fn);
|
D | t5r2_correcting_filter_interpreter.h | 32 T5R2CorrectingFilterInterpreter(PropRegistry* prop_reg, Interpreter* next,
|
D | box_filter_interpreter.h | 40 BoxFilterInterpreter(PropRegistry* prop_reg, Interpreter* next,
|
D | logging_filter_interpreter.h | 27 LoggingFilterInterpreter(PropRegistry* prop_reg, Interpreter* next,
|
D | timestamp_filter_interpreter.h | 32 explicit TimestampFilterInterpreter(PropRegistry* prop_reg,
|
D | sensor_jump_filter_interpreter.h | 33 SensorJumpFilterInterpreter(PropRegistry* prop_reg, Interpreter* next,
|
D | fling_stop_filter_interpreter.h | 27 FlingStopFilterInterpreter(PropRegistry* prop_reg,
|
D | unittest_util.h | 35 std::unique_ptr<PropRegistry> prop_reg_;
|
D | click_wiggle_filter_interpreter.h | 45 ClickWiggleFilterInterpreter(PropRegistry* prop_reg, Interpreter* next,
|
D | filter_interpreter.h | 29 FilterInterpreter(PropRegistry* prop_reg, in FilterInterpreter()
|
D | multitouch_mouse_interpreter.h | 36 MultitouchMouseInterpreter(PropRegistry* prop_reg, Tracer* tracer);
|
D | finger_merge_filter_interpreter.h | 30 FingerMergeFilterInterpreter(PropRegistry* prop_reg, Interpreter* next,
|
D | non_linearity_filter_interpreter.h | 60 NonLinearityFilterInterpreter(PropRegistry* prop_reg, Interpreter* next,
|
D | scaling_filter_interpreter.h | 51 ScalingFilterInterpreter(PropRegistry* prop_reg,
|
/external/libchrome-gestures/src/ |
D | prop_registry_unittest.cc | 47 PropRegistry reg; in TEST() 132 PropRegistry reg; in TEST() 199 PropRegistry reg; in TEST() 218 PropRegistry reg; in TEST() 232 PropRegistry reg; in TEST() 233 PropRegistry reg_with_delegate; in TEST() 267 PropRegistry reg; in TEST() 268 PropRegistry reg_with_delegate; in TEST() 302 PropRegistry reg; in TEST() 303 PropRegistry reg_with_delegate; in TEST()
|
D | interpreter_unittest.cc | 24 explicit InterpreterTestInterpreter(PropRegistry* prop_reg) in InterpreterTestInterpreter() 75 PropRegistry prop_reg; in TEST() 134 PropRegistry prop_reg2; in TEST() 167 PropRegistry prop_reg; in TEST() 194 PropRegistry prop_reg; in TEST()
|
D | prop_registry.cc | 20 void PropRegistry::Register(Property* prop) { in Register() 26 void PropRegistry::Unregister(Property* prop) { in Unregister() 33 void PropRegistry::SetPropProvider(GesturesPropProvider* prop_provider, in SetPropProvider()
|
D | tracer.cc | 11 Tracer::Tracer(PropRegistry* prop_reg, WriteFn write_fn) in Tracer()
|
D | t5r2_correcting_filter_interpreter.cc | 11 PropRegistry* prop_reg, Interpreter* next, Tracer* tracer) in T5R2CorrectingFilterInterpreter()
|
D | tracer_unittest.cc | 27 PropRegistry prop_reg; in TEST()
|
D | logging_filter_interpreter.cc | 16 LoggingFilterInterpreter::LoggingFilterInterpreter(PropRegistry* prop_reg, in LoggingFilterInterpreter()
|
D | activity_replay_unittest.cc | 34 PropRegistry* prop_reg = c_interpreter->prop_reg(); in TEST()
|