Searched refs:mAssociationType (Results 1 – 8 of 8) sorted by relevance
41 mAssociationType(0), in MtpObjectInfo()74 if (!packet.getUInt16(mAssociationType)) return false; in read()107 mParent, mAssociationType, mAssociationDesc); in print()
41 uint16_t mAssociationType; variable
489 mData.putUInt16(info->mAssociationType); in sendObjectInfo()
764 mData.putUInt16(info.mAssociationType); in doGetObjectInfo()
45 private int mAssociationType; field in MtpObjectInfo275 return mAssociationType; in getAssociationType()373 mObjectInfo.mAssociationType = objectInfo.mAssociationType; in Builder()404 mObjectInfo.mAssociationType = value; in setAssociationType()
265 if (objectInfo->mAssociationType) in fill_jobject_from_object_info()266 env->SetIntField(object, field_objectInfo_associationType, objectInfo->mAssociationType); in fill_jobject_from_object_info()779 object_info->mAssociationType = env->GetIntField(info, field_objectInfo_associationType); in android_mtp_MtpDevice_send_object_info()
866 info.mAssociationType = (format == MTP_FORMAT_ASSOCIATION ? in getObjectInfo()870 info.mAssociationType = MTP_ASSOCIATION_TYPE_UNDEFINED; in getObjectInfo()
32258 Landroid/mtp/MtpObjectInfo;->mAssociationType:I