Home
last modified time | relevance | path

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

12

/frameworks/base/tests/JankBench/app/src/main/jni/
DWorkerPool.cpp42 __android_log_print(ANDROID_LOG_INFO, "bench", "WorkerPool mutex init failure"); in init()
48 __android_log_print(ANDROID_LOG_INFO, "bench", "WorkerPool condition init failure"); in init()
61__android_log_print(ANDROID_LOG_INFO, "bench", "WorkerPool: error %i locking for set condition.", … in set()
69__android_log_print(ANDROID_LOG_INFO, "bench", "WorkerPool: error %i on set condition.", status); in set()
74__android_log_print(ANDROID_LOG_INFO, "bench", "WorkerPool: error %i unlocking for set condition."… in set()
84__android_log_print(ANDROID_LOG_INFO, "bench", "WorkerPool: error %i locking for condition.", stat… in wait()
107__android_log_print(ANDROID_LOG_INFO, "bench", "WorkerPool: error %i waiting for condition.", stat… in wait()
114__android_log_print(ANDROID_LOG_INFO, "bench", "WorkerPool: error %i unlocking for condition.", st… in wait()
137 __android_log_print(ANDROID_LOG_INFO, "bench", "~wp"); in ~WorkerPool()
167 __android_log_print(ANDROID_LOG_INFO, "Bench", "ThreadLaunch %i", mCount); in init()
[all …]
DBench.cpp231 __android_log_print(ANDROID_LOG_INFO, "bench", "latency build %i %i", (int)maxIndex, loops); in runMemoryLatencyTest()
271 __android_log_print(ANDROID_LOG_INFO, "bench", "latency ret %f", lat); in runMemoryLatencyTest()
368 __android_log_print(ANDROID_LOG_INFO, "bench", "v %f %f %f", dt, ops, gflops); in runGFlopsTest()
Dtest.cpp149 __android_log_print(ANDROID_LOG_INFO, "bench", "size %i, bw %f", subtest, bw); in Java_com_android_benchmark_synthetic_TestInterface_nMemoryTest()
/frameworks/wilhelm/src/
Dsllog.h52 #define SL_LOGF(...) __android_log_print(SLAndroidLogLevel_Fatal, slLogTag, __VA_ARGS__)
55 #define SL_LOGE(...) __android_log_print(SLAndroidLogLevel_Error, slLogTag, __VA_ARGS__)
61 #define SL_LOGW(...) __android_log_print(SLAndroidLogLevel_Warn, slLogTag, __VA_ARGS__)
67 #define SL_LOGI(...) __android_log_print(SLAndroidLogLevel_Info, slLogTag, __VA_ARGS__)
73 #define SL_LOGD(...) __android_log_print(SLAndroidLogLevel_Debug, slLogTag, __VA_ARGS__)
79 #define SL_LOGV(...) __android_log_print(SLAndroidLogLevel_Verbose, slLogTag, __VA_ARGS__)
/frameworks/base/media/mca/filterpacks/native/imageproc/
Dcontrast.c21 #define LOGI(...) __android_log_print(ANDROID_LOG_INFO, "MCA", __VA_ARGS__)
22 #define LOGW(...) __android_log_print(ANDROID_LOG_WARN, "MCA", __VA_ARGS__)
23 #define LOGE(...) __android_log_print(ANDROID_LOG_ERROR, "MCA", __VA_ARGS__)
Dbrightness.c21 #define LOGI(...) __android_log_print(ANDROID_LOG_INFO, "MCA", __VA_ARGS__)
22 #define LOGW(...) __android_log_print(ANDROID_LOG_WARN, "MCA", __VA_ARGS__)
23 #define LOGE(...) __android_log_print(ANDROID_LOG_ERROR, "MCA", __VA_ARGS__)
/frameworks/libs/modules-utils/java/com/android/modules/utils/testing/coverage_wrapper/
Dcoverage_signal_executor.c42 __android_log_print(ANDROID_LOG_INFO, TAG, "Coverage dumped."); in Java_com_android_modules_utils_testing_NativeCoverageHackInstrumentationListener_dumpCoverage()
48 __android_log_print(ANDROID_LOG_INFO, TAG, in Java_com_android_modules_utils_testing_NativeCoverageHackInstrumentationListener_dumpCoverage()
/frameworks/native/libs/binder/liblog_stub/include/log/
Dlog.h39 #define __ANDROID_LOG_STUB_IS_PRINT_PRESENT __android_log_print
46 int __android_log_print(int prio, const char* tag, const char* fmt, ...)
63 __android_log_print(ANDROID_##priority, tag, "%s: " fmt "\n", \
/frameworks/rs/
DrsCppUtils.h35 __android_log_print(ANDROID_LOG_ERROR, LOG_TAG, __VA_ARGS__);
39 __android_log_print(ANDROID_LOG_WARN, LOG_TAG, __VA_ARGS__);
43 __android_log_print(ANDROID_LOG_DEBUG, LOG_TAG, __VA_ARGS__);
47 __android_log_print(ANDROID_LOG_VERBOSE, LOG_TAG, __VA_ARGS__);
/frameworks/base/core/tests/hosttests/test-apps/SharedUid/dual/jni/
Dnative.cpp24 #define ALOGI(...) __android_log_print(ANDROID_LOG_INFO, LOG_TAG, __VA_ARGS__)
25 #define ALOGE(...) __android_log_print(ANDROID_LOG_ERROR, LOG_TAG, __VA_ARGS__)
/frameworks/base/core/tests/hosttests/test-apps/SharedUid/32/jni/
Dnative.cpp24 #define ALOGI(...) __android_log_print(ANDROID_LOG_INFO, LOG_TAG, __VA_ARGS__)
25 #define ALOGE(...) __android_log_print(ANDROID_LOG_ERROR, LOG_TAG, __VA_ARGS__)
/frameworks/base/core/tests/hosttests/test-apps/SharedUid/64/jni/
Dnative.cpp24 #define ALOGI(...) __android_log_print(ANDROID_LOG_INFO, LOG_TAG, __VA_ARGS__)
25 #define ALOGE(...) __android_log_print(ANDROID_LOG_ERROR, LOG_TAG, __VA_ARGS__)
/frameworks/base/packages/PrintSpooler/jni/
Dcom_android_printspooler_util_BitmapSerializeUtils.cpp35 __android_log_print(ANDROID_LOG_ERROR, LOG_TAG, in writeAllBytes()
51 __android_log_print(ANDROID_LOG_ERROR, LOG_TAG, in readAllBytes()
60 __android_log_print(ANDROID_LOG_ERROR, LOG_TAG, in readAllBytes()
/frameworks/rs/tests/java_api/HelloComputeNDK/libhellocomputendk/
DhelloComputeNDK.cpp14 #define LOGI(...) __android_log_print(ANDROID_LOG_INFO,LOG_TAG,__VA_ARGS__)
15 #define LOGE(...) __android_log_print(ANDROID_LOG_ERROR,LOG_TAG,__VA_ARGS__)
/frameworks/rs/toolkit/
DUtils.h40 #define ALOGI(...) __android_log_print(ANDROID_LOG_INFO, LOG_TAG, __VA_ARGS__)
41 #define ALOGW(...) __android_log_print(ANDROID_LOG_WARN, LOG_TAG, __VA_ARGS__)
42 #define ALOGE(...) __android_log_print(ANDROID_LOG_ERROR, LOG_TAG, __VA_ARGS__)
/frameworks/base/media/mca/filterfw/native/base/
Dlogging.h22 #define LOG_FRAME(...) if (LOG_EVERY_FRAME) __android_log_print(ANDROID_LOG_VERBOSE, LOG_TAG, __VA…
/frameworks/native/vulkan/vkprofiles/
Dvkprofiles.cpp29 #define ALOGE(...) __android_log_print(ANDROID_LOG_ERROR, LOG_TAG, __VA_ARGS__)
30 #define ALOGD(...) __android_log_print(ANDROID_LOG_DEBUG, LOG_TAG, __VA_ARGS__)
/frameworks/native/libs/binder/
DOS_non_android_linux.cpp54 LIBBINDER_EXPORTED int __android_log_print(int /*prio*/, const char* /*tag*/, const char* fmt, in __android_log_print() function
/frameworks/native/opengl/libs/EGL/
DCallStack.h36 __android_log_print(ANDROID_LOG_DEBUG, logtag, "%s", in log()
/frameworks/native/opengl/tests/gl_perfapp/jni/
Dgl_code.cpp7 #define ALOG(priority, tag, ...) ((void)__android_log_print(ANDROID_##priority, tag, __VA_ARGS__))
/frameworks/native/libs/binder/trusty/
DOS.cpp98 LIBBINDER_EXPORTED int __android_log_print(int prio [[maybe_unused]], const char* tag, in __android_log_print() function
/frameworks/av/media/tests/benchmark/src/native/common/
DStats.h24 #define ALOG(priority, tag, ...) ((void)__android_log_print(ANDROID_##priority, tag, __VA_ARGS__))
DStats.cpp109 __android_log_print(ANDROID_LOG_INFO, "ForTimingCollector", __VA_ARGS__)
/frameworks/native/opengl/tests/gl2_jni/jni/
Dgl_code.cpp7 #define ALOG(priority, tag, ...) ((void)__android_log_print(ANDROID_##priority, tag, __VA_ARGS__))
/frameworks/native/opengl/tests/gldual/jni/
Dgl_code.cpp7 #define ALOG(priority, tag, ...) ((void)__android_log_print(ANDROID_##priority, tag, __VA_ARGS__))

12