Home
last modified time | relevance | path

Searched refs:objectInfo (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/media/java/android/mtp/
DMtpObjectInfo.java369 public Builder(MtpObjectInfo objectInfo) { in Builder() argument
372 mObjectInfo.mAssociationDesc = objectInfo.mAssociationDesc; in Builder()
373 mObjectInfo.mAssociationType = objectInfo.mAssociationType; in Builder()
374 mObjectInfo.mCompressedSize = objectInfo.mCompressedSize; in Builder()
375 mObjectInfo.mDateCreated = objectInfo.mDateCreated; in Builder()
376 mObjectInfo.mDateModified = objectInfo.mDateModified; in Builder()
377 mObjectInfo.mFormat = objectInfo.mFormat; in Builder()
378 mObjectInfo.mImagePixDepth = objectInfo.mImagePixDepth; in Builder()
379 mObjectInfo.mImagePixHeight = objectInfo.mImagePixHeight; in Builder()
380 mObjectInfo.mImagePixWidth = objectInfo.mImagePixWidth; in Builder()
[all …]
/frameworks/base/media/jni/
Dandroid_mtp_MtpDevice.cpp138 void fill_jobject_from_object_info(JNIEnv* env, jobject object, MtpObjectInfo* objectInfo) { in fill_jobject_from_object_info() argument
139 if (objectInfo->mHandle) in fill_jobject_from_object_info()
140 env->SetIntField(object, field_objectInfo_handle, objectInfo->mHandle); in fill_jobject_from_object_info()
141 if (objectInfo->mStorageID) in fill_jobject_from_object_info()
142 env->SetIntField(object, field_objectInfo_storageId, objectInfo->mStorageID); in fill_jobject_from_object_info()
143 if (objectInfo->mFormat) in fill_jobject_from_object_info()
144 env->SetIntField(object, field_objectInfo_format, objectInfo->mFormat); in fill_jobject_from_object_info()
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()
147 if (objectInfo->mCompressedSize) in fill_jobject_from_object_info()
[all …]
/frameworks/base/tools/aapt2/integration-tests/CommandTests/
Dandroid-28.jarMETA-INF/ META-INF/MANIFEST.MF javax/ javax/net/ javax/ ...