Lines Matching refs:gSurfaceImageClassInfo
57 } gSurfaceImageClassInfo; variable
304 gSurfaceImageClassInfo.mNativeBuffer = env->GetFieldID( in ImageWriter_classInit()
306 LOG_ALWAYS_FATAL_IF(gSurfaceImageClassInfo.mNativeBuffer == NULL, in ImageWriter_classInit()
309 gSurfaceImageClassInfo.mNativeFenceFd = env->GetFieldID( in ImageWriter_classInit()
311 LOG_ALWAYS_FATAL_IF(gSurfaceImageClassInfo.mNativeFenceFd == NULL, in ImageWriter_classInit()
314 gSurfaceImageClassInfo.mPlanes = env->GetFieldID( in ImageWriter_classInit()
316 LOG_ALWAYS_FATAL_IF(gSurfaceImageClassInfo.mPlanes == NULL, in ImageWriter_classInit()
731 (env->GetLongField(thiz, gSurfaceImageClassInfo.mNativeBuffer)); in Image_getNativeContext()
737 thiz, gSurfaceImageClassInfo.mNativeFenceFd)); in Image_getNativeContext()
752 env->SetLongField(thiz, gSurfaceImageClassInfo.mNativeBuffer, in Image_setNativeContext()
755 env->SetIntField(thiz, gSurfaceImageClassInfo.mNativeFenceFd, reinterpret_cast<jint>(fenceFd)); in Image_setNativeContext()
772 planes = env->GetObjectField(thiz, gSurfaceImageClassInfo.mPlanes); in Image_unlockIfLocked()
843 env->SetIntField(thiz, gSurfaceImageClassInfo.mNativeFenceFd, reinterpret_cast<jint>(fenceFd)); in Image_setFenceFd()