/frameworks/base/tests/JankBench/app/src/main/jni/ |
D | WorkerPool.cpp | 42 __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 …]
|
D | Bench.cpp | 231 __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()
|
D | test.cpp | 149 __android_log_print(ANDROID_LOG_INFO, "bench", "size %i, bw %f", subtest, bw); in Java_com_android_benchmark_synthetic_TestInterface_nMemoryTest()
|
/frameworks/wilhelm/src/ |
D | sllog.h | 52 #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/ |
D | contrast.c | 21 #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__)
|
D | brightness.c | 21 #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/ |
D | coverage_signal_executor.c | 42 __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/ |
D | log.h | 39 #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/ |
D | rsCppUtils.h | 35 __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/ |
D | native.cpp | 24 #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/ |
D | native.cpp | 24 #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/ |
D | native.cpp | 24 #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/ |
D | com_android_printspooler_util_BitmapSerializeUtils.cpp | 35 __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/ |
D | helloComputeNDK.cpp | 14 #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/ |
D | Utils.h | 40 #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/ |
D | logging.h | 22 #define LOG_FRAME(...) if (LOG_EVERY_FRAME) __android_log_print(ANDROID_LOG_VERBOSE, LOG_TAG, __VA…
|
/frameworks/native/vulkan/vkprofiles/ |
D | vkprofiles.cpp | 29 #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/ |
D | OS_non_android_linux.cpp | 54 LIBBINDER_EXPORTED int __android_log_print(int /*prio*/, const char* /*tag*/, const char* fmt, in __android_log_print() function
|
/frameworks/native/opengl/libs/EGL/ |
D | CallStack.h | 36 __android_log_print(ANDROID_LOG_DEBUG, logtag, "%s", in log()
|
/frameworks/native/opengl/tests/gl_perfapp/jni/ |
D | gl_code.cpp | 7 #define ALOG(priority, tag, ...) ((void)__android_log_print(ANDROID_##priority, tag, __VA_ARGS__))
|
/frameworks/native/libs/binder/trusty/ |
D | OS.cpp | 98 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/ |
D | Stats.h | 24 #define ALOG(priority, tag, ...) ((void)__android_log_print(ANDROID_##priority, tag, __VA_ARGS__))
|
D | Stats.cpp | 109 __android_log_print(ANDROID_LOG_INFO, "ForTimingCollector", __VA_ARGS__)
|
/frameworks/native/opengl/tests/gl2_jni/jni/ |
D | gl_code.cpp | 7 #define ALOG(priority, tag, ...) ((void)__android_log_print(ANDROID_##priority, tag, __VA_ARGS__))
|
/frameworks/native/opengl/tests/gldual/jni/ |
D | gl_code.cpp | 7 #define ALOG(priority, tag, ...) ((void)__android_log_print(ANDROID_##priority, tag, __VA_ARGS__))
|