Searched defs:getJNIEnv (Results 1 - 2 of 2) sorted by path

/frameworks/base/core/jni/
H A DAndroidRuntime.cpp271 env = getJNIEnv();
927 /*static*/ JNIEnv* AndroidRuntime::getJNIEnv() function in class:android::AndroidRuntime
/frameworks/base/core/jni/android/graphics/
H A DSurfaceTexture.cpp95 static JNIEnv* getJNIEnv(bool* needsDetach);
108 JNIEnv* JNISurfaceTextureContext::getJNIEnv(bool* needsDetach) { function in class:android::JNISurfaceTextureContext
110 JNIEnv* env = AndroidRuntime::getJNIEnv();
135 JNIEnv* env = getJNIEnv(&needsDetach);
150 JNIEnv* env = getJNIEnv(&needsDetach);

Completed in 59 milliseconds