Lines Matching refs:needsDetach
133 static JNIEnv* getJNIEnv(bool* needsDetach);
161 JNIEnv* JNIImageReaderContext::getJNIEnv(bool* needsDetach) { in getJNIEnv() argument
162 LOG_ALWAYS_FATAL_IF(needsDetach == NULL, "needsDetach is null!!!"); in getJNIEnv()
163 *needsDetach = false; in getJNIEnv()
173 *needsDetach = true; in getJNIEnv()
203 bool needsDetach = false; in ~JNIImageReaderContext() local
204 JNIEnv* env = getJNIEnv(&needsDetach); in ~JNIImageReaderContext()
211 if (needsDetach) { in ~JNIImageReaderContext()
230 bool needsDetach = false; in onFrameAvailable() local
231 JNIEnv* env = getJNIEnv(&needsDetach); in onFrameAvailable()
237 if (needsDetach) { in onFrameAvailable()