Home
last modified time | relevance | path

Searched refs:android_logcat_context (Results 1 – 7 of 7) sorted by relevance

/system/core/logcat/include/log/
Dlogcat.h51 typedef struct android_logcat_context_internal* android_logcat_context; typedef
58 android_logcat_context create_android_logcat();
78 int android_logcat_run_command(android_logcat_context ctx, int output, int error,
87 int android_logcat_run_command_thread(android_logcat_context ctx, int argc,
89 int android_logcat_run_command_thread_running(android_logcat_context ctx);
98 int android_logcat_destroy(android_logcat_context* ctx);
113 FILE* android_logcat_popen(android_logcat_context* ctx, const char* command);
114 int android_logcat_pclose(android_logcat_context* ctx, FILE* output);
/system/core/logcat/
Dlogcat_system.cpp68 FILE* android_logcat_popen(android_logcat_context* ctx, const char* command) { in android_logcat_popen()
106 int android_logcat_pclose(android_logcat_context* ctx, FILE* output) { in android_logcat_pclose()
137 android_logcat_context ctx = create_android_logcat(); in android_logcat_system()
Dlogcat_main.cpp23 android_logcat_context ctx = create_android_logcat(); in main()
Dlogcatd_main.cpp27 android_logcat_context ctx = create_android_logcat(); in main()
Dlogcat.cpp126 android_logcat_context create_android_logcat() { in create_android_logcat()
144 return (android_logcat_context)context; in create_android_logcat()
1694 int android_logcat_run_command(android_logcat_context ctx, in android_logcat_run_command()
1711 int android_logcat_run_command_thread(android_logcat_context ctx, in android_logcat_run_command_thread()
1803 int android_logcat_run_command_thread_running(android_logcat_context ctx) { in android_logcat_run_command_thread_running()
1810 int android_logcat_destroy(android_logcat_context* ctx) { in android_logcat_destroy()
/system/core/logcat/tests/
Dliblogcat_test.cpp19 #define logcat_define(context) android_logcat_context context
Dexec_benchmark.cpp41 android_logcat_context ctx; in logcat_popen_liblogcat()