Searched refs:field_objectInfo_compressedSize (Results 1 – 1 of 1) sorted by relevance
87 static jfieldID field_objectInfo_compressedSize; variable148 env->SetIntField(object, field_objectInfo_compressedSize, objectInfo->mCompressedSize); in fill_jobject_from_object_info()619 object_info->mCompressedSize = env->GetIntField(info, field_objectInfo_compressedSize); in android_mtp_MtpDevice_send_object_info()897 field_objectInfo_compressedSize = env->GetFieldID(clazz, "mCompressedSize", "I"); in register_android_mtp_MtpDevice()898 if (field_objectInfo_compressedSize == NULL) { in register_android_mtp_MtpDevice()