Home
last modified time | relevance | path

Searched defs:LOGW (Results 1 – 4 of 4) sorted by relevance

/device/generic/goldfish/network/netmgr/
Dlog.h37 #define LOGW(...) do { \ macro
/device/google/contexthub/util/nanotool/
Dlog.h33 #define LOGW(fmt, ...) Log::Warn(fmt, ##__VA_ARGS__) macro
/device/google/marlin/camera/QCamera2/stack/mm-camera-interface/inc/
Dmm_camera_dbg.h101 #define LOGW(fmt, args...) CLOGW(CAM_MODULE, fmt, ##args) macro
124 #define LOGW(fmt, args...) ALOGW(fmt, ##args) macro
/device/google/contexthub/firmware/os/drivers/window_orientation/
Dwindow_orientation.c41 #define LOGW(fmt, ...) do { \ macro