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

/frameworks/base/media/jni/
H A Dandroid_mtp_MtpDevice.cpp75 static jfieldID field_objectInfo_thumbPixWidth; variable
272 env->SetIntField(info, field_objectInfo_thumbPixWidth, objectInfo->mThumbPixWidth);
550 field_objectInfo_thumbPixWidth = env->GetFieldID(clazz, "mThumbPixWidth", "I");
551 if (field_objectInfo_thumbPixWidth == NULL) {

Completed in 39 milliseconds