Home
last modified time | relevance | path

Searched defs:ALOGW (Results 1 – 25 of 29) sorted by relevance

12

/aosp12/packages/apps/TV/jni/
H A Dlogging.h29 #define ALOGW(...) __android_log_print(ANDROID_LOG_WARN , LOG_TAG, __VA_ARGS__) macro
/aosp12/hardware/qcom/gps/msm8909w_3100/utils/platform_lib_abstractions/loc_pla/include/
H A Dplatform_lib_macros.h62 #define ALOGW(format, x...) TS_PRINTF("W/%s (%d): " format , LOG_TAG, getpid(), ##x) macro
/aosp12/hardware/qcom/gps/msm8998/utils/platform_lib_abstractions/loc_pla/include/
H A Dplatform_lib_macros.h62 #define ALOGW(format, x...) TS_PRINTF("W/%s (%d): " format , LOG_TAG, getpid(), ##x) macro
/aosp12/hardware/qcom/sdm845/gps/msm8998/utils/platform_lib_abstractions/loc_pla/include/
H A Dplatform_lib_macros.h62 #define ALOGW(format, x...) TS_PRINTF("W/%s (%d): " format , LOG_TAG, getpid(), ##x) macro
/aosp12/libnativehelper/
H A DALog-priv.h58 #define ALOGW(...) ((void)ALOG(LOG_WARN, LOG_TAG, __VA_ARGS__)) macro
/aosp12/hardware/qcom/gps/msm8909/utils/platform_lib_abstractions/
H A Dplatform_lib_macros.h53 #define ALOGW(format, x...) TS_PRINTF("W/%s (%d): " format , LOG_TAG, getpid(), ##x) macro
/aosp12/hardware/qcom/gps/msm8960/platform_lib_abstractions/
H A Dplatform_lib_macros.h53 #define ALOGW(format, x...) TS_PRINTF("W/%s (%d): " format , LOG_TAG, getpid(), ##x) macro
/aosp12/hardware/qcom/gps/msm8994/platform_lib_abstractions/
H A Dplatform_lib_macros.h53 #define ALOGW(format, x...) TS_PRINTF("W/%s (%d): " format , LOG_TAG, getpid(), ##x) macro
/aosp12/hardware/qcom/gps/msm8996/utils/platform_lib_abstractions/
H A Dplatform_lib_macros.h53 #define ALOGW(format, x...) TS_PRINTF("W/%s (%d): " format , LOG_TAG, getpid(), ##x) macro
/aosp12/hardware/qcom/gps/platform_lib_abstractions/
H A Dplatform_lib_macros.h53 #define ALOGW(format, x...) TS_PRINTF("W/%s (%d): " format , LOG_TAG, getpid(), ##x) macro
/aosp12/hardware/qcom/gps/msm8084/platform_lib_abstractions/
H A Dplatform_lib_macros.h53 #define ALOGW(format, x...) TS_PRINTF("W/%s (%d): " format , LOG_TAG, getpid(), ##x) macro
/aosp12/hardware/qcom/sdm845/gps/msm8084/platform_lib_abstractions/
H A Dplatform_lib_macros.h53 #define ALOGW(format, x...) TS_PRINTF("W/%s (%d): " format , LOG_TAG, getpid(), ##x) macro
/aosp12/hardware/qcom/sdm845/gps/msm8909/utils/platform_lib_abstractions/
H A Dplatform_lib_macros.h53 #define ALOGW(format, x...) TS_PRINTF("W/%s (%d): " format , LOG_TAG, getpid(), ##x) macro
/aosp12/hardware/qcom/sdm845/gps/msm8960/platform_lib_abstractions/
H A Dplatform_lib_macros.h53 #define ALOGW(format, x...) TS_PRINTF("W/%s (%d): " format , LOG_TAG, getpid(), ##x) macro
/aosp12/hardware/qcom/sdm845/gps/msm8994/platform_lib_abstractions/
H A Dplatform_lib_macros.h53 #define ALOGW(format, x...) TS_PRINTF("W/%s (%d): " format , LOG_TAG, getpid(), ##x) macro
/aosp12/hardware/qcom/sdm845/gps/platform_lib_abstractions/
H A Dplatform_lib_macros.h53 #define ALOGW(format, x...) TS_PRINTF("W/%s (%d): " format , LOG_TAG, getpid(), ##x) macro
/aosp12/hardware/qcom/sdm845/gps/msm8996/utils/platform_lib_abstractions/
H A Dplatform_lib_macros.h53 #define ALOGW(format, x...) TS_PRINTF("W/%s (%d): " format , LOG_TAG, getpid(), ##x) macro
/aosp12/frameworks/base/services/core/java/com/android/server/audio/
H A DAudioEventLogger.java68 public static final int ALOGW = 2; field in AudioEventLogger.Event
/aosp12/hardware/qcom/sm8150p/gps/utils/
H A Dlog_util.h53 #define ALOGW(...) syslog(LOG_WARNING, "LOC_LOGW: " __VA_ARGS__); macro
71 #define ALOGW(format, x...) TS_PRINTF("W/%s (%d): " format , LOG_TAG, getpid(), ##x) macro
/aosp12/frameworks/av/media/tests/benchmark/src/native/common/
H A DStats.h29 #define ALOGW(...) ALOG(LOG_WARN, LOG_TAG, __VA_ARGS__) macro
/aosp12/system/core/libnetutils/
H A Dpacket.c35 #define ALOGW printf macro
/aosp12/hardware/qcom/sm7150/gps/utils/
H A Dlog_util.h58 #define ALOGW(...) syslog(LOG_WARNING, "LOC_LOGW: " __VA_ARGS__); macro
76 #define ALOGW(format, x...) TS_PRINTF("W/%s (%d): " format , LOG_TAG, getpid(), ##x) macro
/aosp12/hardware/qcom/sm8150/gps/utils/
H A Dlog_util.h58 #define ALOGW(...) syslog(LOG_WARNING, "LOC_LOGW: " __VA_ARGS__); macro
76 #define ALOGW(format, x...) TS_PRINTF("W/%s (%d): " format , LOG_TAG, getpid(), ##x) macro
/aosp12/hardware/qcom/sm7250/gps/utils/
H A Dlog_util.h58 #define ALOGW(...) syslog(LOG_WARNING, "LOC_LOGW: " __VA_ARGS__); macro
76 #define ALOGW(format, x...) TS_PRINTF("W/%s (%d): " format , LOG_TAG, getpid(), ##x) macro
/aosp12/frameworks/rs/
H A DrsCppUtils.h38 #define ALOGW(...) \ macro

12