/hardware/qcom/display/msm8909w_3100/libdrmutils/ |
D | drm_logger.h | 41 virtual void Warning(const char *format, ...) = 0; 61 #define DRM_LOGW(format, ...) DRM_LOG_CONTEXT(Warning, format, ##__VA_ARGS__)
|
/hardware/qcom/display/msm8909/libdrmutils/ |
D | drm_logger.h | 41 virtual void Warning(const char *format, ...) = 0; 61 #define DRM_LOGW(format, ...) DRM_LOG_CONTEXT(Warning, format, ##__VA_ARGS__)
|
/hardware/qcom/display/msm8998/libdrmutils/ |
D | drm_logger.h | 41 virtual void Warning(const char *format, ...) = 0; 61 #define DRM_LOGW(format, ...) DRM_LOG_CONTEXT(Warning, format, ##__VA_ARGS__)
|
/hardware/qcom/display/msm8996/sdm/include/utils/ |
D | debug.h | 42 #define DLOGW_IF(tag, format, ...) DLOG(tag, Warning, format, ##__VA_ARGS__) 88 virtual void Warning(DebugTag /*tag*/, const char */*format*/, ...) { } in Warning() function
|
/hardware/qcom/display/msm8909w_3100/sdm/include/utils/ |
D | debug.h | 42 #define DLOGW_IF(tag, format, ...) DLOG(tag, Warning, format, ##__VA_ARGS__) 94 virtual void Warning(DebugTag /*tag*/, const char */*format*/, ...) { } in Warning() function
|
/hardware/qcom/display/msm8909/sdm/include/utils/ |
D | debug.h | 43 #define DLOGW_IF(tag, format, ...) DLOG(tag, Warning, format, ##__VA_ARGS__) 95 virtual void Warning(DebugTag /*tag*/, const char */*format*/, ...) { } in Warning() function
|
/hardware/qcom/display/msm8998/sdm/include/utils/ |
D | debug.h | 42 #define DLOGW_IF(tag, format, ...) DLOG(tag, Warning, format, ##__VA_ARGS__) 95 virtual void Warning(DebugTag /*tag*/, const char */*format*/, ...) { } in Warning() function
|
/hardware/qcom/display/msm8996/sdm/include/core/ |
D | debug_interface.h | 76 virtual void Warning(DebugTag tag, const char *format, ...) = 0;
|
/hardware/qcom/display/msm8909w_3100/sdm/include/core/ |
D | debug_interface.h | 76 virtual void Warning(DebugTag tag, const char *format, ...) = 0;
|
/hardware/qcom/display/msm8909/sdm/include/core/ |
D | debug_interface.h | 78 virtual void Warning(DebugTag tag, const char *format, ...) = 0;
|
/hardware/qcom/display/msm8909w_3100/sdm/libs/hwc/ |
D | hwc_debugger.h | 58 virtual void Warning(DebugTag tag, const char *format, ...);
|
D | hwc_debugger.cpp | 119 void HWCDebugHandler::Warning(DebugTag tag, const char *format, ...) { in Warning() function in sdm::HWCDebugHandler
|
/hardware/qcom/display/msm8996/sdm/libs/hwc/ |
D | hwc_debugger.h | 59 virtual void Warning(DebugTag tag, const char *format, ...);
|
D | hwc_debugger.cpp | 117 void HWCDebugHandler::Warning(DebugTag /*tag*/, const char *format, ...) { in Warning() function in sdm::HWCDebugHandler
|
/hardware/qcom/display/msm8998/sdm/libs/hwc2/ |
D | hwc_debugger.h | 57 virtual void Warning(DebugTag tag, const char *format, ...);
|
D | hwc_debugger.cpp | 119 void HWCDebugHandler::Warning(DebugTag tag, const char *format, ...) { in Warning() function in sdm::HWCDebugHandler
|
/hardware/qcom/display/msm8909/sdm/libs/hwc/ |
D | hwc_debugger.h | 61 virtual void Warning(DebugTag tag, const char *format, ...);
|
D | hwc_debugger.cpp | 154 void HWCDebugHandler::Warning(DebugTag tag, const char *format, ...) { in Warning() function in sdm::HWCDebugHandler
|
/hardware/qcom/display/msm8909/sdm/libs/core/drm/ |
D | hw_info_drm.cpp | 96 void Warning(const char *format, ...) { PRINTLOG(kTagDriverConfig, Warning, format, buf_); } in Warning() function in sdm::DRMLoggerImpl
|
/hardware/qcom/display/msm8909w_3100/sdm/libs/core/drm/ |
D | hw_info_drm.cpp | 96 void Warning(const char *format, ...) { PRINTLOG(Warning, format, buf_); } in Warning() function in sdm::DRMLoggerImpl
|
/hardware/qcom/display/msm8998/sdm/libs/core/drm/ |
D | hw_info_drm.cpp | 86 void Warning(const char *format, ...) { PRINTLOG(Warning, format, buf_); } in Warning() function in sdm::DRMLoggerImpl
|
/hardware/interfaces/audio/2.0/ |
D | IStreamOut.hal | 152 * Warning: failure to call this method results in callback implementation
|
/hardware/interfaces/audio/4.0/ |
D | IStreamOut.hal | 160 * Warning: failure to call this method results in callback implementation
|
/hardware/interfaces/audio/common/4.0/ |
D | types.hal | 334 * Warning: current representation distinguishes between input and output, but
|
/hardware/interfaces/audio/common/2.0/ |
D | types.hal | 330 * Warning: current representation distinguishes between input and output, but
|