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

/external/chromium_org/third_party/android_crazy_linker/src/src/
H A Dcrazy_linker_api.cpp41 callback_poster(NULL),
54 crazy_callback_poster_t callback_poster; member in struct:crazy_context_t
143 context->callback_poster = poster;
150 *poster = context->callback_poster;
165 if (context && context->callback_poster) {
188 return context->callback_poster(&callback,
192 // True if the context offered a callback_poster, otherwise false.

Completed in 600 milliseconds