Lines Matching refs:needsDetach
129 static JNIEnv* getJNIEnv(bool* needsDetach);
157 JNIEnv* JNIImageReaderContext::getJNIEnv(bool* needsDetach) { in getJNIEnv() argument
158 LOG_ALWAYS_FATAL_IF(needsDetach == NULL, "needsDetach is null!!!"); in getJNIEnv()
159 *needsDetach = false; in getJNIEnv()
169 *needsDetach = true; in getJNIEnv()
199 bool needsDetach = false; in ~JNIImageReaderContext() local
200 JNIEnv* env = getJNIEnv(&needsDetach); in ~JNIImageReaderContext()
207 if (needsDetach) { in ~JNIImageReaderContext()
225 bool needsDetach = false; in onFrameAvailable() local
226 JNIEnv* env = getJNIEnv(&needsDetach); in onFrameAvailable()
232 if (needsDetach) { in onFrameAvailable()