/system/unwinding/libunwindstack/tests/ |
D | LogFake.cpp | 52 extern "C" int __android_log_buf_write(int bufId, int prio, const char* tag, const char* msg) { in __android_log_buf_write() 60 extern "C" int __android_log_print(int prio, const char* tag, const char* fmt, ...) { in __android_log_print() 69 extern "C" int __android_log_vprint(int prio, const char* tag, const char* fmt, va_list ap) { in __android_log_vprint()
|
/system/logging/liblog/include_vndk/log/ |
D | log_main.h | 82 #define android_writeLog(prio, tag, text) __android_log_write(prio, tag, text) argument 84 #define android_printLog(prio, tag, ...) \ argument 87 #define android_vprintLog(prio, cond, tag, ...) \ argument 367 #define android_testLog(prio, tag) \ argument 370 #define android_testLog(prio, tag) \ argument
|
/system/logging/liblog/include/log/ |
D | log_main.h | 82 #define android_writeLog(prio, tag, text) __android_log_write(prio, tag, text) argument 84 #define android_printLog(prio, tag, ...) \ argument 87 #define android_vprintLog(prio, cond, tag, ...) \ argument 367 #define android_testLog(prio, tag) \ argument 370 #define android_testLog(prio, tag) \ argument
|
/system/core/debuggerd/libdebuggerd/test/ |
D | log_fake.cpp | 49 extern "C" int __android_log_buf_write(int bufId, int prio, const char* tag, const char* msg) { in __android_log_buf_write() 57 extern "C" int __android_log_print(int prio, const char* tag, const char* fmt, ...) { in __android_log_print()
|
/system/logging/liblog/ |
D | properties.cpp | 244 int __android_log_is_loggable_len(int prio, const char* tag, size_t len, int default_prio) { in __android_log_is_loggable_len() 259 int __android_log_is_loggable(int prio, const char* tag, int default_prio) { in __android_log_is_loggable() 337 int __android_log_is_loggable(int prio, const char*, int) { in __android_log_is_loggable() argument 345 int __android_log_is_loggable_len(int prio, const char*, size_t, int def) { in __android_log_is_loggable_len()
|
D | logger_write.cpp | 291 int __android_log_write(int prio, const char* tag, const char* msg) { in __android_log_write() 317 int __android_log_buf_write(int bufID, int prio, const char* tag, const char* msg) { in __android_log_buf_write() 330 int __android_log_vprint(int prio, const char* tag, const char* fmt, va_list ap) { in __android_log_vprint() 347 int __android_log_print(int prio, const char* tag, const char* fmt, ...) { in __android_log_print() 367 int __android_log_buf_print(int bufID, int prio, const char* tag, const char* fmt, ...) { in __android_log_buf_print()
|
D | pmsg_reader.cpp | 37 uint8_t prio; in PmsgRead() member 162 ssize_t __android_log_pmsg_file_read(log_id_t logId, char prio, const char* prefix, in __android_log_pmsg_file_read() 174 char prio; in __android_log_pmsg_file_read() member
|
D | pmsg_writer.cpp | 183 ssize_t __android_log_pmsg_file_write(log_id_t logId, char prio, const char* filename, in __android_log_pmsg_file_write()
|
/system/libhidl/transport/include/hidl/ |
D | HidlTransportSupport.h | 89 int prio; member
|
/system/chre/platform/slpi/see/include/ |
D | sns_osa.h | 44 #define SNS_LOG(prio, ...) SNS_LOG_##prio(__VA_ARGS__) argument
|
/system/keymaster/tests/ |
D | keymaster_configuration_test.cpp | 24 int __android_log_print(int prio, const char* tag, const char* fmt) { in __android_log_print()
|
D | android_keymaster_test.cpp | 47 int __android_log_print(int prio, const char* tag, const char* fmt) { in __android_log_print()
|
/system/bpfprogs/ |
D | time_in_state.c | 212 int prio; member
|
/system/logging/logd/ |
D | SimpleLogBuffer.cpp | 64 int prio = ANDROID_LOG_INFO; in ShouldLog() local
|
D | SerializedLogBuffer.cpp | 119 int prio = ANDROID_LOG_INFO; in ShouldLog() local
|
/system/core/libutils/ |
D | Threads.cpp | 82 int prio = t->priority; in trampoline() local
|
/system/core/debuggerd/libdebuggerd/ |
D | tombstone_proto.cpp | 507 unsigned char prio = msg[0]; in dump_log_file() local
|
D | tombstone.cpp | 519 unsigned char prio = msg[0]; in dump_log_file() local
|
/system/logging/liblog/tests/ |
D | liblog_test.cpp | 302 static const char prio = ANDROID_LOG_DEBUG; in TEST() local 2704 static ssize_t __pmsg_fn(log_id_t logId, char prio, const char* filename, in __pmsg_fn()
|
/system/memory/lmkd/ |
D | lmkd.cpp | 1990 static void set_process_group_and_prio(int pid, SchedPolicy sp, int prio) { in set_process_group_and_prio()
|