Lines Matching full:jlong
204 env->SetLongField(thiz, field_context, (jlong)device);
380 bool check_uint32_arg(JNIEnv *env, const char* name, jlong value, uint32_t* out) {
393 android_mtp_MtpDevice_get_object(JNIEnv *env, jobject thiz, jint objectID, jlong objectSizeLong)
419 static jlong
423 jlong offsetLong,
424 jlong sizeLong,
453 return static_cast<jlong>(written_size);
460 jlong offset,
461 jlong size,
589 JNIEnv *env, jobject thiz, jint object_id, jlong sizeLong, jint fd)
711 static jlong android_mtp_MtpDevice_get_object_size_long(
736 const jlong object_size = static_cast<jlong>(property->getCurrentValue().u.u64);
738 env->ThrowNew(clazz_io_exception, "Object size is too large to express as jlong.");