Searched refs:__android_logger_function (Results 1 – 4 of 4) sorted by relevance
213 typedef void (*__android_logger_function)(const struct __android_log_message* log_message); typedef246 void __android_log_set_logger(__android_logger_function logger) __INTRODUCED_IN(30);
27 void (*__android_log_set_logger)(__android_logger_function logger);
158 static __android_logger_function logger_function = __android_log_logd_logger;160 static __android_logger_function logger_function = __android_log_stderr_logger;163 void __android_log_set_logger(__android_logger_function logger) { in __android_log_set_logger()