Searched defs:LogMsg (Results 1 – 7 of 7) sorted by relevance
/aosp_15_r20/external/ComputeLibrary/arm_compute/core/utils/logging/ |
H A D | Types.h | 44 struct LogMsg struct 47 LogMsg() in LogMsg() argument 57 : raw_(msg), log_level_(log_level) in raw_() 62 std::string raw_; 64 LogLevel log_level_;
|
/aosp_15_r20/external/OpenCSD/decoder/source/ |
H A D | ocsd_msg_logger.cpp | 84 void ocsdMsgLogger::LogMsg(const std::string &msg) in LogMsg() function in ocsdMsgLogger
|
/aosp_15_r20/external/toolchain-utils/cros_utils/ |
H A D | logger.py | 125 def LogMsg(self, file_fd, term_fd, msg, flush=True): member in Logger 288 def LogMsg(self, _file_fd, _term_fd, msg, **_kwargs): member in MockLogger
|
/aosp_15_r20/system/logging/logd/ |
H A D | TrustyLog.cpp | 49 void TrustyLog::LogMsg(const char* msg, size_t len) { in LogMsg() function in TrustyLog
|
/aosp_15_r20/external/mdnsresponder/mDNSCore/ |
H A D | mDNSDebug.h | 98 #define LogMsg( ... ) LogMsgWithLevel(MDNS_LOG_MSG, __VA_ARGS__) macro
|
/aosp_15_r20/external/angle/samples/shader_translator/ |
H A D | shader_translator.cpp | 530 void LogMsg(const char *msg, const char *name, const int num, const char *logName) in LogMsg() function
|
/aosp_15_r20/external/vulkan-validation-layers/layers/ |
H A D | core_validation.cpp | 8460 bool LogMsg(VuIndex vu_index, uint32_t family, const char *param_name) const { in LogMsg() function in barrier_queue_families::ValidatorState 8469 bool LogMsg(VuIndex vu_index, uint32_t src_family, uint32_t dst_family) const { in LogMsg() function in barrier_queue_families::ValidatorState
|