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

  /libnativehelper/include/nativehelper/
JniInvocation.h 63 jint (*JNI_CreateJavaVM_)(JavaVM**, JNIEnv**, void*);
  /libnativehelper/
JniInvocation.cpp 59 JNI_CreateJavaVM_(NULL),
156 if (!FindSymbol(reinterpret_cast<void**>(&JNI_CreateJavaVM_),
172 return JNI_CreateJavaVM_(p_vm, p_env, vm_args);

Completed in 128 milliseconds