/aosp_15_r20/system/chre/platform/slpi/include/chre/target_platform/ |
H A D | log.h | 58 #define LOGD(fmt, ...) CHRE_BUFFER_LOG(CHRE_LOG_DEBUG, fmt, ##__VA_ARGS__) macro 76 #define LOGD(fmt, ...) \ macro 122 #define LOGD(fmt, ...) CHRE_SLPI_LOG(LOW, fmt, ##__VA_ARGS__) macro 138 #define LOGD(fmt, ...) CHRE_SLPI_LOG(ASH_LOG_DEBUG, fmt, ##__VA_ARGS__) macro
|
/aosp_15_r20/frameworks/proto_logging/stats/express/libexpresscatalog-utils/include/ |
H A D | expresscatalog-utils.h | 29 #define LOGD(...) \ macro 35 #define LOGD(...) macro
|
/aosp_15_r20/packages/services/BuiltInPrintService/jni/include/ |
D | wprint_debug.h | 37 #define LOGD(...) macro 39 #define LOGD(...) __android_log_print(ANDROID_LOG_DEBUG, TAG, __VA_ARGS__) macro
|
/aosp_15_r20/external/oboe/src/common/ |
H A D | OboeDebug.h | 35 #define LOGD(...) __android_log_print(ANDROID_LOG_DEBUG, MODULE_NAME, __VA_ARGS__) macro 38 #define LOGD(...) macro
|
/aosp_15_r20/external/oboe/apps/OboeTester/app/src/main/cpp/ |
H A D | android_debug.h | 25 #define LOGD(...) __android_log_print(ANDROID_LOG_DEBUG, MODULE_NAME, __VA_ARGS__) macro 34 #define LOGD(...) macro
|
/aosp_15_r20/system/chre/platform/tinysys/include/chre/target_platform/ |
H A D | log.h | 75 #define LOGD(fmt, arg...) \ macro 103 #define LOGD(fmt, arg...) \ macro
|
/aosp_15_r20/external/oboe/samples/debug-utils/ |
H A D | logging_macros.h | 27 #define LOGD(...) __android_log_print(ANDROID_LOG_DEBUG, MODULE_NAME, __VA_ARGS__) macro 37 #define LOGD(...) macro
|
/aosp_15_r20/external/oboe/apps/fxlab/app/src/main/cpp/ |
H A D | logging_macros.h | 27 #define LOGD(...) __android_log_print(ANDROID_LOG_DEBUG, MODULE_NAME, __VA_ARGS__) macro 37 #define LOGD(...) macro
|
/aosp_15_r20/external/tensorflow/tensorflow/tools/android/test/jni/object_tracking/ |
H A D | logging.h | 102 #define LOGD(...) macro 114 #define LOGD(...) macro
|
/aosp_15_r20/external/walt/android/WALT/app/src/main/jni/ |
H A D | sync_clock.c | 36 #define LOGD(...) __android_log_print(ANDROID_LOG_VERBOSE, "ClockSyncNative", __VA_ARGS__) macro 38 #define LOGD(...) printf(__VA_ARGS__) macro
|
/aosp_15_r20/packages/apps/Messaging/jni/ |
D | GifTranscoder.cpp | 45 #define LOGD(...) ((void)__android_log_print(ANDROID_LOG_DEBUG, TAG, __VA_ARGS__)) macro 47 #define LOGD(...) ((void)0) macro
|
/aosp_15_r20/external/pigweed/pw_chre/include/chre/target_platform/ |
H A D | log.h | 24 #define LOGD(...) PW_LOG_DEBUG(__VA_ARGS__) macro
|
/aosp_15_r20/frameworks/base/core/java/android/util/ |
H A D | Config.java | 55 public static final boolean LOGD = true; field in Config
|
/aosp_15_r20/system/chre/platform/zephyr/include/chre/target_platform/ |
H A D | log.h | 30 #define LOGD(...) LOG_DBG(__VA_ARGS__) macro
|
/aosp_15_r20/external/oboe/samples/RhythmGame/src/main/cpp/utils/ |
H A D | logging.h | 25 #define LOGD(...) ((void)__android_log_print(ANDROID_LOG_DEBUG, APP_NAME, __VA_ARGS__)) macro
|
/aosp_15_r20/packages/providers/MediaProvider/pdf/framework/libs/pdfClient/ |
D | logging.h | 23 #define LOGD(...) __android_log_print(ANDROID_LOG_DEBUG, LOG_TAG, __VA_ARGS__) macro
|
/aosp_15_r20/system/chre/apps/wifi_offload/include/chre/apps/wifi_offload/ |
H A D | wifi_offload.h | 50 #define LOGD(...) __android_log_print(ANDROID_LOG_DEBUG, LOG_TAG, __VA_ARGS__) macro
|
/aosp_15_r20/system/chre/platform/include/chre/platform/ |
H A D | log.h | 90 #define LOGD(format, ...) CHRE_LOG_NULL(format, ##__VA_ARGS__) macro
|
/aosp_15_r20/system/chre/platform/android/include/chre/target_platform/ |
H A D | log.h | 39 #define LOGD(fmt, ...) CHRE_ANDROID_LOG(ANDROID_LOG_DEBUG, fmt, ##__VA_ARGS__) macro
|
/aosp_15_r20/development/samples/training/threadsample/src/com/example/android/threadsample/ |
H A D | Constants.java | 31 public static final boolean LOGD = true; field in Constants
|
/aosp_15_r20/system/chre/platform/exynos/include/chre/target_platform/ |
H A D | log.h | 31 #define LOGD(fmt, ...) CHRE_EXYNOS_LOG(CHRE_LOG_DEBUG, fmt, ##__VA_ARGS__) macro
|
/aosp_15_r20/packages/apps/Launcher3/src/com/android/launcher3/widget/ |
D | WidgetHostViewLoader.java | 18 private static final boolean LOGD = false; field in WidgetHostViewLoader
|
/aosp_15_r20/developers/build/prebuilts/gradle/DataLayer/Wearable/src/main/java/com/example/android/wearable/datalayer/ |
H A D | DataLayerListenerService.java | 99 public static void LOGD(final String tag, String message) { in LOGD() method in DataLayerListenerService
|
/aosp_15_r20/development/samples/browseable/DataLayer/Wearable/src/com.example.android.wearable.datalayer/ |
H A D | DataLayerListenerService.java | 99 public static void LOGD(final String tag, String message) { in LOGD() method in DataLayerListenerService
|
/aosp_15_r20/system/chre/host/common/include/chre_host/ |
H A D | log.h | 52 #define LOGD(format, ...) \ macro
|