Searched refs:needsDetach (Results 1 – 3 of 3) sorted by relevance
150 static JNIEnv* getJNIEnv(bool* needsDetach);163 JNIEnv* JNISurfaceTextureContext::getJNIEnv(bool* needsDetach) { in getJNIEnv() argument164 *needsDetach = false; in getJNIEnv()175 *needsDetach = true; in getJNIEnv()190 bool needsDetach = false; in ~JNISurfaceTextureContext() local191 JNIEnv* env = getJNIEnv(&needsDetach); in ~JNISurfaceTextureContext()198 if (needsDetach) { in ~JNISurfaceTextureContext()205 bool needsDetach = false; in onFrameAvailable() local206 JNIEnv* env = getJNIEnv(&needsDetach); in onFrameAvailable()212 if (needsDetach) { in onFrameAvailable()
121 static JNIEnv* getJNIEnv(bool* needsDetach);149 JNIEnv* JNIImageReaderContext::getJNIEnv(bool* needsDetach) { in getJNIEnv() argument150 LOG_ALWAYS_FATAL_IF(needsDetach == NULL, "needsDetach is null!!!"); in getJNIEnv()151 *needsDetach = false; in getJNIEnv()161 *needsDetach = true; in getJNIEnv()191 bool needsDetach = false; in ~JNIImageReaderContext() local192 JNIEnv* env = getJNIEnv(&needsDetach); in ~JNIImageReaderContext()199 if (needsDetach) { in ~JNIImageReaderContext()217 bool needsDetach = false; in onFrameAvailable() local218 JNIEnv* env = getJNIEnv(&needsDetach); in onFrameAvailable()[all …]
98 static JNIEnv* getJNIEnv(bool* needsDetach);234 bool needsDetach = false; in ~JNIImageWriterContext() local235 JNIEnv* env = getJNIEnv(&needsDetach); in ~JNIImageWriterContext()242 if (needsDetach) { in ~JNIImageWriterContext()250 JNIEnv* JNIImageWriterContext::getJNIEnv(bool* needsDetach) { in getJNIEnv() argument252 LOG_ALWAYS_FATAL_IF(needsDetach == NULL, "needsDetach is null!!!"); in getJNIEnv()253 *needsDetach = false; in getJNIEnv()263 *needsDetach = true; in getJNIEnv()279 bool needsDetach = false; in onBufferReleased() local280 JNIEnv* env = getJNIEnv(&needsDetach); in onBufferReleased()[all …]