Searched refs:copyValue (Results 1 – 1 of 1) sorted by relevance
/frameworks/base/core/jni/ |
D | android_util_AssetManager.cpp | 109 static jint copyValue(JNIEnv* env, jobject outValue, const ResTable* table, 113 jint copyValue(JNIEnv* env, jobject outValue, const ResTable* table, in copyValue() function 917 return copyValue(env, outValue, &res, value, ref, block, typeSpecFlags, &config); in android_content_AssetManager_loadResourceValue() 968 return copyValue(env, outValue, &res, value, ref, block, typeSpecFlags); in android_content_AssetManager_loadResourceBagValue() 1091 return block >= 0 ? copyValue(env, outValue, &res, value, ref, block, typeSpecFlags) : block; in android_content_AssetManager_loadThemeAttributeValue()
|