Searched refs:field_objectInfo_thumbCompressedSize (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/media/jni/
H A Dandroid_mtp_MtpDevice.cpp74 static jfieldID field_objectInfo_thumbCompressedSize; variable
270 env->SetIntField(info, field_objectInfo_thumbCompressedSize, objectInfo->mThumbCompressedSize);
545 field_objectInfo_thumbCompressedSize = env->GetFieldID(clazz, "mThumbCompressedSize", "I");
546 if (field_objectInfo_thumbCompressedSize == NULL) {

Completed in 147 milliseconds