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;
104 ALOGD(" mParent: %08X mAssociationType: %04X mAssociationDesc: %04X\n",
105 mParent, mAssociationType, mAssociationDesc);
MtpObjectInfo.h 41 uint16_t mAssociationType;
MtpDevice.cpp 474 mData.putUInt16(info->mAssociationType);
MtpServer.cpp 752 mData.putUInt16(info.mAssociationType);
    [all...]
  /frameworks/base/media/java/android/mtp/
MtpObjectInfo.java 40 private int mAssociationType;
270 return mAssociationType;
368 mObjectInfo.mAssociationType = objectInfo.mAssociationType;
399 mObjectInfo.mAssociationType = value;
  /frameworks/base/media/jni/
android_mtp_MtpDevice.cpp 167 if (objectInfo->mAssociationType)
168 env->SetIntField(object, field_objectInfo_associationType, objectInfo->mAssociationType);
626 object_info->mAssociationType = env->GetIntField(info, field_objectInfo_associationType);
    [all...]
android_mtp_MtpDatabase.cpp 837 info.mAssociationType = (format == MTP_FORMAT_ASSOCIATION ?
841 info.mAssociationType = MTP_ASSOCIATION_TYPE_UNDEFINED;
    [all...]

Completed in 104 milliseconds