Searched refs:gImageWriterClassInfo (Results 1 – 1 of 1) sorted by relevance
44 } gImageWriterClassInfo; variable160 env->CallStaticVoidMethod(mClazz, gImageWriterClassInfo.postEventFromNative, mWeakThiz); in onBufferReleased()204 gImageWriterClassInfo.postEventFromNative = env->GetStaticMethodID( in ImageWriter_classInit()206 LOG_ALWAYS_FATAL_IF(gImageWriterClassInfo.postEventFromNative == NULL, in ImageWriter_classInit()209 gImageWriterClassInfo.mWriterFormat = env->GetFieldID( in ImageWriter_classInit()211 LOG_ALWAYS_FATAL_IF(gImageWriterClassInfo.mWriterFormat == NULL, in ImageWriter_classInit()279 env->SetIntField(thiz, gImageWriterClassInfo.mWriterFormat, reinterpret_cast<jint>(format)); in ImageWriter_init()