| /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/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_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/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 | 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() 173     char prio;  in __android_log_pmsg_file_read()  member
  | 
| D | logger_write.cpp | 360 int __android_log_write(int prio, const char* tag, const char* msg) {  in __android_log_write() 386 int __android_log_buf_write(int bufID, int prio, const char* tag, const char* msg) {  in __android_log_buf_write() 399 int __android_log_vprint(int prio, const char* tag, const char* fmt, va_list ap) {  in __android_log_vprint() 416 int __android_log_print(int prio, const char* tag, const char* fmt, ...) {  in __android_log_print() 436 int __android_log_buf_print(int bufID, int prio, const char* tag, const char* fmt, ...) {  in __android_log_buf_print()
  | 
| 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/bpfprogs/test/ | 
| D | bpfLoadTpProgBtf.c | 53     int prio;  member
  | 
| D | bpfLoadTpProg.c | 53     int prio;  member
  | 
| /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()
  | 
| /system/memory/lmkd/ | 
| D | reaper.cpp | 57                                        int prio) {  in set_process_group_and_prio()
  | 
| /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/bpfprogs/ | 
| D | timeInState.c | 249     int prio;  member
  | 
| /system/core/libutils/ | 
| D | Threads.cpp | 82         int prio = t->priority;  in trampoline()  local
  | 
| /system/core/debuggerd/libdebuggerd/ | 
| D | tombstone_proto.cpp | 535     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 2697 static ssize_t __pmsg_fn(log_id_t logId, char prio, const char* filename,  in __pmsg_fn()
  |