Searched refs:android_logcat_context_internal (Results 1 – 2 of 2) sorted by relevance
79 struct android_logcat_context_internal { struct127 android_logcat_context_internal* context; in create_android_logcat() argument129 context = (android_logcat_context_internal*)calloc( in create_android_logcat()130 1, sizeof(android_logcat_context_internal)); in create_android_logcat()155 static void logcat_panic(android_logcat_context_internal* context,163 static void close_output(android_logcat_context_internal* context) { in close_output()199 static void close_error(android_logcat_context_internal* context) { in close_error()234 static void rotateLogs(android_logcat_context_internal* context) { in rotateLogs()297 void printBinary(android_logcat_context_internal* context, struct log_msg* buf) { in printBinary()303 static bool regexOk(android_logcat_context_internal* context, in regexOk()[all …]
51 typedef struct android_logcat_context_internal* android_logcat_context;