Home
last modified time | relevance | path

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

/ndk/sources/android/crazy_linker/tests/
Dtest_load_library_callbacks.cpp16 bool PostCallback(crazy_callback_t* callback, void* poster_opaque) { in PostCallback() function
57 crazy_context_set_callback_poster(context, &PostCallback, &callback); in main()
64 if (poster != &PostCallback || poster_opaque != &callback) { in main()
/ndk/sources/android/crazy_linker/src/
Dcrazy_linker_rdebug.h211 bool PostCallback(rdebug_callback_handler_t handler, link_map_t* entry);
215 if (!PostCallback(handler, entry)) in RunOrDelay()
Dcrazy_linker_rdebug.cpp302 bool RDebug::PostCallback(rdebug_callback_handler_t handler, in PostCallback() function in crazy::RDebug