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;
151 *needsDetach = true;
166 bool needsDetach = false; local
167 JNIEnv* env = getJNIEnv(&needsDetach);
174 if (needsDetach) {
181 bool needsDetach = false; local
182 JNIEnv* env = getJNIEnv(&needsDetach);
188 if (needsDetach) {
[all...]
/frameworks/base/media/jni/
H A Dandroid_media_ImageReader.cpp102 static JNIEnv* getJNIEnv(bool* needsDetach);
125 JNIEnv* JNIImageReaderContext::getJNIEnv(bool* needsDetach) { argument
126 LOG_ALWAYS_FATAL_IF(needsDetach == NULL, "needsDetach is null!!!");
127 *needsDetach = false;
137 *needsDetach = true;
166 bool needsDetach = false; local
167 JNIEnv* env = getJNIEnv(&needsDetach);
174 if (needsDetach) {
190 bool needsDetach local
[all...]

Completed in 218 milliseconds