Home
last modified time | relevance | path

Searched defs:LOGD (Results 1 – 25 of 370) sorted by relevance

12345678910>>...15

/aosp_15_r20/system/chre/platform/slpi/include/chre/target_platform/
H A Dlog.h58 #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 Dexpresscatalog-utils.h29 #define LOGD(...) \ macro
35 #define LOGD(...) macro
/aosp_15_r20/packages/services/BuiltInPrintService/jni/include/
Dwprint_debug.h37 #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 DOboeDebug.h35 #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 Dandroid_debug.h25 #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 Dlog.h75 #define LOGD(fmt, arg...) \ macro
103 #define LOGD(fmt, arg...) \ macro
/aosp_15_r20/external/oboe/samples/debug-utils/
H A Dlogging_macros.h27 #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 Dlogging_macros.h27 #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 Dlogging.h102 #define LOGD(...) macro
114 #define LOGD(...) macro
/aosp_15_r20/external/walt/android/WALT/app/src/main/jni/
H A Dsync_clock.c36 #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/
DGifTranscoder.cpp45 #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 Dlog.h24 #define LOGD(...) PW_LOG_DEBUG(__VA_ARGS__) macro
/aosp_15_r20/frameworks/base/core/java/android/util/
H A DConfig.java55 public static final boolean LOGD = true; field in Config
/aosp_15_r20/system/chre/platform/zephyr/include/chre/target_platform/
H A Dlog.h30 #define LOGD(...) LOG_DBG(__VA_ARGS__) macro
/aosp_15_r20/external/oboe/samples/RhythmGame/src/main/cpp/utils/
H A Dlogging.h25 #define LOGD(...) ((void)__android_log_print(ANDROID_LOG_DEBUG, APP_NAME, __VA_ARGS__)) macro
/aosp_15_r20/packages/providers/MediaProvider/pdf/framework/libs/pdfClient/
Dlogging.h23 #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 Dwifi_offload.h50 #define LOGD(...) __android_log_print(ANDROID_LOG_DEBUG, LOG_TAG, __VA_ARGS__) macro
/aosp_15_r20/system/chre/platform/include/chre/platform/
H A Dlog.h90 #define LOGD(format, ...) CHRE_LOG_NULL(format, ##__VA_ARGS__) macro
/aosp_15_r20/system/chre/platform/android/include/chre/target_platform/
H A Dlog.h39 #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 DConstants.java31 public static final boolean LOGD = true; field in Constants
/aosp_15_r20/system/chre/platform/exynos/include/chre/target_platform/
H A Dlog.h31 #define LOGD(fmt, ...) CHRE_EXYNOS_LOG(CHRE_LOG_DEBUG, fmt, ##__VA_ARGS__) macro
/aosp_15_r20/packages/apps/Launcher3/src/com/android/launcher3/widget/
DWidgetHostViewLoader.java18 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 DDataLayerListenerService.java99 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 DDataLayerListenerService.java99 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 Dlog.h52 #define LOGD(format, ...) \ macro

12345678910>>...15