Home
last modified time | relevance | path

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

/dports/devel/android-tools-fastboot/platform_system_core-platform-tools-29.0.5/logcat/
H A Dlogcat.cpp82 struct android_logcat_context_internal { struct
130 android_logcat_context_internal* context; in create_android_logcat() argument
132 context = (android_logcat_context_internal*)calloc( in create_android_logcat()
133 1, sizeof(android_logcat_context_internal)); in create_android_logcat()
158 static void logcat_panic(android_logcat_context_internal* context,
252 static void rotateLogs(android_logcat_context_internal* context) { in rotateLogs()
321 static bool regexOk(android_logcat_context_internal* context, in regexOk()
392 android_logcat_context_internal* context, bool blocking) { in setupOutputAndSchedulingPolicy()
736 static int __logcat(android_logcat_context_internal* context) { in __logcat()
1690 android_logcat_context_internal* context = ctx; in android_logcat_run_command()
[all …]
H A Dlogcat.h24 typedef struct android_logcat_context_internal* android_logcat_context;
/dports/devel/android-tools-adb/platform_system_core-android-9.0.0_r3/logcat/
H A 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,
303 static bool regexOk(android_logcat_context_internal* context, in regexOk()
376 android_logcat_context_internal* context, bool blocking) { in setupOutputAndSchedulingPolicy()
1698 android_logcat_context_internal* context = ctx; in android_logcat_run_command()
1714 android_logcat_context_internal* context = ctx; in android_logcat_run_command_thread()
1804 android_logcat_context_internal* context = ctx; in android_logcat_run_command_thread_running()
[all …]
/dports/devel/android-tools-adb/platform_system_core-android-9.0.0_r3/logcat/include/log/
H A Dlogcat.h51 typedef struct android_logcat_context_internal* android_logcat_context;