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;
152 *needsDetach = true;
167 bool needsDetach = false;
168 JNIEnv* env = getJNIEnv(&needsDetach);
175 if (needsDetach) {
182 bool needsDetach = false;
183 JNIEnv* env = getJNIEnv(&needsDetach);
189 if (needsDetach) {
    [all...]
  /frameworks/base/media/jni/
android_media_ImageReader.cpp 105 static JNIEnv* getJNIEnv(bool* needsDetach);
128 JNIEnv* JNIImageReaderContext::getJNIEnv(bool* needsDetach) {
129 LOG_ALWAYS_FATAL_IF(needsDetach == NULL, "needsDetach is null!!!");
130 *needsDetach = false;
140 *needsDetach = true;
169 bool needsDetach = false;
170 JNIEnv* env = getJNIEnv(&needsDetach);
177 if (needsDetach) {
193 bool needsDetach = false
    [all...]

Completed in 64 milliseconds