Searched refs:android_logcat_context (Results 1 – 7 of 7) sorted by relevance
/system/core/logcat/include/log/ |
D | logcat.h | 51 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/ |
D | logcat_system.cpp | 68 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()
|
D | logcat_main.cpp | 23 android_logcat_context ctx = create_android_logcat(); in main()
|
D | logcatd_main.cpp | 27 android_logcat_context ctx = create_android_logcat(); in main()
|
D | logcat.cpp | 126 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/ |
D | liblogcat_test.cpp | 19 #define logcat_define(context) android_logcat_context context
|
D | exec_benchmark.cpp | 41 android_logcat_context ctx; in logcat_popen_liblogcat()
|