Searched refs:field_objectInfo_imagePixDepth (Results 1 – 1 of 1) sorted by relevance
94 static jfieldID field_objectInfo_imagePixDepth; variable164 env->SetIntField(object, field_objectInfo_imagePixDepth, objectInfo->mImagePixDepth); in fill_jobject_from_object_info()627 object_info->mImagePixDepth = env->GetIntField(info, field_objectInfo_imagePixDepth); in android_mtp_MtpDevice_send_object_info()932 field_objectInfo_imagePixDepth = env->GetFieldID(clazz, "mImagePixDepth", "I"); in register_android_mtp_MtpDevice()933 if (field_objectInfo_imagePixDepth == NULL) { in register_android_mtp_MtpDevice()