Searched defs:needsDetach (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/core/jni/android/graphics/
H A DSurfaceTexture.cpp127 static JNIEnv* getJNIEnv(bool* needsDetach);
140 JNIEnv* JNISurfaceTextureContext::getJNIEnv(bool* needsDetach) { argument
141 *needsDetach = false;
152 *needsDetach = true;
167 bool needsDetach = false; local
168 JNIEnv* env = getJNIEnv(&needsDetach);
175 if (needsDetach) {
182 bool needsDetach = false; local
183 JNIEnv* env = getJNIEnv(&needsDetach);
189 if (needsDetach) {
[all...]
/frameworks/base/media/jni/
H A Dandroid_media_ImageReader.cpp105 static JNIEnv* getJNIEnv(bool* needsDetach);
128 JNIEnv* JNIImageReaderContext::getJNIEnv(bool* needsDetach) { argument
129 LOG_ALWAYS_FATAL_IF(needsDetach == NULL, "needsDetach is null!!!");
130 *needsDetach = false;
140 *needsDetach = true;
169 bool needsDetach = false; local
170 JNIEnv* env = getJNIEnv(&needsDetach);
177 if (needsDetach) {
193 bool needsDetach local
[all...]

Completed in 47 milliseconds