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

  /external/webkit/WebCore/bridge/jni/
JNIUtility.cpp 58 // In getJNIEnv(), if AttachCurrentThread is called to a VM that is already
85 JNIEnv* getJNIEnv()
102 JNIEnv* env = getJNIEnv();
123 return getCharactersFromJStringInEnv(getJNIEnv(), aJString);
128 releaseCharactersForJStringInEnv(getJNIEnv(), aJString, s);
283 JNIEnv* env = getJNIEnv();
  /frameworks/base/core/jni/
AndroidRuntime.cpp 285 env = getJNIEnv();
314 env = getJNIEnv();
    [all...]

Completed in 139 milliseconds