Home
last modified time | relevance | path

Searched refs:mAssociationDesc (Results 1 – 7 of 7) sorted by relevance

/frameworks/av/media/mtp/
DMtpObjectInfo.cpp42 mAssociationDesc(0), in MtpObjectInfo()
75 if (!packet.getUInt32(mAssociationDesc)) return false; in read()
107 mParent, mAssociationType, mAssociationDesc); in print()
DMtpObjectInfo.h42 uint32_t mAssociationDesc; variable
DMtpDevice.cpp490 mData.putUInt32(info->mAssociationDesc); in sendObjectInfo()
DMtpServer.cpp765 mData.putUInt32(info.mAssociationDesc); in doGetObjectInfo()
/frameworks/base/media/java/android/mtp/
DMtpObjectInfo.java46 private int mAssociationDesc; field in MtpObjectInfo
286 return mAssociationDesc; in getAssociationDesc()
372 mObjectInfo.mAssociationDesc = objectInfo.mAssociationDesc; in Builder()
399 mObjectInfo.mAssociationDesc = value; in setAssociationDesc()
/frameworks/base/media/jni/
Dandroid_mtp_MtpDevice.cpp267 if (objectInfo->mAssociationDesc) in fill_jobject_from_object_info()
268 env->SetIntField(object, field_objectInfo_associationDesc, objectInfo->mAssociationDesc); in fill_jobject_from_object_info()
780 object_info->mAssociationDesc = env->GetIntField(info, field_objectInfo_associationDesc); in android_mtp_MtpDevice_send_object_info()
/frameworks/base/boot/hiddenapi/
Dhiddenapi-max-target-o.txt35135 Landroid/mtp/MtpObjectInfo;->mAssociationDesc:I