Searched refs:GetAsset (Results 1 – 3 of 3) sorted by relevance
31 AAsset* GetAsset(JNIEnv* env, jobject activity, const char* name);
136 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()
35 AAsset* GetAsset(JNIEnv* env, jobject activity, const char* name) { in GetAsset() function