Home | History | Annotate | Download | only in jni

Lines Matching refs:timeZone

880 nScriptSetTimeZone(JNIEnv *_env, jobject _this, RsContext con, jint script, jbyteArray timeZone)
882 LOG_API("nScriptCSetTimeZone, con(%p), s(%p), timeZone(%s)", con, (void *)script, (const char *)timeZone);
884 jint length = _env->GetArrayLength(timeZone);
886 timeZone_ptr = (jbyte *) _env->GetPrimitiveArrayCritical(timeZone, (jboolean *)0);
891 _env->ReleasePrimitiveArrayCritical(timeZone, timeZone_ptr, 0);