Searched defs:GLOBAL_LOG (Results 1 - 4 of 4) sorted by relevance

/fuchsia/zircon/system/dev/audio/intel-hda/controller/
H A Ddebug-logging.h18 #define GLOBAL_LOG(level, ...) zxlogf(level, "[IHDA Driver] " __VA_ARGS__) macro
H A Dintel-hda-codec.cpp94 ZX_DEBUG_ASSERT(codec_id < HDA_MAX_CODECS); fbl::AllocChecker ac; auto ret = fbl::AdoptRef(new (&ac) IntelHDACodec(controller, codec_id)); if (!ac.check()) { GLOBAL_LOG(ERROR, �); return nullptr; } if (ret->default_domain_ == nullptr) argument
/fuchsia/zircon/system/dev/audio/intel-hda/dsp/
H A Ddebug-logging.h18 #define GLOBAL_LOG(level, ...) zxlogf(level, "[IHDA Driver] " __VA_ARGS__) macro
/fuchsia/zircon/system/dev/audio/usb-audio/
H A Ddebug-logging.h18 #define GLOBAL_LOG(level, ...) zxlogf(level, "[USBAud] " __VA_ARGS__) macro

Completed in 24 milliseconds