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 110 static JNIEnv* getJNIEnv(bool* needsDetach);
123 JNIEnv* JNISurfaceTextureContext::getJNIEnv(bool* needsDetach) {
125 JNIEnv* env = AndroidRuntime::getJNIEnv();
150 JNIEnv* env = getJNIEnv(&needsDetach);
165 JNIEnv* env = getJNIEnv(&needsDetach);
  /frameworks/base/core/jni/
AndroidRuntime.cpp 275 env = getJNIEnv();
923 /*static*/ JNIEnv* AndroidRuntime::getJNIEnv()
    [all...]

Completed in 44 milliseconds