Home
last modified time | relevance | path

Searched refs:InitWithClearcut (Results 1 – 2 of 2) sorted by relevance

/frameworks/opt/gamesdk/src/tuningfork/
Dclearcut_backend.h43 bool InitWithClearcut(JNIEnv* env, jobject activity, bool anonymousLogging);
Dclearcut_backend.cpp96 bool inited = InitWithClearcut(env, activity, false); in Init()
158 bool ClearcutBackend::InitWithClearcut(JNIEnv* env, jobject activity, bool anonymousLogging) { in InitWithClearcut() function in tuningfork::ClearcutBackend