Home
last modified time | relevance | path

Searched refs:GetAsset (Results 1 – 3 of 3) sorted by relevance

/frameworks/opt/gamesdk/src/tuningfork/
Dtuningfork_utils.h31 AAsset* GetAsset(JNIEnv* env, jobject activity, const char* name);
Dtuningfork_extra.cpp136 auto asset = apk_utils::GetAsset(env, activity, "tuningfork/tuningfork_settings.bin"); in GetSettingsSerialization()
161 auto fp = apk_utils::GetAsset(env, activity, name.str().c_str()); in GetFidelityParamsSerialization()
Dtuningfork_utils.cpp35 AAsset* GetAsset(JNIEnv* env, jobject activity, const char* name) { in GetAsset() function