HomeSort by relevance Sort by last modified time
    Searched refs:android_logcat_context (Results 1 - 7 of 7) sorted by null

  /system/core/logcat/include/log/
logcat.h 51 typedef struct android_logcat_context_internal* android_logcat_context; typedef in typeref:struct:android_logcat_context_internal
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/
logcat_main.cpp 23 android_logcat_context ctx = create_android_logcat();
logcatd_main.cpp 27 android_logcat_context ctx = create_android_logcat();
logcat.cpp 126 android_logcat_context create_android_logcat() {
144 return (android_logcat_context)context;
    [all...]
  /system/core/logcat/tests/
liblogcat_test.cpp 19 #define logcat_define(context) android_logcat_context context
exec_benchmark.cpp 41 android_logcat_context ctx;
  /system/core/bootstat/
bootstat.cpp 721 android_logcat_context ctx = create_android_logcat();
    [all...]

Completed in 104 milliseconds