HomeSort by relevance Sort by last modified time
    Searched refs:needsDetach (Results 1 - 2 of 2) sorted by null

  /frameworks/base/core/jni/android/graphics/
SurfaceTexture.cpp 127 static JNIEnv* getJNIEnv(bool* needsDetach);
140 JNIEnv* JNISurfaceTextureContext::getJNIEnv(bool* needsDetach) {
141 *needsDetach = false;
151 *needsDetach = true;
166 bool needsDetach = false;
167 JNIEnv* env = getJNIEnv(&needsDetach);
174 if (needsDetach) {
181 bool needsDetach = false;
182 JNIEnv* env = getJNIEnv(&needsDetach);
188 if (needsDetach) {
    [all...]
  /frameworks/base/media/jni/
android_media_ImageReader.cpp 102 static JNIEnv* getJNIEnv(bool* needsDetach);
125 JNIEnv* JNIImageReaderContext::getJNIEnv(bool* needsDetach) {
126 LOG_ALWAYS_FATAL_IF(needsDetach == NULL, "needsDetach is null!!!");
127 *needsDetach = false;
137 *needsDetach = true;
166 bool needsDetach = false;
167 JNIEnv* env = getJNIEnv(&needsDetach);
174 if (needsDetach) {
190 bool needsDetach = false
    [all...]

Completed in 28 milliseconds