Home
last modified time | relevance | path

Searched refs:GestureInterpreter (Results 1 – 4 of 4) sorted by relevance

/external/libchrome-gestures/src/
Dgestures.cc344 GestureInterpreter* NewGestureInterpreterImpl(int version) { in NewGestureInterpreterImpl()
359 return new gestures::GestureInterpreter(version); in NewGestureInterpreterImpl()
362 void DeleteGestureInterpreter(GestureInterpreter* obj) { in DeleteGestureInterpreter()
366 void GestureInterpreterPushHardwareState(GestureInterpreter* obj, in GestureInterpreterPushHardwareState()
372 GestureInterpreter* obj, in GestureInterpreterSetHardwareProperties()
377 void GestureInterpreterSetCallback(GestureInterpreter* obj, in GestureInterpreterSetCallback()
383 void GestureInterpreterSetTimerProvider(GestureInterpreter* obj, in GestureInterpreterSetTimerProvider()
389 void GestureInterpreterSetPropProvider(GestureInterpreter* obj, in GestureInterpreterSetPropProvider()
395 void GestureInterpreterInitialize(GestureInterpreter* obj, in GestureInterpreterInitialize()
426 GestureInterpreter::GestureInterpreter(int version) in GestureInterpreter() function in GestureInterpreter
[all …]
Dactivity_replay_unittest.cc66 GestureInterpreter* c_interpreter = NewGestureInterpreter(); in TEST()
Dgestures_unittest.cc316 std::unique_ptr<GestureInterpreter> gs(NewGestureInterpreter()); in TEST()
320 GestureInterpreter* gs_version_under = NewGestureInterpreterImpl(0); in TEST()
322 GestureInterpreter* gs_version_over = NewGestureInterpreterImpl(1000); in TEST()
325 GestureInterpreter* gs_ptr = NewGestureInterpreter(); in TEST()
/external/libchrome-gestures/include/
Dgestures.h671 struct GestureInterpreter { struct
673 explicit GestureInterpreter(int version);
674 ~GestureInterpreter();
721 GestureInterpreter(const GestureInterpreter&); argument
722 void operator=(const GestureInterpreter&); argument
727 typedef gestures::GestureInterpreter GestureInterpreter; typedef
729 struct GestureInterpreter;
730 typedef struct GestureInterpreter GestureInterpreter; typedef
734 GestureInterpreter* NewGestureInterpreterImpl(int);
737 void DeleteGestureInterpreter(GestureInterpreter*);
[all …]