Searched refs:mAssociationType (Results 1 – 7 of 7) sorted by relevance
41 mAssociationType(0), in MtpObjectInfo()74 if (!packet.getUInt16(mAssociationType)) return false; in read()105 mParent, mAssociationType, mAssociationDesc); in print()
41 uint16_t mAssociationType; variable
438 mData.putUInt16(info->mAssociationType); in sendObjectInfo()
751 mData.putUInt16(info.mAssociationType); in doGetObjectInfo()
38 private int mAssociationType; field in MtpObjectInfo192 return mAssociationType; in getAssociationType()
283 if (objectInfo->mAssociationType) in android_mtp_MtpDevice_get_object_info()284 env->SetIntField(info, field_objectInfo_associationType, objectInfo->mAssociationType); in android_mtp_MtpDevice_get_object_info()
817 info.mAssociationType = MTP_ASSOCIATION_TYPE_UNDEFINED; in getObjectInfo()