Searched defs:logId (Results 1 – 8 of 8) sorted by relevance
/aosp12/system/logging/liblog/ |
H A D | logger_read.cpp | 64 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 D | pmsg_writer.cpp | 70 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 D | logd_writer.cpp | 119 int LogdWrite(log_id_t logId, struct timespec* ts, struct iovec* vec, size_t nr) { in LogdWrite()
|
H A D | pmsg_reader.cpp | 162 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 D | recovery_test.cpp | 38 static ssize_t __pmsg_fn(log_id_t logId, char prio, const char *filename, in __pmsg_fn()
|
/aosp12/system/logging/logd/ |
H A D | LogListener.cpp | 101 log_id_t logId = static_cast<log_id_t>(header->id); in HandleData() local
|
/aosp12/frameworks/base/core/java/android/util/ |
H A D | Log.java | 309 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 D | liblog_test.cpp | 2704 static ssize_t __pmsg_fn(log_id_t logId, char prio, const char* filename, in __pmsg_fn()
|