Home | History | Annotate | Download | only in jni

Lines Matching refs:SetIntField

116         env->SetIntField(thiz, field_context, (int)device);
127 env->SetIntField(thiz, field_context, 0);
205 env->SetIntField(info, field_storageInfo_storageId, storageInfo->mStorageID);
258 env->SetIntField(info, field_objectInfo_handle, objectInfo->mHandle);
260 env->SetIntField(info, field_objectInfo_storageId, objectInfo->mStorageID);
262 env->SetIntField(info, field_objectInfo_format, objectInfo->mFormat);
264 env->SetIntField(info, field_objectInfo_protectionStatus, objectInfo->mProtectionStatus);
266 env->SetIntField(info, field_objectInfo_compressedSize, objectInfo->mCompressedSize);
268 env->SetIntField(info, field_objectInfo_thumbFormat, objectInfo->mThumbFormat);
270 env->SetIntField(info, field_objectInfo_thumbCompressedSize, objectInfo->mThumbCompressedSize);
272 env->SetIntField(info, field_objectInfo_thumbPixWidth, objectInfo->mThumbPixWidth);
274 env->SetIntField(info, field_objectInfo_thumbPixHeight, objectInfo->mThumbPixHeight);
276 env->SetIntField(info, field_objectInfo_imagePixWidth, objectInfo->mImagePixWidth);
278 env->SetIntField(info, field_objectInfo_imagePixHeight, objectInfo->mImagePixHeight);
280 env->SetIntField(info, field_objectInfo_imagePixDepth, objectInfo->mImagePixDepth);
282 env->SetIntField(info, field_objectInfo_parent, objectInfo->mParent);
284 env->SetIntField(info, field_objectInfo_associationType, objectInfo->mAssociationType);
286 env->SetIntField(info, field_objectInfo_associationDesc, objectInfo->mAssociationDesc);
288 env->SetIntField(info, field_objectInfo_sequenceNumber, objectInfo->mSequenceNumber);