Home
last modified time | relevance | path

Searched defs:DEBUG_LOG (Results 1 – 6 of 6) sorted by relevance

/aosp_15_r20/device/generic/goldfish-opengl/system/hwc3/
DCommon.h38 #define DEBUG_LOG ALOGE macro
40 #define DEBUG_LOG(...) ((void)0) macro
/aosp_15_r20/hardware/google/gfxstream/host/
DGfxStreamAgents.cpp30 #define DEBUG_LOG(fd, fmt, ...) fprintf(fd, fmt, __VA_ARGS__); macro
32 #define DEBUG_LOG(fd, fmt, ...) macro
/aosp_15_r20/external/openthread/examples/platforms/simulation/
H A Dinfra_if.c41 #define DEBUG_LOG 0 macro
H A Dtrel.c40 #define DEBUG_LOG 0 macro
/aosp_15_r20/frameworks/base/libs/androidfw/
H A DAttributeResolution.cpp27 #define DEBUG_LOG(...) do { if (kDebugStyles) { ALOGI(__VA_ARGS__); } } while(0) macro
/aosp_15_r20/external/nos/host/generic/libnos_transport/
Dtransport.c36 #define DEBUG_LOG 0 macro