Home
last modified time | relevance | path

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

/system/core/logcat/
Dlogcat.cpp79 struct android_logcat_context_internal { struct
127 android_logcat_context_internal* context; in create_android_logcat() argument
129 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 …]
/system/core/logcat/include/log/
Dlogcat.h51 typedef struct android_logcat_context_internal* android_logcat_context;