Lines Matching defs:context
130 android_logcat_context_internal* context; in create_android_logcat() local
166 static void close_output(android_logcat_context_internal* context) { in close_output()
202 static void close_error(android_logcat_context_internal* context) { in close_error()
237 static void rotateLogs(android_logcat_context_internal* context) { in rotateLogs()
300 void printBinary(android_logcat_context_internal* context, struct log_msg* buf) { in printBinary()
306 static bool regexOk(android_logcat_context_internal* context, in regexOk()
315 static void processBuffer(android_logcat_context_internal* context, in processBuffer()
362 static void maybePrintStart(android_logcat_context_internal* context, in maybePrintStart()
379 android_logcat_context_internal* context, bool blocking) { in setupOutputAndSchedulingPolicy()
430 static void show_help(android_logcat_context_internal* context) { in show_help()
522 static void show_format_help(android_logcat_context_internal* context) { in show_format_help()
558 static int setLogFormat(android_logcat_context_internal* context, in setLogFormat()
597 static void logcat_panic(android_logcat_context_internal* context, in logcat_panic()
702 const char* getenv(android_logcat_context_internal* context, const char* name) { in getenv()
722 static int __logcat(android_logcat_context_internal* context) { in __logcat()
1667 android_logcat_context_internal* context = ctx; in android_logcat_run_command() local
1681 android_logcat_context_internal* context = *ctx; in android_logcat_destroy() local