Home
last modified time | relevance | path

Searched refs:__android_log_vprint (Results 1 – 7 of 7) sorted by relevance

/system/unwinding/libunwindstack/tests/
DLogFake.cpp63 int val = __android_log_vprint(prio, tag, fmt, ap); 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() function
/system/logging/liblog/include/android/
Dlog.h112 int __android_log_vprint(int prio, const char* tag, const char* fmt, va_list ap)
/system/logging/liblog/
Dliblog.map.txt9 __android_log_vprint;
Dlogger_write.cpp330 int __android_log_vprint(int prio, const char* tag, const char* fmt, va_list ap) { in __android_log_vprint() function
/system/logging/liblog/include_vndk/log/
Dlog_main.h88 __android_log_vprint(prio, tag, __VA_ARGS__)
/system/logging/liblog/include/log/
Dlog_main.h88 __android_log_vprint(prio, tag, __VA_ARGS__)
/system/extras/simpleperf/app_api/cpp/
Dsimpleperf.cpp152 __android_log_vprint(ANDROID_LOG_FATAL, "simpleperf", fmt, vl); in Abort()