Home
last modified time | relevance | path

Searched refs:mAssociationType (Results 1 – 8 of 8) sorted by relevance

/frameworks/av/media/mtp/
DMtpObjectInfo.cpp41 mAssociationType(0), in MtpObjectInfo()
74 if (!packet.getUInt16(mAssociationType)) return false; in read()
107 mParent, mAssociationType, mAssociationDesc); in print()
DMtpObjectInfo.h41 uint16_t mAssociationType; variable
DMtpDevice.cpp489 mData.putUInt16(info->mAssociationType); in sendObjectInfo()
DMtpServer.cpp764 mData.putUInt16(info.mAssociationType); in doGetObjectInfo()
/frameworks/base/media/java/android/mtp/
DMtpObjectInfo.java45 private int mAssociationType; field in MtpObjectInfo
275 return mAssociationType; in getAssociationType()
373 mObjectInfo.mAssociationType = objectInfo.mAssociationType; in Builder()
404 mObjectInfo.mAssociationType = value; in setAssociationType()
/frameworks/base/media/jni/
Dandroid_mtp_MtpDevice.cpp167 if (objectInfo->mAssociationType) in fill_jobject_from_object_info()
168 env->SetIntField(object, field_objectInfo_associationType, objectInfo->mAssociationType); in fill_jobject_from_object_info()
629 object_info->mAssociationType = env->GetIntField(info, field_objectInfo_associationType); in android_mtp_MtpDevice_send_object_info()
Dandroid_mtp_MtpDatabase.cpp808 info.mAssociationType = (format == MTP_FORMAT_ASSOCIATION ? in getObjectInfo()
812 info.mAssociationType = MTP_ASSOCIATION_TYPE_UNDEFINED; in getObjectInfo()
/frameworks/base/config/
Dhiddenapi-greylist-max-o.txt42393 Landroid/mtp/MtpObjectInfo;->mAssociationType:I