/drivers/peripheral/camera/interfaces/hdi_passthrough/callback/src/ |
D | stream_operator_callback.cpp | 23 HDF_LOGV("%{public}s, enter.", __func__); in OnCaptureStarted() 29 HDF_LOGV("%{public}s, enter.", __func__); in OnCaptureEnded() 35 HDF_LOGV("%{public}s, enter.", __func__); in OnCaptureError() 41 HDF_LOGV("%{public}s, enter.", __func__); in OnFrameShutter()
|
D | camera_host_callback.cpp | 22 HDF_LOGV("%{public}s, enter.", __func__); in OnCameraStatus() 27 HDF_LOGV("%{public}s, enter.", __func__); in OnFlashlightStatus() 32 HDF_LOGV("%{public}s, enter. cameraId = %{public}s, event = %{public}d", in OnCameraEvent()
|
D | camera_device_callback.cpp | 22 HDF_LOGV("%{public}s, enter.", __func__); in OnError() 27 HDF_LOGV("%{public}s, enter.", __func__); in OnResult()
|
/drivers/peripheral/camera/test/common/callback/src/ |
D | stream_operator_callback.cpp | 25 HDF_LOGV("%{public}s, enter.", __func__); in OnCaptureStarted() 33 HDF_LOGV("%{public}s, enter.", __func__); in OnCaptureEnded() 41 HDF_LOGV("%{public}s, enter.", __func__); in OnCaptureError() 51 HDF_LOGV("%{public}s, enter.", __func__); in OnFrameShutter()
|
D | camera_host_callback.cpp | 25 HDF_LOGV("%{public}s, enter.", __func__); in OnCameraStatus() 31 HDF_LOGV("%{public}s, enter. cameraId = %s, status = %d", in OnFlashlightStatus() 38 HDF_LOGV("%{public}s, enter. cameraId = %s, event = %d", in OnCameraEvent()
|
D | camera_device_callback.cpp | 25 HDF_LOGV("%{public}s, enter.", __func__); in OnError() 33 HDF_LOGV("%{public}s, enter.", __func__); in OnResult()
|
/drivers/hdf_core/framework/support/platform/include/fwk/ |
D | platform_log.h | 17 #define PLAT_LOGV(fmt, arg...) HDF_LOGV(fmt, ##arg)
|
/drivers/peripheral/usb/gadget/function/mtp/src/ |
D | usbfn_mtp_impl.cpp | 209 HDF_LOGV("%{public}s: usb mtpDev device was disconnected", __func__); in UsbFnRequestCtrlComplete() 213 HDF_LOGV("%{public}s: unexpected status %{public}d", __func__, req->status); in UsbFnRequestCtrlComplete() 228 … HDF_LOGV("%{public}s: async tx done: req(%{public}d/%{public}d)%{public}u/%{public}u, send " in UsbMtpPortTxReqCheck() 237 HDF_LOGV("%{public}s: tx req return disconnected", __func__); in UsbMtpPortTxReqCheck() 242 HDF_LOGV("%{public}s: unexpected status %{public}d", __func__, req->status); in UsbMtpPortTxReqCheck() 551 HDF_LOGV( in UsbMtpDeviceSetup() 1046 HDF_LOGV("%{public}s: unexpected status %{public}d", __func__, req->status); in Read() 1075 HDF_LOGV("%{public}s: send zero packet done: %{public}d", __func__, ret); in WriteEx() 1088 HDF_LOGV("%{public}s: device disconnected", __func__); in WriteEx() 1092 HDF_LOGV("%{public}s: unexpected status %{public}d", __func__, req->status); in WriteEx() [all …]
|
/drivers/hdf_core/interfaces/inner_api/utils/ |
D | hdf_log.h | 62 #define HDF_LOGV(fmt, args...) HDF_LOGV_WRAPPER(fmt, ##args) macro
|
/drivers/peripheral/codec/utils/include/ |
D | codec_log_wrapper.h | 57 #define CODEC_LOGV(fmt, ...) DECORATOR_HDFLOG(HDF_LOGV, fmt, ##__VA_ARGS__)
|
/drivers/hdf_core/framework/model/network/bluetooth/ |
D | hdf_bt_core.c | 248 HDF_LOGV("%s: enter", __func__); in BtMessageDispatcher() 327 HDF_LOGV("%s: enter", __func__); in HdfBtChipDriverBind() 524 HDF_LOGV("%s:driver init...", __func__); in HdfBtChipDriverInit()
|
/drivers/peripheral/camera/vdi_base/common/include/ |
D | camera.h | 71 #define CAMERA_LOGV(fmt, ...) DECORATOR_HDFLOG(HDF_LOGV, fmt, ##__VA_ARGS__)
|
/drivers/peripheral/usb/gadget/function/ecm/ |
D | cdcecm.c | 131 HDF_LOGV("%s: the device is disconnected", __func__); in UsbEcmRxPush() 136 HDF_LOGV("%s: unexpected status %d", __func__, req->status); in UsbEcmRxPush() 196 HDF_LOGV("%s: ecm device was disconnected", __func__); in UsbEcmWriteComplete() 199 HDF_LOGV("%s: unexpected status %d", __func__, req->status); in UsbEcmWriteComplete()
|
/drivers/peripheral/usb/test/unittest/hal/src/ |
D | usbfn_mtp_test.cpp | 101 HDF_LOGV("UsbfnMtpTest::PrintVector %{public}s", output.c_str()); in PrintVector() 146 …HDF_LOGV("UsbfnMtpTest::WriteRandomDataToFile file %{public}s: %{public}" PRIu64 "/%{public}" PRIu… in WriteRandomDataToFile() 163 …HDF_LOGV("UsbfnMtpTest::GenerateFile truncate %{public}s %{public}" PRId64 "", pathName.c_str(), f… in GenerateFile() 197 HDF_LOGV("UsbfnMtpTest::TearDownTestCase"); in TearDownTestCase()
|
/drivers/peripheral/usb/gadget/function/acm/ |
D | cdcacm.c | 131 HDF_LOGV("%s: the device is disconnected", __func__); in UsbSerialRxPush() 136 HDF_LOGV("%s: unexpected status %d", __func__, req->status); in UsbSerialRxPush() 310 HDF_LOGV("%s: acm device was disconnected", __func__); in UsbSerialWriteComplete() 313 HDF_LOGV("%s: unexpected status %d", __func__, req->status); in UsbSerialWriteComplete() 525 HDF_LOGV("%s: acm device was disconnected", __func__); in UsbSerialWriteSpeedComplete()
|
/drivers/hdf_core/framework/test/unittest/platform/virtual/ |
D | i3c_virtual.c | 70 HDF_LOGV("VirtualI3cXferI2cOneMsgPolling: flags:0x%x, len=%d", msg->flags, msg->len); in VirtualI3cXferI2cOneMsgPolling()
|
/drivers/hdf_core/framework/test/unittest/platform/common/ |
D | platform_dumper_test.c | 367 HDF_LOGV("PlatformDumperTestStartThread: waitting testing dumper thread finish..."); in PlatformDumperTestStartThread()
|
D | i3c_test.c | 396 HDF_LOGV("I3cTestStartThread: waitting testing I3c thread finish..."); in I3cTestStartThread()
|
D | can_test.c | 122 …HDF_LOGV("CanTestGetConfig: test on bus:0x%x, bitRate:%u, workMode:0x%x", config->busNum, config->… in CanTestGetConfig()
|
/drivers/hdf_core/framework/test/unittest/osal/ |
D | osal_all_test.c | 835 HDF_LOGV("%s", __func__); in OsaLogTest()
|