OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GetJniInvocation
(Results
1 - 2
of
2
) sorted by null
/libnativehelper/
JniInvocation.cpp
150
JniInvocation& JniInvocation::
GetJniInvocation
() {
157
return JniInvocation::
GetJniInvocation
().JNI_GetDefaultJavaVMInitArgs(vm_args);
161
return JniInvocation::
GetJniInvocation
().JNI_CreateJavaVM(p_vm, p_env, vm_args);
165
return JniInvocation::
GetJniInvocation
().JNI_GetCreatedJavaVMs(vms, size, vm_count);
/libnativehelper/include/nativehelper/
JniInvocation.h
48
static JniInvocation&
GetJniInvocation
();
Completed in 39 milliseconds