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()
129 static JNIEnv* getJNIEnv(bool* needsDetach);157 JNIEnv* JNIImageReaderContext::getJNIEnv(bool* needsDetach) { in getJNIEnv() argument158 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() local200 JNIEnv* env = getJNIEnv(&needsDetach); in ~JNIImageReaderContext()207 if (needsDetach) { in ~JNIImageReaderContext()225 bool needsDetach = false; in onFrameAvailable() local226 JNIEnv* env = getJNIEnv(&needsDetach); in onFrameAvailable()[all …]
99 static JNIEnv* getJNIEnv(bool* needsDetach);235 bool needsDetach = false; in ~JNIImageWriterContext() local236 JNIEnv* env = getJNIEnv(&needsDetach); in ~JNIImageWriterContext()243 if (needsDetach) { in ~JNIImageWriterContext()251 JNIEnv* JNIImageWriterContext::getJNIEnv(bool* needsDetach) { in getJNIEnv() argument253 LOG_ALWAYS_FATAL_IF(needsDetach == NULL, "needsDetach is null!!!"); in getJNIEnv()254 *needsDetach = false; in getJNIEnv()264 *needsDetach = true; in getJNIEnv()280 bool needsDetach = false; in onBufferReleased() local281 JNIEnv* env = getJNIEnv(&needsDetach); in onBufferReleased()[all …]