Searched refs:mProtectionStatus (Results 1 – 7 of 7) sorted by relevance
31 mProtectionStatus(0), in MtpObjectInfo()64 if (!packet.getUInt16(mProtectionStatus)) return false; in read()100 mStorageID, mFormat, mProtectionStatus); in print()
31 uint16_t mProtectionStatus; variable
479 mData.putUInt16(info->mProtectionStatus); in sendObjectInfo()
745 mData.putUInt16(info.mProtectionStatus); in doGetObjectInfo()
35 private int mProtectionStatus; field in MtpObjectInfo97 return mProtectionStatus; in getProtectionStatus()384 mObjectInfo.mProtectionStatus = objectInfo.mProtectionStatus; in Builder()467 mObjectInfo.mProtectionStatus = value; in setProtectionStatus()
145 if (objectInfo->mProtectionStatus) in fill_jobject_from_object_info()146 env->SetIntField(object, field_objectInfo_protectionStatus, objectInfo->mProtectionStatus); in fill_jobject_from_object_info()618 object_info->mProtectionStatus = env->GetIntField(info, field_objectInfo_protectionStatus); in android_mtp_MtpDevice_send_object_info()
45495 Landroid/mtp/MtpObjectInfo;->mProtectionStatus:I