Searched refs:needsDetach (Results 1 – 3 of 3) sorted by relevance
156 static JNIEnv* getJNIEnv(bool* needsDetach);169 JNIEnv* JNISurfaceTextureContext::getJNIEnv(bool* needsDetach) { in getJNIEnv() argument170 *needsDetach = false; in getJNIEnv()181 *needsDetach = true; in getJNIEnv()196 bool needsDetach = false; in ~JNISurfaceTextureContext() local197 JNIEnv* env = getJNIEnv(&needsDetach); in ~JNISurfaceTextureContext()204 if (needsDetach) { in ~JNISurfaceTextureContext()211 bool needsDetach = false; in onFrameAvailable() local212 JNIEnv* env = getJNIEnv(&needsDetach); in onFrameAvailable()218 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 …]
90 static JNIEnv* getJNIEnv(bool* needsDetach);221 bool needsDetach = false; in ~JNIImageWriterContext() local222 JNIEnv* env = getJNIEnv(&needsDetach); in ~JNIImageWriterContext()229 if (needsDetach) { in ~JNIImageWriterContext()237 JNIEnv* JNIImageWriterContext::getJNIEnv(bool* needsDetach) { in getJNIEnv() argument239 LOG_ALWAYS_FATAL_IF(needsDetach == NULL, "needsDetach is null!!!"); in getJNIEnv()240 *needsDetach = false; in getJNIEnv()250 *needsDetach = true; in getJNIEnv()266 bool needsDetach = false; in onBufferReleased() local267 JNIEnv* env = getJNIEnv(&needsDetach); in onBufferReleased()[all …]