Home
last modified time | relevance | path

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

/ndk/sources/android/crazy_linker/src/
Dcrazy_linker_api.cpp41 callback_poster(NULL), in crazy_context_t()
54 crazy_callback_poster_t callback_poster; member
143 context->callback_poster = poster; in crazy_context_set_callback_poster()
150 *poster = context->callback_poster; in crazy_context_get_callback_poster()
165 if (context && context->callback_poster) { in ScopedDelayedCallbackPoster()
188 return context->callback_poster(&callback, in PostFromContext()