Lines Matching refs:gSurfaceImageClassInfo
59 } gSurfaceImageClassInfo; variable
336 gSurfaceImageClassInfo.mDataSpace = env->GetFieldID( in ImageWriter_classInit()
338 LOG_ALWAYS_FATAL_IF(gSurfaceImageClassInfo.mDataSpace == NULL, in ImageWriter_classInit()
341 gSurfaceImageClassInfo.mNativeBuffer = env->GetFieldID( in ImageWriter_classInit()
343 LOG_ALWAYS_FATAL_IF(gSurfaceImageClassInfo.mNativeBuffer == NULL, in ImageWriter_classInit()
346 gSurfaceImageClassInfo.mNativeFenceFd = env->GetFieldID( in ImageWriter_classInit()
348 LOG_ALWAYS_FATAL_IF(gSurfaceImageClassInfo.mNativeFenceFd == NULL, in ImageWriter_classInit()
351 gSurfaceImageClassInfo.mPlanes = env->GetFieldID( in ImageWriter_classInit()
353 LOG_ALWAYS_FATAL_IF(gSurfaceImageClassInfo.mPlanes == NULL, in ImageWriter_classInit()
892 (env->GetLongField(thiz, gSurfaceImageClassInfo.mNativeBuffer)); in Image_getNativeContext()
898 thiz, gSurfaceImageClassInfo.mNativeFenceFd)); in Image_getNativeContext()
913 env->SetLongField(thiz, gSurfaceImageClassInfo.mNativeBuffer, in Image_setNativeContext()
916 env->SetIntField(thiz, gSurfaceImageClassInfo.mNativeFenceFd, reinterpret_cast<jint>(fenceFd)); in Image_setNativeContext()
918 env->SetIntField(thiz, gSurfaceImageClassInfo.mDataSpace, dataSpace); in Image_setNativeContext()
935 planes = env->GetObjectField(thiz, gSurfaceImageClassInfo.mPlanes); in Image_unlockIfLocked()
1008 env->GetIntField(thiz,gSurfaceImageClassInfo.mNativeFenceFd)); in Image_setFenceFd()
1012 env->SetIntField(thiz, gSurfaceImageClassInfo.mNativeFenceFd, reinterpret_cast<jint>(fenceFd)); in Image_setFenceFd()
1031 env->SetIntField(thiz, gSurfaceImageClassInfo.mNativeFenceFd, -1); in Image_getLockedImage()