Home
last modified time | relevance | path

Searched refs:p_vm (Results 1 – 3 of 3) sorted by relevance

/libnativehelper/
DJniInvocation.cpp151 jint JniInvocation::JNI_CreateJavaVM(JavaVM** p_vm, JNIEnv** p_env, void* vm_args) { in JNI_CreateJavaVM() argument
152 return JNI_CreateJavaVM_(p_vm, p_env, vm_args); in JNI_CreateJavaVM()
180 extern "C" jint JNI_CreateJavaVM(JavaVM** p_vm, JNIEnv** p_env, void* vm_args) { in JNI_CreateJavaVM() argument
181 return JniInvocation::GetJniInvocation().JNI_CreateJavaVM(p_vm, p_env, vm_args); in JNI_CreateJavaVM()
/libnativehelper/include_deprecated/
DJniInvocation.h54 jint JNI_CreateJavaVM(JavaVM** p_vm, JNIEnv** p_env, void* vm_args);
65 friend jint JNI_CreateJavaVM(JavaVM** p_vm, JNIEnv** p_env, void* vm_args);
/libnativehelper/include/nativehelper/
DJniInvocation.h54 jint JNI_CreateJavaVM(JavaVM** p_vm, JNIEnv** p_env, void* vm_args);
65 friend jint JNI_CreateJavaVM(JavaVM** p_vm, JNIEnv** p_env, void* vm_args);