summaryrefslogtreecommitdiffstats
path: root/service/jni/jni_helper.h
diff options
context:
space:
mode:
Diffstat (limited to 'service/jni/jni_helper.h')
-rw-r--r--service/jni/jni_helper.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/service/jni/jni_helper.h b/service/jni/jni_helper.h
index f10e8c75b..e20ec0719 100644
--- a/service/jni/jni_helper.h
+++ b/service/jni/jni_helper.h
@@ -11,6 +11,7 @@ jobject getObjectField(JNIEnv *env, jobject obj, const char *name, const char *t
jlong getLongArrayField(JNIEnv *env, jobject obj, const char *name, int index);
jobject getObjectArrayField(JNIEnv *env, jobject obj, const char *name, const char *type, int index);
void setIntField(JNIEnv *env, jobject obj, const char *name, jint value);
+void setBooleanField(JNIEnv *env, jobject obj, const char *name, jboolean value);
void setLongField(JNIEnv *env, jobject obj, const char *name, jlong value);
void setLongArrayField(JNIEnv *env, jobject obj, const char *name, jlongArray value);
void setLongArrayElement(JNIEnv *env, jobject obj, const char *name, int index, jlong value);