Home
last modified time | relevance | path

Searched refs:GetJniInvocation (Results 1 – 2 of 2) sorted by relevance

/libnativehelper/
DJniInvocation.cpp164 JniInvocation& JniInvocation::GetJniInvocation() { in GetJniInvocation() function in JniInvocation
171 return JniInvocation::GetJniInvocation().JNI_GetDefaultJavaVMInitArgs(vm_args); in JNI_GetDefaultJavaVMInitArgs()
175 return JniInvocation::GetJniInvocation().JNI_CreateJavaVM(p_vm, p_env, vm_args); in JNI_CreateJavaVM()
179 return JniInvocation::GetJniInvocation().JNI_GetCreatedJavaVMs(vms, size, vm_count); in JNI_GetCreatedJavaVMs()
/libnativehelper/include/nativehelper/
DJniInvocation.h51 static JniInvocation& GetJniInvocation();