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

  /frameworks/base/media/java/android/mtp/
MtpObjectInfo.java 38 private int mAssociationType;
192 return mAssociationType;
  /frameworks/base/media/mtp/
MtpObjectInfo.cpp 41 mAssociationType(0),
74 mAssociationType = packet.getUInt16();
102 LOGD(" mParent: %08X mAssociationType: %04X mAssociationDesc: %04X\n",
103 mParent, mAssociationType, mAssociationDesc);
MtpObjectInfo.h 41 uint16_t mAssociationType;
MtpDevice.cpp 432 mData.putUInt16(info->mAssociationType);
MtpServer.cpp 703 mData.putUInt16(info.mAssociationType);
    [all...]
  /frameworks/base/media/jni/
android_mtp_MtpDevice.cpp 282 if (objectInfo->mAssociationType)
283 env->SetIntField(info, field_objectInfo_associationType, objectInfo->mAssociationType);
578 field_objectInfo_associationType = env->GetFieldID(clazz, "mAssociationType", "I");
580 LOGE("Can't find MtpObjectInfo.mAssociationType");
android_mtp_MtpDatabase.cpp 774 // info.mAssociationType = (format == MTP_FORMAT_ASSOCIATION ?
777 info.mAssociationType = MTP_ASSOCIATION_TYPE_UNDEFINED;
    [all...]

Completed in 102 milliseconds