Home
last modified time | relevance | path

Searched refs:rdebug_callback_handler_t (Results 1 – 2 of 2) sorted by relevance

/ndk/sources/android/crazy_linker/src/
Dcrazy_linker_rdebug.h164 typedef void (*rdebug_callback_handler_t)(RDebug*, link_map_t*); typedef
211 bool PostCallback(rdebug_callback_handler_t handler, link_map_t* entry);
214 void RunOrDelay(rdebug_callback_handler_t handler, link_map_t* entry) { in RunOrDelay()
Dcrazy_linker_rdebug.cpp274 RDebugRunnable(rdebug_callback_handler_t handler, in RDebugRunnable()
282 rdebug_callback_handler_t handler_;
302 bool RDebug::PostCallback(rdebug_callback_handler_t handler, in PostCallback()