Home | History | Annotate | Download | only in jni

Lines Matching refs:copyValue

97 static jint copyValue(JNIEnv* env, jobject outValue, const ResTable* table,
101 jint copyValue(JNIEnv* env, jobject outValue, const ResTable* table,
823 return copyValue(env, outValue, &res, value, ref, block, typeSpecFlags, &config);
874 return copyValue(env, outValue, &res, value, ref, block, typeSpecFlags);
988 return block >= 0 ? copyValue(env, outValue, &res, value, ref, block, typeSpecFlags) : block;