/drivers/peripheral/codec/utils/include/ |
H A D | codec_log_wrapper.h | 29 #ifdef HDF_LOG_TAG 30 #undef HDF_LOG_TAG macro 34 #define HDF_LOG_TAG codec_hdi_image macro 36 #define HDF_LOG_TAG codec_hdi_adapter macro 38 #define HDF_LOG_TAG codec_hdi_server macro 40 #define HDF_LOG_TAG codec_hdi_client macro 42 #define HDF_LOG_TAG codec_hdi_omx macro
|
/drivers/hdf_core/adapter/khdf/linux/osal/include/ |
H A D | hdf_log_adapter.h | 41 #define HDF_LOGV_WRAPPER(fmt, args...) HDF_LOG_WRAPPER(KERN_DEBUG HDF_FMT_TAG(HDF_LOG_TAG, V) fmt "\r\n", ## args) 43 #define HDF_LOGD_WRAPPER(fmt, args...) HDF_LOG_WRAPPER(KERN_DEBUG HDF_FMT_TAG(HDF_LOG_TAG, D) fmt "\r\n", ## args) 45 #define HDF_LOGI_WRAPPER(fmt, args...) HDF_LOG_WRAPPER(KERN_INFO HDF_FMT_TAG(HDF_LOG_TAG, I) fmt "\r\n", ## args) 47 #define HDF_LOGW_WRAPPER(fmt, args...) HDF_LOG_WRAPPER(KERN_WARNING HDF_FMT_TAG(HDF_LOG_TAG, W) fmt "\r\n", ## args) 49 #define HDF_LOGE_WRAPPER(fmt, args...) HDF_LOG_WRAPPER(KERN_ERR HDF_FMT_TAG(HDF_LOG_TAG, E) fmt "\r\n", ## args)
|
/drivers/hdf_core/interfaces/inner_api/utils/ |
H A D | hdf_log.h | 27 * To use these functions, you must define <b>HDF_LOG_TAG</b>, for example, #define HDF_LOG_TAG evt. 36 #ifdef HDF_LOG_TAG 37 #undef HDF_LOG_TAG macro 38 #endif /* HDF_LOG_TAG */ 45 #define LOG_TAG LOG_TAG_MARK(HDF_LOG_TAG) 57 * To use this function, you must define <b>HDF_LOG_TAG</b>, for example, #define HDF_LOG_TAG evt. 66 * To use this function, you must define <b>HDF_LOG_TAG</b>, for example, #define HDF_LOG_TAG ev [all...] |
/drivers/hdf_core/framework/model/display/driver/lcdkit/ |
H A D | lite_lcdkit.h | 14 #ifdef HDF_LOG_TAG 15 #undef HDF_LOG_TAG macro 17 #define HDF_LOG_TAG HDF_DISP macro
|
/drivers/peripheral/intelligent_voice/passthrough/engine/ |
H A D | engine_factory.cpp | 20 #undef HDF_LOG_TAG macro 21 #define HDF_LOG_TAG "IntellVoiceEngineFactory" macro
|
H A D | wakeup_engine.cpp | 21 #undef HDF_LOG_TAG macro 22 #define HDF_LOG_TAG "IntellVoiceWakeupEngine" macro
|
H A D | enroll_engine.cpp | 21 #undef HDF_LOG_TAG macro 22 #define HDF_LOG_TAG "IntellVoiceEnrollEngine" macro
|
/drivers/peripheral/intelligent_voice/utils/ |
H A D | memory_guard.cpp | 20 #undef HDF_LOG_TAG macro 21 #define HDF_LOG_TAG "MemoryGaurd" macro
|
/drivers/peripheral/intelligent_voice/passthrough/trigger/ |
H A D | intell_voice_trigger_manager.cpp | 20 #undef HDF_LOG_TAG macro 21 #define HDF_LOG_TAG "IntellVoiceTriggerMgr" macro
|
/drivers/peripheral/wlan/hdi_service/service_extend/ |
H A D | wlan_extend_cmd.h | 19 #undef HDF_LOG_TAG
macro 20 #define HDF_LOG_TAG "HDF_WIFI_CORE"
macro
|
/drivers/peripheral/display/hal/ |
H A D | disp_common.h | 21 #ifdef HDF_LOG_TAG 22 #undef HDF_LOG_TAG macro 24 #define HDF_LOG_TAG HDF_DISP macro
|
/drivers/peripheral/display/hal/default_standard/include/ |
H A D | display_common.h | 22 #ifdef HDF_LOG_TAG
23 #undef HDF_LOG_TAG
macro
|
/drivers/peripheral/display/utils/include/ |
H A D | display_log.h | 22 #ifdef HDF_LOG_TAG 23 #undef HDF_LOG_TAG macro
|
/drivers/hdf_core/adapter/uhdf2/host/src/ |
H A D | hdf_pm_reg.c | 18 #define HDF_LOG_TAG devmgr_pm macro
|
H A D | hdf_devsvc_manager_clnt.c | 18 #define HDF_LOG_TAG devsvc_manager_clnt macro
|
/drivers/hdf_core/framework/model/display/driver/ |
H A D | hdf_disp.h | 22 #ifdef HDF_LOG_TAG 23 #undef HDF_LOG_TAG macro 25 #define HDF_LOG_TAG HDF_DISP macro
|
/drivers/hdf_core/framework/model/input/driver/ |
H A D | hdf_input_device_manager.h | 19 #ifdef HDF_LOG_TAG 20 #undef HDF_LOG_TAG macro 22 #define HDF_LOG_TAG HDF_INPUT_DRV macro
|
/drivers/hdf_core/framework/test/unittest/platform/entry/ |
H A D | hdf_adc_entry_test.c | 13 #define HDF_LOG_TAG hdf_adc_entry_test macro
|
H A D | hdf_clock_entry_test.c | 13 #define HDF_LOG_TAG hdf_clock_entry_test macro
|
H A D | hdf_gpio_entry_test.c | 13 #define HDF_LOG_TAG hdf_gpio_entry_test macro
|
H A D | hdf_dac_entry_test.c | 13 #define HDF_LOG_TAG hdf_dac_entry_test macro
|
H A D | hdf_i2c_entry_test.c | 13 #define HDF_LOG_TAG hdf_i2c_entry_test macro
|
H A D | hdf_pcie_bus_entry_test.c | 13 #define HDF_LOG_TAG hdf_pcie_bus_entry_test macro
|
H A D | hdf_pcie_entry_test.c | 13 #define HDF_LOG_TAG hdf_pcie_entry_test macro
|
H A D | hdf_pwm_entry_test.c | 13 #define HDF_LOG_TAG hdf_pwm_entry_test macro
|