Home
last modified time | relevance | path

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

/libnativehelper/
DJniInvocation.cpp170 JniInvocation& JniInvocation::GetJniInvocation() { in GetJniInvocation() function in JniInvocation
177 return JniInvocation::GetJniInvocation().JNI_GetDefaultJavaVMInitArgs(vm_args); in JNI_GetDefaultJavaVMInitArgs()
181 return JniInvocation::GetJniInvocation().JNI_CreateJavaVM(p_vm, p_env, vm_args); in JNI_CreateJavaVM()
185 return JniInvocation::GetJniInvocation().JNI_GetCreatedJavaVMs(vms, size, vm_count); in JNI_GetCreatedJavaVMs()
/libnativehelper/include/nativehelper/
DJniInvocation.h51 static JniInvocation& GetJniInvocation();