Home
last modified time | relevance | path

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

/libnativehelper/
DJniInvocation.cpp64 #define FUNC_POINTER FARPROC macro
66 #define FUNC_POINTER void* macro
90 FUNC_POINTER GetSymbol(void* handle, const char* symbol) { in GetSymbol()
132 bool FindSymbol(FUNC_POINTER* pointer, const char* symbol);
240 if (!FindSymbol(reinterpret_cast<FUNC_POINTER*>(&JNI_GetDefaultJavaVMInitArgs_), in Init()
244 if (!FindSymbol(reinterpret_cast<FUNC_POINTER*>(&JNI_CreateJavaVM_), in Init()
248 if (!FindSymbol(reinterpret_cast<FUNC_POINTER*>(&JNI_GetCreatedJavaVMs_), in Init()
267 bool JniInvocationImpl::FindSymbol(FUNC_POINTER* pointer, const char* symbol) { in FindSymbol()