Searched refs:mAssociationDesc (Results 1 - 6 of 6) sorted by relevance

/frameworks/base/media/java/android/mtp/
H A DMtpObjectInfo.java39 private int mAssociationDesc; field in class:MtpObjectInfo
203 return mAssociationDesc;
/frameworks/av/media/mtp/
H A DMtpObjectInfo.cpp42 mAssociationDesc(0),
75 if (!packet.getUInt32(mAssociationDesc)) return false;
104 ALOGD(" mParent: %08X mAssociationType: %04X mAssociationDesc: %04X\n",
105 mParent, mAssociationType, mAssociationDesc);
H A DMtpObjectInfo.h42 uint32_t mAssociationDesc; member in class:android::MtpObjectInfo
H A DMtpDevice.cpp439 mData.putUInt32(info->mAssociationDesc);
H A DMtpServer.cpp752 mData.putUInt32(info.mAssociationDesc);
/frameworks/base/media/jni/
H A Dandroid_mtp_MtpDevice.cpp285 if (objectInfo->mAssociationDesc)
286 env->SetIntField(info, field_objectInfo_associationDesc, objectInfo->mAssociationDesc);
585 field_objectInfo_associationDesc = env->GetFieldID(clazz, "mAssociationDesc", "I");
587 ALOGE("Can't find MtpObjectInfo.mAssociationDesc");

Completed in 90 milliseconds