Searched refs:needsDetach (Results 1 – 3 of 3) sorted by relevance
155 static JNIEnv* getJNIEnv(bool* needsDetach);168 JNIEnv* JNISurfaceTextureContext::getJNIEnv(bool* needsDetach) { in getJNIEnv() argument169 *needsDetach = false; in getJNIEnv()180 *needsDetach = true; in getJNIEnv()195 bool needsDetach = false; in ~JNISurfaceTextureContext() local196 JNIEnv* env = getJNIEnv(&needsDetach); in ~JNISurfaceTextureContext()203 if (needsDetach) { in ~JNISurfaceTextureContext()210 bool needsDetach = false; in onFrameAvailable() local211 JNIEnv* env = getJNIEnv(&needsDetach); in onFrameAvailable()217 if (needsDetach) { in onFrameAvailable()
84 static JNIEnv* getJNIEnv(bool* needsDetach);105 bool needsDetach = false; in ~JNIImageWriterContext() local106 JNIEnv* env = getJNIEnv(&needsDetach); in ~JNIImageWriterContext()113 if (needsDetach) { in ~JNIImageWriterContext()120 JNIEnv* JNIImageWriterContext::getJNIEnv(bool* needsDetach) { in getJNIEnv() argument122 LOG_ALWAYS_FATAL_IF(needsDetach == NULL, "needsDetach is null!!!"); in getJNIEnv()123 *needsDetach = false; in getJNIEnv()133 *needsDetach = true; in getJNIEnv()149 bool needsDetach = false; in onBufferReleased() local150 JNIEnv* env = getJNIEnv(&needsDetach); in onBufferReleased()[all …]
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 …]