Home
last modified time | relevance | path

Searched refs:mocktuningfork (Results 1 – 5 of 5) sorted by relevance

/frameworks/opt/gamesdk/samples/tuningfork/prototest/src/
Dgameengine.cc16 mocktuningfork::init(s,callback); in init()
24 mocktuningfork::init(s, [&](const FidelityParams& p) { in init()
47 mocktuningfork::set(current_annotation); in tick()
48 mocktuningfork::tick(SYS_CPU); in tick()
Dgame.cc21 mocktuningfork::init(settings, fidelityParamsCallback); in runWithNoGameEngine()
26 mocktuningfork::set(ann); in runWithNoGameEngine()
27 mocktuningfork::tick(SYS_CPU); in runWithNoGameEngine()
Dmocktuningfork.h5 namespace mocktuningfork {
Dmocktuningfork.cc6 namespace mocktuningfork { namespace
/frameworks/opt/gamesdk/samples/tuningfork/prototest/
DMakefile15 TUNINGFORK_OBJS:= ${PROTO_BUILD_DIR}/tuningfork.pb.o ${BUILD_DIR}/mocktuningfork.o
22 TUNINGFORK_LIB:=${BUILD_DIR}/mocktuningfork.so