HomeSort by relevance Sort by last modified time
    Searched defs:getJNIEnv (Results 1 - 3 of 3) sorted by null

  /external/webkit/Source/WebCore/bridge/jni/
JNIUtility.cpp 58 // In getJNIEnv(), if AttachCurrentThread is called to a VM that is already
85 JNIEnv* getJNIEnv()
106 JNIEnv* env = getJNIEnv();
127 return getCharactersFromJStringInEnv(getJNIEnv(), aJString);
132 releaseCharactersForJStringInEnv(getJNIEnv(), aJString, s);
294 JNIEnv* env = getJNIEnv();
  /frameworks/base/core/jni/android/graphics/
SurfaceTexture.cpp 94 static JNIEnv* getJNIEnv(bool* needsDetach);
107 JNIEnv* JNISurfaceTextureContext::getJNIEnv(bool* needsDetach) {
109 JNIEnv* env = AndroidRuntime::getJNIEnv();
134 JNIEnv* env = getJNIEnv(&needsDetach);
149 JNIEnv* env = getJNIEnv(&needsDetach);
  /frameworks/base/core/jni/
AndroidRuntime.cpp 290 env = getJNIEnv();
913 /*static*/ JNIEnv* AndroidRuntime::getJNIEnv()
    [all...]

Completed in 59 milliseconds