Searched refs:needsDetach (Results 1 – 3 of 3) sorted by relevance
152 static JNIEnv* getJNIEnv(bool* needsDetach);165 JNIEnv* JNISurfaceTextureContext::getJNIEnv(bool* needsDetach) { in getJNIEnv() argument166 *needsDetach = false; in getJNIEnv()177 *needsDetach = true; in getJNIEnv()192 bool needsDetach = false; in ~JNISurfaceTextureContext() local193 JNIEnv* env = getJNIEnv(&needsDetach); in ~JNISurfaceTextureContext()200 if (needsDetach) { in ~JNISurfaceTextureContext()207 bool needsDetach = false; in onFrameAvailable() local208 JNIEnv* env = getJNIEnv(&needsDetach); in onFrameAvailable()214 if (needsDetach) { in onFrameAvailable()
111 static JNIEnv* getJNIEnv(bool* needsDetach);139 JNIEnv* JNIImageReaderContext::getJNIEnv(bool* needsDetach) { in getJNIEnv() argument140 LOG_ALWAYS_FATAL_IF(needsDetach == NULL, "needsDetach is null!!!"); in getJNIEnv()141 *needsDetach = false; in getJNIEnv()151 *needsDetach = true; in getJNIEnv()180 bool needsDetach = false; in ~JNIImageReaderContext() local181 JNIEnv* env = getJNIEnv(&needsDetach); in ~JNIImageReaderContext()188 if (needsDetach) { in ~JNIImageReaderContext()206 bool needsDetach = false; in onFrameAvailable() local207 JNIEnv* env = getJNIEnv(&needsDetach); in onFrameAvailable()[all …]
82 static JNIEnv* getJNIEnv(bool* needsDetach);103 bool needsDetach = false; in ~JNIImageWriterContext() local104 JNIEnv* env = getJNIEnv(&needsDetach); in ~JNIImageWriterContext()111 if (needsDetach) { in ~JNIImageWriterContext()118 JNIEnv* JNIImageWriterContext::getJNIEnv(bool* needsDetach) { in getJNIEnv() argument120 LOG_ALWAYS_FATAL_IF(needsDetach == NULL, "needsDetach is null!!!"); in getJNIEnv()121 *needsDetach = false; in getJNIEnv()131 *needsDetach = true; in getJNIEnv()147 bool needsDetach = false; in onBufferReleased() local148 JNIEnv* env = getJNIEnv(&needsDetach); in onBufferReleased()[all …]