Searched refs:funcPtr (Results 1 – 1 of 1) sorted by relevance
299 void* funcPtr = NULL; in loadNativeCode_native() local302 funcPtr = NativeBridgeGetTrampoline(handle, funcStr, NULL, 0); in loadNativeCode_native()304 funcPtr = dlsym(handle, funcStr); in loadNativeCode_native()307 code.reset(new NativeCode(handle, (ANativeActivity_createFunc*)funcPtr)); in loadNativeCode_native()