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

  /frameworks/av/media/mtp/
MtpObjectInfo.cpp 41 mAssociationType(0),
74 if (!packet.getUInt16(mAssociationType)) return false;
106 ALOGD(" mParent: %08X mAssociationType: %04X mAssociationDesc: %04X\n",
107 mParent, mAssociationType, mAssociationDesc);
MtpObjectInfo.h 41 uint16_t mAssociationType;
MtpDevice.cpp 489 mData.putUInt16(info->mAssociationType);
MtpServer.cpp 753 mData.putUInt16(info.mAssociationType);
    [all...]
  /frameworks/base/media/java/android/mtp/
MtpObjectInfo.java 45 private int mAssociationType;
275 return mAssociationType;
373 mObjectInfo.mAssociationType = objectInfo.mAssociationType;
404 mObjectInfo.mAssociationType = value;
  /frameworks/base/media/jni/
android_mtp_MtpDevice.cpp 167 if (objectInfo->mAssociationType)
168 env->SetIntField(object, field_objectInfo_associationType, objectInfo->mAssociationType);
629 object_info->mAssociationType = env->GetIntField(info, field_objectInfo_associationType);
    [all...]
android_mtp_MtpDatabase.cpp 858 info.mAssociationType = (format == MTP_FORMAT_ASSOCIATION ?
    [all...]

Completed in 498 milliseconds