Searched refs:mAssociationType (Results 1 - 7 of 7) sorted by relevance

/frameworks/base/media/java/android/mtp/
H A DMtpObjectInfo.java38 private int mAssociationType; field in class:MtpObjectInfo
192 return mAssociationType;
/frameworks/av/media/mtp/
H A DMtpObjectInfo.cpp41 mAssociationType(0),
74 mAssociationType = packet.getUInt16();
102 ALOGD(" mParent: %08X mAssociationType: %04X mAssociationDesc: %04X\n",
103 mParent, mAssociationType, mAssociationDesc);
H A DMtpObjectInfo.h41 uint16_t mAssociationType; member in class:android::MtpObjectInfo
H A DMtpDevice.cpp432 mData.putUInt16(info->mAssociationType);
H A DMtpServer.cpp703 mData.putUInt16(info.mAssociationType);
/frameworks/base/media/jni/
H A Dandroid_mtp_MtpDevice.cpp282 if (objectInfo->mAssociationType)
283 env->SetIntField(info, field_objectInfo_associationType, objectInfo->mAssociationType);
578 field_objectInfo_associationType = env->GetFieldID(clazz, "mAssociationType", "I");
580 ALOGE("Can't find MtpObjectInfo.mAssociationType");
H A Dandroid_mtp_MtpDatabase.cpp781 // info.mAssociationType = (format == MTP_FORMAT_ASSOCIATION ?
784 info.mAssociationType = MTP_ASSOCIATION_TYPE_UNDEFINED;

Completed in 94 milliseconds