Home
last modified time | relevance | path

Searched defs:logId (Results 1 – 8 of 8) sorted by relevance

/aosp12/system/logging/liblog/
H A Dlogger_read.cpp64 struct logger* android_logger_open(struct logger_list* logger_list, log_id_t logId) { in android_logger_open()
77 struct logger_list* android_logger_list_open(log_id_t logId, int mode, unsigned int tail, in android_logger_list_open()
H A Dpmsg_writer.cpp70 int PmsgWrite(log_id_t logId, struct timespec* ts, struct iovec* vec, size_t nr) { in PmsgWrite()
183 ssize_t __android_log_pmsg_file_write(log_id_t logId, char prio, const char* filename, in __android_log_pmsg_file_write()
H A Dlogd_writer.cpp119 int LogdWrite(log_id_t logId, struct timespec* ts, struct iovec* vec, size_t nr) { in LogdWrite()
H A Dpmsg_reader.cpp162 ssize_t __android_log_pmsg_file_read(log_id_t logId, char prio, const char* prefix, in __android_log_pmsg_file_read()
/aosp12/bootable/recovery/tests/manual/
H A Drecovery_test.cpp38 static ssize_t __pmsg_fn(log_id_t logId, char prio, const char *filename, in __pmsg_fn()
/aosp12/system/logging/logd/
H A DLogListener.cpp101 log_id_t logId = static_cast<log_id_t>(header->id); in HandleData() local
/aosp12/frameworks/base/core/java/android/util/
H A DLog.java309 static int wtf(int logId, @Nullable String tag, @Nullable String msg, @Nullable Throwable tr, in wtf()
320 static void wtfQuiet(int logId, @Nullable String tag, @Nullable String msg, boolean system) { in wtfQuiet()
/aosp12/system/logging/liblog/tests/
H A Dliblog_test.cpp2704 static ssize_t __pmsg_fn(log_id_t logId, char prio, const char* filename, in __pmsg_fn()