/aosp_15_r20/external/libultrahdr/lib/include/ultrahdr/ |
H A D | ultrahdrcommon.h | 65 #define ALOGW(...) __android_log_print(ANDROID_LOG_WARN, LOG_TAG, __VA_ARGS__) macro 74 #define ALOGW(...) ((void)0) macro 107 #define ALOGW(...) \ macro 119 #define ALOGW(...) ((void)0) macro
|
/aosp_15_r20/external/drm_hwcomposer/utils/ |
H A D | log.h | 31 #define ALOGW(args...) printf("WARN: " args) macro
|
/aosp_15_r20/packages/apps/TV/jni/ |
D | logging.h | 29 #define ALOGW(...) __android_log_print(ANDROID_LOG_WARN , LOG_TAG, __VA_ARGS__) macro
|
/aosp_15_r20/packages/modules/Connectivity/staticlibs/native/tcutils/ |
D | logging.h | 35 static inline void ALOGW(const char *fmt...) { in ALOGW() function
|
/aosp_15_r20/prebuilts/runtime/mainline/runtime/sdk/common_os/include/system/logging/liblog/include/android/ |
H A D | log_macros.h | 35 #define ALOGW(fmt, ...) \ macro
|
/aosp_15_r20/prebuilts/module_sdk/art/current/sdk/include/system/logging/liblog/include/android/ |
D | log_macros.h | 35 #define ALOGW(fmt, ...) \ macro
|
/aosp_15_r20/prebuilts/module_sdk/art/13/include/system/logging/liblog/include/android/ |
D | log_macros.h | 35 #define ALOGW(fmt, ...) \ macro
|
/aosp_15_r20/prebuilts/module_sdk/art/13/common_os/include/system/logging/liblog/include/android/ |
D | log_macros.h | 35 #define ALOGW(fmt, ...) \ macro
|
/aosp_15_r20/out/soong/ndk/sysroot/usr/include/android/ |
D | log_macros.h | 35 #define ALOGW(fmt, ...) \ macro
|
/aosp_15_r20/system/logging/liblog/include/android/ |
H A D | log_macros.h | 35 #define ALOGW(fmt, ...) \ macro
|
/aosp_15_r20/prebuilts/module_sdk/art/current/sdk/common_os/include/system/logging/liblog/include/android/ |
D | log_macros.h | 35 #define ALOGW(fmt, ...) \ macro
|
/aosp_15_r20/cts/tests/tests/graphics/jni/ |
H A D | CameraTestHelpers.cpp | 25 #define ALOGW(...) __android_log_print(ANDROID_LOG_WARN, LOG_TAG, __VA_ARGS__) macro
|
H A D | ImageReaderTestHelpers.cpp | 25 #define ALOGW(...) __android_log_print(ANDROID_LOG_WARN, LOG_TAG, __VA_ARGS__) macro
|
/aosp_15_r20/libnativehelper/ |
H A D | ALog-priv.h | 58 #define ALOGW(...) ((void)ALOG(LOG_WARN, LOG_TAG, __VA_ARGS__)) macro
|
/aosp_15_r20/device/google/gs-common/touch/gti/ |
D | touch_gti_ical.cpp | 29 #define ALOGW printf macro
|
/aosp_15_r20/external/libese/libese/include/ese/ |
H A D | log.h | 62 #define ALOGW(...) ((void)ALOG(LOG_WARN, LOG_TAG, __VA_ARGS__)) macro
|
/aosp_15_r20/external/mesa3d/src/broadcom/common/ |
H A D | v3d_debug.h | 87 #define ALOGW LOGW macro
|
/aosp_15_r20/development/samples/SimpleJNI/jni/ |
H A D | native.cpp | 27 #define ALOGW(...) __android_log_print(ANDROID_LOG_WARN, LOG_TAG, __VA_ARGS__) macro
|
/aosp_15_r20/frameworks/av/media/tests/benchmark/src/native/common/ |
H A D | Stats.h | 29 #define ALOGW(...) ALOG(LOG_WARN, LOG_TAG, __VA_ARGS__) macro
|
/aosp_15_r20/system/core/libnetutils/ |
H A D | packet.c | 35 #define ALOGW printf macro
|
/aosp_15_r20/external/robolectric/resources/src/main/java/org/robolectric/res/android/ |
H A D | Util.java | 59 static void ALOGW(@FormatString String message, Object... args) { in ALOGW() method in Util
|
/aosp_15_r20/cts/apps/CtsVerifier/jni/audio_loopback/ |
H A D | NativeAudioAnalyzer.h | 30 #define ALOGW(...) __android_log_print(ANDROID_LOG_WARN, MODULE_NAME, __VA_ARGS__) macro
|
/aosp_15_r20/frameworks/native/libs/binder/liblog_stub/include/log/ |
H A D | log.h | 71 #define ALOGW(...) ALOG(LOG_WARN, LOG_TAG, __VA_ARGS__) macro
|
/aosp_15_r20/frameworks/base/services/core/java/com/android/server/utils/ |
H A D | EventLogger.java | 177 public static final int ALOGW = 2; field in EventLogger.Event
|
/aosp_15_r20/external/webrtc/modules/audio_device/android/ |
H A D | opensles_recorder.cc | 30 #define ALOGW(...) __android_log_print(ANDROID_LOG_WARN, TAG, __VA_ARGS__) macro
|