Searched refs:LOG_TAG (Results 1 - 9 of 9) sorted by relevance
/device/soc/rockchip/rk2206/sdk_liteos/platform/network/ |
H A D | config_network.c | 82 #define LOG_TAG "config_network" macro 132 LZ_HARDWARE_LOGD(LOG_TAG, "rknetwork SetApModeOn start ...\n"); in SetApModeOn() 139 LZ_HARDWARE_LOGE(LOG_TAG, "rknetwork SetHotspotConfig ...error: %d\n", error); in SetApModeOn() 144 LZ_HARDWARE_LOGD(LOG_TAG, "rknetwork EnableHotspot ...\n"); in SetApModeOn() 148 LZ_HARDWARE_LOGE(LOG_TAG, "rknetwork EnableHotspot ...error: %d\n", error); in SetApModeOn() 153 LZ_HARDWARE_LOGD(LOG_TAG, "rknetwork EnableHotspot done"); in SetApModeOn() 173 LZ_HARDWARE_LOGD(LOG_TAG, "rknetwork SetApModeOff start ...\n"); in SetApModeOff() 177 LZ_HARDWARE_LOGD(LOG_TAG, "rknetwork AP is active, disable now...\n"); in SetApModeOff() 180 LZ_HARDWARE_LOGD(LOG_TAG, "rknetwork disable AP success\n"); in SetApModeOff() 182 LZ_HARDWARE_LOGD(LOG_TAG, "rknetwor in SetApModeOff() [all...] |
/device/soc/rockchip/rk2206/adapter/hals/communication/wifi_lite/wifiservice/source/ |
H A D | wifi_device_util.c | 26 #define LOG_TAG "WIFI_DEVICE_UTIL" macro 68 LZ_HARDWARE_LOGE(LOG_TAG, "osMutexAcquire failed \n"); in LockWifiGlobalLock() 83 LZ_HARDWARE_LOGE(LOG_TAG, "osMutexUnlock failed \n"); in UnlockWifiGlobalLock() 98 LZ_HARDWARE_LOGE(LOG_TAG, "osMutexAcquire event failed \n"); in LockWifiEventLock() 113 LZ_HARDWARE_LOGE(LOG_TAG, "osMutexUnlock event failed \n"); in UnlockWifiEventLock()
|
/device/soc/hisilicon/common/platform/wifi/hi3881v100/driver/oam/ |
H A D | oam_ext_if.h | 81 #define LOGE(fmt, arg...) printk("[E/" LOG_TAG "]" fmt "\r\n", ##arg) 82 #define LOGW(fmt, arg...) printk("[W/" LOG_TAG "]" fmt "\r\n", ##arg) 83 #define LOGI(fmt, arg...) printk("[I/" LOG_TAG "]" fmt "\r\n", ##arg) 84 #define LOGD(fmt, arg...) printk("[D/" LOG_TAG "]" fmt "\r\n", ##arg) 85 #define LOGV(fmt, arg...) printk("[V/" LOG_TAG "]" fmt "\r\n", ##arg) 90 #define LOGE(fmt, arg...) dprintf("[E/" LOG_TAG "]" fmt "\r\n", ##arg) 91 #define LOGW(fmt, arg...) dprintf("[W/" LOG_TAG "]" fmt "\r\n", ##arg) 92 #define LOGI(fmt, arg...) dprintf("[I/" LOG_TAG "]" fmt "\r\n", ##arg) 93 #define LOGD(fmt, arg...) dprintf("[D/" LOG_TAG "]" fmt "\r\n", ##arg) 94 #define LOGV(fmt, arg...) dprintf("[V/" LOG_TAG "]" fm [all...] |
/device/soc/hisilicon/common/hal/display/source/utils/include/ |
H A D | display_common.h | 30 #undef LOG_TAG
macro 32 #define LOG_TAG "DISP"
macro
|
/device/soc/rockchip/common/hardware/display/include/ |
H A D | display_common.h | 30 #undef LOG_TAG macro 32 #define LOG_TAG "DISP" macro
|
/device/soc/rockchip/rk3399/hardware/display/include/ |
H A D | display_common.h | 30 #undef LOG_TAG macro 32 #define LOG_TAG "DISP" macro
|
/device/soc/rockchip/rk3588/hardware/display/include/ |
H A D | display_common.h | 30 #undef LOG_TAG
macro 32 #define LOG_TAG "DISP"
macro
|
/device/soc/rockchip/rk3568/hardware/omx_il/include/librkvpu/ |
H A D | vpu_macro.h | 147 #define LOG_TAG "VPU_TRACE" macro
|
/device/soc/rockchip/rk3568/hardware/mpp/mpp/legacy/ |
H A D | ppOp.cpp | 18 #define LOG_TAG "PpOp" macro
|
Completed in 4 milliseconds