Home
last modified time | relevance | path

Searched refs:__android_log_print (Results 1 – 17 of 17) sorted by relevance

/system/chre/apps/wifi_offload/include/chre/apps/wifi_offload/
Dwifi_offload.h50 #define LOGD(...) __android_log_print(ANDROID_LOG_DEBUG, LOG_TAG, __VA_ARGS__)
51 #define LOGI(...) __android_log_print(ANDROID_LOG_INFO, LOG_TAG, __VA_ARGS__)
52 #define LOGW(...) __android_log_print(ANDROID_LOG_WARN, LOG_TAG, __VA_ARGS__)
53 #define LOGE(...) __android_log_print(ANDROID_LOG_ERROR, LOG_TAG, __VA_ARGS__)
/system/testing/gtest_extras/
DLog.h28 __android_log_print(ANDROID_LOG_FATAL, GTEST_EXTRAS_TAG, "%s:%d] " msg ": %s", __FILE__, \
33 __android_log_print(ANDROID_LOG_FATAL, GTEST_EXTRAS_TAG, "%s:%d] " msg, __FILE__, __LINE__); \
/system/keymaster/tests/
Dkeymaster_configuration_test.cpp23 int __android_log_print(int prio, const char* tag, const char* fmt);
24 int __android_log_print(int prio, const char* tag, const char* fmt) { in __android_log_print() function
Dandroid_keymaster_test.cpp46 int __android_log_print(int prio, const char* tag, const char* fmt);
47 int __android_log_print(int prio, const char* tag, const char* fmt) { in __android_log_print() function
/system/chre/platform/android/include/chre/target_platform/
Dlog.h30 __android_log_print(level, ANDROID_LOG_TAG, "%s:%d\t" fmt, __FILENAME__, \
/system/core/debuggerd/libdebuggerd/test/
Dlog_fake.cpp57 extern "C" int __android_log_print(int prio, const char* tag, const char* fmt, ...) { in __android_log_print() function
/system/unwinding/libunwindstack/tests/
DLogFake.cpp60 extern "C" int __android_log_print(int prio, const char* tag, const char* fmt, ...) { in __android_log_print() function
/system/extras/simpleperf/demo/CppApi/app/src/main/cpp/
Dnative-lib.cpp27 __android_log_print(ANDROID_LOG_INFO, "simpleperf", "%s", msg); in log()
/system/logging/liblog/include/android/
Dlog.h105 int __android_log_print(int prio, const char* tag, const char* fmt, ...)
/system/logging/liblog/
Dliblog.map.txt8 __android_log_print;
Dlogger_write.cpp347 int __android_log_print(int prio, const char* tag, const char* fmt, ...) { in __android_log_print() function
/system/core/libutils/
DPrinter.cpp91 __android_log_print(mPriority, mLogTag, "%s%s", mPrefix, string); in printRaw()
/system/bt/test/headless/
DAndroid.bp73 "liblog", // __android_log_print
/system/logging/logcat/tests/
Dlogcat_test.cpp1408 LOG_FAILURE_RETRY(__android_log_print(ANDROID_LOG_WARN, logcat_regex_prefix, in TEST()
1410 LOG_FAILURE_RETRY(__android_log_print(ANDROID_LOG_WARN, logcat_regex_prefix, in TEST()
1412 LOG_FAILURE_RETRY(__android_log_print(ANDROID_LOG_WARN, logcat_regex_prefix, in TEST()
1414 LOG_FAILURE_RETRY(__android_log_print(ANDROID_LOG_WARN, logcat_regex_prefix, in TEST()
1446 __android_log_print(ANDROID_LOG_WARN, "logcat_test", "logcat_test")); in TEST()
1448 __android_log_print(ANDROID_LOG_WARN, "logcat_test", "logcat_test")); in TEST()
1450 __android_log_print(ANDROID_LOG_WARN, "logcat_test", "logcat_test")); in TEST()
1452 __android_log_print(ANDROID_LOG_WARN, "logcat_test", "logcat_test")); in TEST()
/system/logging/liblog/tests/
Dliblog_benchmark.cpp60 LOG_FAILURE_RETRY(__android_log_print(ANDROID_LOG_INFO, "BM_log_maximum_retry", "%" PRIu64, in BM_log_maximum_retry()
73 __android_log_print(ANDROID_LOG_INFO, "BM_log_maximum", "%" PRIu64, state.iterations()); in BM_log_maximum()
563 __android_log_print(ANDROID_LOG_INFO, "BM_log_overhead", "%" PRIu64, state.iterations()); in BM_log_print_overhead()
999 __android_log_print(ANDROID_LOG_VERBOSE, test_log_tag.c_str(), "%s test log message %d %d", in BM_log_verbose_overhead()
/system/logging/liblog/include_vndk/log/
Dlog_main.h85 __android_log_print(prio, tag, __VA_ARGS__)
/system/logging/liblog/include/log/
Dlog_main.h85 __android_log_print(prio, tag, __VA_ARGS__)