Searched refs:pointer (Results 1 - 2 of 2) sorted by relevance

/libnativehelper/
H A DJniInvocation.cpp115 bool JniInvocation::FindSymbol(void** pointer, const char* symbol) { argument
116 *pointer = dlsym(handle_, symbol);
117 if (*pointer == NULL) {
/libnativehelper/include/nativehelper/
H A DJniInvocation.h43 bool FindSymbol(void** pointer, const char* symbol);

Completed in 47 milliseconds