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