Searched defs:AndroidLogFormat (Results 1 - 2 of 2) sorted by relevance

/system/core/include/log/
H A Dlogprint.h54 typedef struct AndroidLogFormat_t AndroidLogFormat; typedef in typeref:struct:AndroidLogFormat_t
69 AndroidLogFormat* android_log_format_new();
71 void android_log_format_free(AndroidLogFormat* p_format);
74 int android_log_setPrintFormat(AndroidLogFormat* p_format,
92 int android_log_addFilterRule(AndroidLogFormat* p_format,
105 int android_log_addFilterString(AndroidLogFormat* p_format,
112 int android_log_shouldPrintLine(AndroidLogFormat* p_format, const char* tag,
144 char* android_log_formatLogLine(AndroidLogFormat* p_format, char* defaultBuffer,
155 int android_log_printLogLine(AndroidLogFormat* p_format, int fd,
/system/core/liblog/include/log/
H A Dlogprint.h54 typedef struct AndroidLogFormat_t AndroidLogFormat; typedef in typeref:struct:AndroidLogFormat_t
69 AndroidLogFormat* android_log_format_new();
71 void android_log_format_free(AndroidLogFormat* p_format);
74 int android_log_setPrintFormat(AndroidLogFormat* p_format,
92 int android_log_addFilterRule(AndroidLogFormat* p_format,
105 int android_log_addFilterString(AndroidLogFormat* p_format,
112 int android_log_shouldPrintLine(AndroidLogFormat* p_format, const char* tag,
144 char* android_log_formatLogLine(AndroidLogFormat* p_format, char* defaultBuffer,
155 int android_log_printLogLine(AndroidLogFormat* p_format, int fd,

Completed in 124 milliseconds