HomeSort by relevance Sort by last modified time
    Searched refs:mAssociationDesc (Results 1 - 6 of 6) sorted by null

  /frameworks/av/media/mtp/
MtpObjectInfo.cpp 42 mAssociationDesc(0),
75 if (!packet.getUInt32(mAssociationDesc)) return false;
104 ALOGD(" mParent: %08X mAssociationType: %04X mAssociationDesc: %04X\n",
105 mParent, mAssociationType, mAssociationDesc);
MtpObjectInfo.h 42 uint32_t mAssociationDesc;
MtpDevice.cpp 475 mData.putUInt32(info->mAssociationDesc);
MtpServer.cpp 753 mData.putUInt32(info.mAssociationDesc);
    [all...]
  /frameworks/base/media/java/android/mtp/
MtpObjectInfo.java 41 private int mAssociationDesc;
281 return mAssociationDesc;
367 mObjectInfo.mAssociationDesc = objectInfo.mAssociationDesc;
394 mObjectInfo.mAssociationDesc = value;
  /frameworks/base/media/jni/
android_mtp_MtpDevice.cpp 169 if (objectInfo->mAssociationDesc)
170 env->SetIntField(object, field_objectInfo_associationDesc, objectInfo->mAssociationDesc);
627 object_info->mAssociationDesc = env->GetIntField(info, field_objectInfo_associationDesc);
    [all...]

Completed in 126 milliseconds