Searched refs:GestureInterpreter (Results 1 – 4 of 4) sorted by relevance
344 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 …]
66 GestureInterpreter* c_interpreter = NewGestureInterpreter(); in TEST()
316 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()
671 struct GestureInterpreter { struct673 explicit GestureInterpreter(int version);674 ~GestureInterpreter();721 GestureInterpreter(const GestureInterpreter&); argument722 void operator=(const GestureInterpreter&); argument727 typedef gestures::GestureInterpreter GestureInterpreter; typedef729 struct GestureInterpreter;730 typedef struct GestureInterpreter GestureInterpreter; typedef734 GestureInterpreter* NewGestureInterpreterImpl(int);737 void DeleteGestureInterpreter(GestureInterpreter*);[all …]