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

/system/core/libbacktrace/
H A Dbacktrace_test.cpp1340 typedef int (*test_func_t)(int, int, int, int, void (*)(uintptr_t), uintptr_t); typedef
1349 test_func_t test_func;
1350 test_func = reinterpret_cast<test_func_t>(dlsym(lib_handle, "test_level_one"));
1366 test_func_t test_func;
1367 test_func = reinterpret_cast<test_func_t>(dlsym(lib_handle, "test_level_one"));

Completed in 43 milliseconds