Home
last modified time | relevance | path

Searched refs:PropRegistry (Results 1 – 25 of 68) sorted by relevance

123

/external/libchrome-gestures/include/
Dprop_registry.h21 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 …]
Dactivity_replay.h24 class PropRegistry; variable
28 explicit ActivityReplay(PropRegistry* prop_reg);
66 PropRegistry* prop_reg_;
Dactivity_log.h20 class PropRegistry; variable
62 explicit ActivityLog(PropRegistry* prop_reg);
233 PropRegistry* prop_reg_;
Dtracer.h26 Tracer(PropRegistry* prop_reg, WriteFn write_fn);
Dt5r2_correcting_filter_interpreter.h32 T5R2CorrectingFilterInterpreter(PropRegistry* prop_reg, Interpreter* next,
Dbox_filter_interpreter.h40 BoxFilterInterpreter(PropRegistry* prop_reg, Interpreter* next,
Dlogging_filter_interpreter.h27 LoggingFilterInterpreter(PropRegistry* prop_reg, Interpreter* next,
Dtimestamp_filter_interpreter.h32 explicit TimestampFilterInterpreter(PropRegistry* prop_reg,
Dsensor_jump_filter_interpreter.h33 SensorJumpFilterInterpreter(PropRegistry* prop_reg, Interpreter* next,
Dfling_stop_filter_interpreter.h27 FlingStopFilterInterpreter(PropRegistry* prop_reg,
Dunittest_util.h35 std::unique_ptr<PropRegistry> prop_reg_;
Dclick_wiggle_filter_interpreter.h45 ClickWiggleFilterInterpreter(PropRegistry* prop_reg, Interpreter* next,
Dfilter_interpreter.h29 FilterInterpreter(PropRegistry* prop_reg, in FilterInterpreter()
Dmultitouch_mouse_interpreter.h36 MultitouchMouseInterpreter(PropRegistry* prop_reg, Tracer* tracer);
Dfinger_merge_filter_interpreter.h30 FingerMergeFilterInterpreter(PropRegistry* prop_reg, Interpreter* next,
Dnon_linearity_filter_interpreter.h60 NonLinearityFilterInterpreter(PropRegistry* prop_reg, Interpreter* next,
Dscaling_filter_interpreter.h51 ScalingFilterInterpreter(PropRegistry* prop_reg,
/external/libchrome-gestures/src/
Dprop_registry_unittest.cc47 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()
Dinterpreter_unittest.cc24 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()
Dprop_registry.cc20 void PropRegistry::Register(Property* prop) { in Register()
26 void PropRegistry::Unregister(Property* prop) { in Unregister()
33 void PropRegistry::SetPropProvider(GesturesPropProvider* prop_provider, in SetPropProvider()
Dtracer.cc11 Tracer::Tracer(PropRegistry* prop_reg, WriteFn write_fn) in Tracer()
Dt5r2_correcting_filter_interpreter.cc11 PropRegistry* prop_reg, Interpreter* next, Tracer* tracer) in T5R2CorrectingFilterInterpreter()
Dtracer_unittest.cc27 PropRegistry prop_reg; in TEST()
Dlogging_filter_interpreter.cc16 LoggingFilterInterpreter::LoggingFilterInterpreter(PropRegistry* prop_reg, in LoggingFilterInterpreter()
Dactivity_replay_unittest.cc34 PropRegistry* prop_reg = c_interpreter->prop_reg(); in TEST()

123