Home
last modified time | relevance | path

Searched refs:HDF_LOGD (Results 1 – 25 of 293) sorted by relevance

12345678910>>...12

/ohos5.0/drivers/peripheral/display/buffer/test/moduletest/
H A Ddisplay_buffer_mt.cpp94 HDF_LOGD("-------------------------------------"); in DumpBufferHandle()
95 HDF_LOGD("fd =%{public}d", handle.fd); in DumpBufferHandle()
96 HDF_LOGD("width =%{public}d", handle.width); in DumpBufferHandle()
97 HDF_LOGD("stride =%{public}d", handle.stride); in DumpBufferHandle()
98 HDF_LOGD("height =%{public}d", handle.height); in DumpBufferHandle()
99 HDF_LOGD("size =0x%{public}x", handle.size); in DumpBufferHandle()
100 HDF_LOGD("format =%{public}d", handle.format); in DumpBufferHandle()
102 HDF_LOGD("reserveFds =%{public}d", handle.reserveFds); in DumpBufferHandle()
104 HDF_LOGD("-------------------------------------"); in DumpBufferHandle()
125 HDF_LOGD("Mmap successful"); in RunTest()
[all …]
/ohos5.0/drivers/hdf_core/framework/test/unittest/platform/virtual/
H A Dregulator_virtual.c41 HDF_LOGD("VirtualRegulatorEnable %s success !\n", node->regulatorInfo.name); in VirtualRegulatorEnable()
53 HDF_LOGD("VirtualRegulatorDisable %s success !\n", node->regulatorInfo.name); in VirtualRegulatorDisable()
64 HDF_LOGD("VirtualRegulatorSetVoltage %s [%u, %u] success!\n", in VirtualRegulatorSetVoltage()
88 HDF_LOGD("VirtualRegulatorSetCurrent %s [%d, %d] success!\n", in VirtualRegulatorSetCurrent()
113 HDF_LOGD("VirtualRegulatorGetStatus get %s %d success !\n", node->regulatorInfo.name, *status); in VirtualRegulatorGetStatus()
132 HDF_LOGD("VirtualRegulatorContinueReadHcs enter!"); in VirtualRegulatorContinueReadHcs()
164 HDF_LOGD("VirtualRegulatorContinueReadHcs: regulatorInfo:[%s][%d][%d]--[%d][%d]--[%d][%d]!", in VirtualRegulatorContinueReadHcs()
178 HDF_LOGD("VirtualRegulatorReadHcs enter:"); in VirtualRegulatorReadHcs()
192 HDF_LOGD("VirtualRegulatorReadHcs:name[%s]", regNode->regulatorInfo.name); in VirtualRegulatorReadHcs()
204 HDF_LOGD("VirtualRegulatorReadHcs:parentName[%s]", regNode->regulatorInfo.parentName); in VirtualRegulatorReadHcs()
[all …]
/ohos5.0/drivers/hdf_core/framework/test/unittest/platform/common/
H A Duart_test.c91 HDF_LOGD("UartTestGetConfig: done!"); in UartTestGetConfig()
143 HDF_LOGD("UartWriteTest: len is %d", tester->config.len); in UartWriteTest()
148 HDF_LOGD("UartWriteTest: success!"); in UartWriteTest()
166 HDF_LOGD("UartReadTest: success!"); in UartReadTest()
180 HDF_LOGD("UartSetBaudTest: success!"); in UartSetBaudTest()
194 HDF_LOGD("UartGetBaudTest: baud %u success!", baud); in UartGetBaudTest()
215 HDF_LOGD("UartSetAttributeTest: success!"); in UartSetAttributeTest()
232 HDF_LOGD("UartGetAttributeTest: rts %u", attribute.rts); in UartGetAttributeTest()
236 HDF_LOGD("UartGetAttributeTest: success!"); in UartGetAttributeTest()
249 HDF_LOGD("UartSetTransModeTest: success!"); in UartSetTransModeTest()
[all …]
H A Dpin_test.c42 HDF_LOGD("PinTestGetTestConfig: enter!"); in PinTestGetTestConfig()
86 HDF_LOGD("PinTestGetTestConfig: done!"); in PinTestGetTestConfig()
113 HDF_LOGD("PinTesterGet: done!"); in PinTesterGet()
145 HDF_LOGD("PinSetGetPullTest: done!"); in PinSetGetPullTest()
176 HDF_LOGD("PinSetGetStrengthTest: done!"); in PinSetGetStrengthTest()
210 HDF_LOGD("PinSetGetFuncTest: done!"); in PinSetGetFuncTest()
220 HDF_LOGD("PinTestSetUpAll: enter!"); in PinTestSetUpAll()
248 HDF_LOGD("PinTestSetUpAll: exit!"); in PinTestSetUpAll()
257 HDF_LOGD("PinTestTearDownAll: enter!"); in PinTestTearDownAll()
279 HDF_LOGD("PinTestTearDownAll: exit!"); in PinTestTearDownAll()
[all …]
H A Dsdio_test.c76 HDF_LOGD("TestSdioIncrAddrReadAndWriteOtherBytes: write, data[0]:%u!\n", data[0]); in TestSdioIncrAddrReadAndWriteOtherBytes()
93 HDF_LOGD("TestSdioIncrAddrReadAndWriteOneByte: read, val:%d!\n", val); in TestSdioIncrAddrReadAndWriteOneByte()
100 HDF_LOGD("TestSdioIncrAddrReadAndWriteOneByte: write, val:%d!\n", val); in TestSdioIncrAddrReadAndWriteOneByte()
108 HDF_LOGD("TestSdioIncrAddrReadAndWriteOneByte: read, val:%u!", val); in TestSdioIncrAddrReadAndWriteOneByte()
178 HDF_LOGD("TestSdioFixedAddrReadAndWriteOneByte: read, val:%d\n", val); in TestSdioFixedAddrReadAndWriteOneByte()
185 HDF_LOGD("TestSdioFixedAddrReadAndWriteOneByte: write, val:%d.", val); in TestSdioFixedAddrReadAndWriteOneByte()
193 HDF_LOGD("TestSdioFixedAddrReadAndWriteOneByte: read, val:%d.", val); in TestSdioFixedAddrReadAndWriteOneByte()
201 HDF_LOGD("TestSdioFixedAddrReadAndWriteOneByte: read, val:%d!", val); in TestSdioFixedAddrReadAndWriteOneByte()
241 HDF_LOGD("TestSdioFunc0ReadAndWriteBytes: Func0 Read, val :%d.", val); in TestSdioFunc0ReadAndWriteBytes()
260 HDF_LOGD("TestSdioFunc0ReadAndWriteBytes: Func0 Read, val:%u!", val); in TestSdioFunc0ReadAndWriteBytes()
[all …]
H A Di3c_test.c84 HDF_LOGD("I3cTestGetTestConfig: done!"); in I3cTestGetTestConfig()
112 HDF_LOGD("I3cTesterGet: done!"); in I3cTesterGet()
154 HDF_LOGD("I3cTestSetUpAll: enter!"); in I3cTestSetUpAll()
171 HDF_LOGD("I3cTestSetUpAll: exit!"); in I3cTestSetUpAll()
232 HDF_LOGD("I3cTestTransfer: done!"); in I3cTestTransfer()
267 HDF_LOGD("I3cTestSetConfig: done!"); in I3cTestSetConfig()
304 HDF_LOGD("I3cTestGetConfig: done!"); in I3cTestGetConfig()
313 HDF_LOGD("TestI3cIbiFunc: %.16s", (char *)data.buf); in TestI3cIbiFunc()
337 HDF_LOGD("I3cTestRequestIbi: done!"); in I3cTestRequestIbi()
361 HDF_LOGD("I3cTestFreeIbi: done!"); in I3cTestFreeIbi()
[all …]
H A Dhdmi_test.c135HDF_LOGD("TestHdmiEdidRawDataGet: HdmiReadSinkEdid success, len = %d, edid[1] = 0x%x!", len, edid[… in TestHdmiEdidRawDataGet()
152 HDF_LOGD("TestHdmiDeepColorSetAndGet: HdmiDeepColorGet success, color = %d!", color); in TestHdmiDeepColorSetAndGet()
165 HDF_LOGD("TestHdmiHdpHandle: hdp."); in TestHdmiHdpHandle()
167 HDF_LOGD("TestHdmiHdpHandle: unhdp."); in TestHdmiHdpHandle()
247 HDF_LOGD("HdmiTestFillConfig: busNum:%d!", tester->busNum); in HdmiTestFillConfig()
261 HDF_LOGD("HdmiTestBind: HDMI_TEST service bind success!"); in HdmiTestBind()
282 HDF_LOGD("HdmiTestInit: success!"); in HdmiTestInit()
/ohos5.0/drivers/peripheral/sensor/hdi_service/
H A Dsensor_clients_manager.cpp118 HDF_LOGD("%{public}s: service %{public}d insert the callback", __func__, serviceId); in ReportDataCbRegister()
124 HDF_LOGD("%{public}s: service %{public}d update the callback", __func__, serviceId); in ReportDataCbRegister()
134 HDF_LOGD("%{public}s: service %{public}d already UnRegister", __func__, serviceId); in ReportDataCbUnRegister()
140 HDF_LOGD("%{public}s: service: %{public}d, UnRegisterCB Success", __func__, serviceId); in ReportDataCbUnRegister()
179 HDF_LOGD("%{public}s: sensorId is %{public}d, samplingInterval is [%{public}" PRId64 "]," in UpdateClientPeriodCount()
214 HDF_LOGD("%{public}s: sensor: %{public}d is enabled first time", __func__, sensorId); in SetSensorBestConfig()
232 HDF_LOGD("%{public}s: sensor: %{public}d is enabled by sdc first time", __func__, sensorId); in SetSdcSensorBestConfig()
253 HDF_LOGD("%{public}s: sensor: %{public}d has no best config", __func__, sensorId); in GetSensorBestConfig()
316 HDF_LOGD("%{public}s: disabled sensor %{public}d", __func__, sensorId); in IsNeedCloseSensor()
444 HDF_LOGD("%{public}s sensor %{public}d is not enabled by anyone", __func__, sensorId); in GetServiceIds()
[all …]
/ohos5.0/drivers/hdf_core/framework/model/camera/parser/src/
H A Dcamera_config_parser.c165 HDF_LOGD("%s: name=%{public}s, id=%{public}d, aperture=%{public}d", __func__, in ParseCameraLensDeviceConfig()
268 HDF_LOGD("%s: not support sensor!", __func__); in ParseCameraSensorConfig()
297 HDF_LOGD("%s: not support isp!", __func__); in ParseCameraIspConfig()
310 HDF_LOGD("%s: ispConfig->ispNum = %{public}d!", __func__, ispConfig->ispNum); in ParseCameraIspConfig()
326 HDF_LOGD("%s: not support lens!", __func__); in ParseCameraLensConfig()
339 HDF_LOGD("%s: lensConfig->lensNum = %{public}d!", __func__, lensConfig->lensNum); in ParseCameraLensConfig()
355 HDF_LOGD("%s: not support vcm!", __func__); in ParseCameraVcmConfig()
368 HDF_LOGD("%s: vcmConfig->vcmNum = %{public}d!", __func__, vcmConfig->vcmNum); in ParseCameraVcmConfig()
384 HDF_LOGD("%s: not support flash!", __func__); in ParseCameraFlashConfig()
413 HDF_LOGD("%s: not support stream!", __func__); in ParseCameraStreamConfig()
[all …]
/ohos5.0/drivers/hdf_core/framework/support/platform/src/hdmi/
H A Dhdmi_frl.c26 HDF_LOGD("frl get sink version fail"); in HdmiFrlGetSinkVersion()
38 HDF_LOGD("frl get flt update fail"); in HdmiFrlGetFltUpdate()
52 HDF_LOGD("frl get frl start fail"); in HdmiFrlGetFrlStart()
66 HDF_LOGD("frl get flt ready fail"); in HdmiFrlGetFltReady()
79 HDF_LOGD("frl get test cfg1 fail"); in HdmiFrlGetTestConfig1()
109 HDF_LOGD("frl get frl start fail"); in HdmiFrlSetFrlStart()
120 HDF_LOGD("frl set frl start fail"); in HdmiFrlSetFrlStart()
127 HDF_LOGD("frl set cfg1 fail"); in HdmiFrlSetConfig1()
259 HDF_LOGD("min_rate: %d", i); in HdnmiFrlCheckFrlMode()
489 HDF_LOGD("FRL change to TMDS."); in HdmiFrlTrainingException()
[all …]
H A Dhdmi_core.c49 HDF_LOGD("not support cec"); in HdmiCecInit()
117 HDF_LOGD("not support frl"); in HdmiFrlInit()
151 HDF_LOGD("not support hdcp"); in HdmiHdcpInit()
189 HDF_LOGD("not support hdr"); in HdmiHdrInit()
242 HDF_LOGD("not support scdc"); in HdmiScdcInit()
796 HDF_LOGD("Y422 foce deepcolor 8bit"); in HdmiTmdsClockUpdate()
813 HDF_LOGD("Y420 not have supported vic."); in HdmiYcbcr420FormatCheck()
819 HDF_LOGD("Y420 supported vic is %d.", vic); in HdmiYcbcr420FormatCheck()
831 HDF_LOGD("Y420 have no supported vic."); in HdmiYcbcr420FormatCheck()
1279 HDF_LOGD("audio attr check fail"); in HdmiAttrUpdate()
[all …]
/ohos5.0/drivers/peripheral/vibrator/hdi_service/
H A Dvibrator_if_service.cpp103 HDF_LOGD("%{public}s: Enter the Start function", __func__); in Start()
121 HDF_LOGD("%{public}s: Enter the Stop function, mode: %{public}d", __func__, mode); in Stop()
183 HDF_LOGD("%{public}s: Enter the GetVibratorInfo function.", __func__); in GetVibratorInfo()
237 HDF_LOGD("%{public}s: Enter the EnableCompositeEffect function.", __func__); in EnableCompositeEffect()
274 HDF_LOGD("%{public}s: Enter the GetEffectInfo function.", __func__); in GetEffectInfo()
296 HDF_LOGD("%{public}s: Enter the IsVibratorRunning function", __func__); in IsVibratorRunning()
314 HDF_LOGD("%{public}s: Enter the PlayHapticPattern function", __func__); in PlayHapticPattern()
357 HDF_LOGD("%{public}s: Enter the GetHapticCapacity function", __func__); in GetHapticCapacity()
379 HDF_LOGD("%{public}s: Enter the GetHapticStartUpTime function", __func__); in GetHapticStartUpTime()
397 HDF_LOGD("%{public}s: Enter the StartByIntensity function", __func__); in StartByIntensity()
[all …]
/ohos5.0/drivers/peripheral/clearplay/hdi_service/common/
H A Ddata_parser.cpp35 HDF_LOGD("%{public}s: start", __func__); in ParsePssh()
42HDF_LOGD("%{public}s: memcmp(&initData[readPosition], &expectedSize, sizeof(expectedSize)) != 0", … in ParsePssh()
49 HDF_LOGD("%{public}s: without \"pssh\"", __func__); in ParsePssh()
59 HDF_LOGD("%{public}s: psshVersion error", __func__); in ParsePssh()
68 HDF_LOGD("%{public}s: uuid error", __func__); in ParsePssh()
76 HDF_LOGD("%{public}s: without \"kids\"", __func__); in ParsePssh()
98 HDF_LOGD("%{public}s: kids parse error", __func__); in ParsePssh()
/ohos5.0/drivers/hdf_core/framework/model/network/wifi/platform/src/message/nodes/
H A Dlocal_node.c50 HDF_LOGD("%s:HandleRequestMessage finished!", __func__); in HandleRequestMessage()
58 HDF_LOGD("%s: Not expected requestType!", __func__); in HandleResponseMessage()
77 HDF_LOGD("%s: HandleResponseMessage finished!", __func__); in HandleResponseMessage()
139 HDF_LOGD("%s:DestroyLocalNodeRemoteService finished!", __func__); in DestroyLocalNodeRemoteService()
161 HDF_LOGD("%s: Create local node service...!", __func__); in CreateLocalNodeService()
171 HDF_LOGD("%s: Service->dispatcher is null!", __func__); in CreateLocalNodeService()
188 HDF_LOGD("%s: CreateLocalNodeService finished!", __func__); in CreateLocalNodeService()
200 HDF_LOGD("%s:Init local node...", __func__); in InitLocalNode()
241 HDF_LOGD("%s: InitLocalNode finished! errCode=%d", __func__, errCode); in InitLocalNode()
257 HDF_LOGD("%s: DestroyLocalNode finished!", __func__); in DestroyLocalNode()
/ohos5.0/drivers/hdf_core/adapter/khdf/liteos_m/test/sample_driver/src/
H A Dsample_driver.c47 HDF_LOGD("%s:%s", __func__, data); in SampleServiceSetData()
59 HDF_LOGD("%s::enter", __func__); in HdfSampleDriverBind()
73 HDF_LOGD("%s::enter", __func__); in HdfSampleDriverInit()
78 HDF_LOGD("%s:Init success", __func__); in HdfSampleDriverInit()
/ohos5.0/drivers/peripheral/partitionslot/hdi_service/src/
H A Dpartitionslot_impl.cpp35 HDF_LOGD("%{public}s called!", __func__); in GetCurrentSlot()
41 HDF_LOGD("%{public}s called!", __func__); in GetSlotSuffix()
47 HDF_LOGD("%{public}s called!, slot is %{public}d", __func__, slot); in SetActiveSlot()
53 HDF_LOGD("%{public}s called!, slot is %{public}d", __func__, slot); in SetSlotUnbootable()
/ohos5.0/drivers/hdf_core/adapter/khdf/linux/manager/src/
H A Ddevmgr_pm_reg.c30 HDF_LOGD("%s enter", __func__); in DevmgrPmSuspend()
47 HDF_LOGD("%s enter", __func__); in DevmgrPmResume()
54 HDF_LOGD("%s resume done", __func__); in DevmgrPmResume()
83 HDF_LOGD("%s enter", __func__); in DevMgrPmRegister()
/ohos5.0/drivers/hdf_core/framework/model/network/wifi/platform/src/
H A Dhdf_wlan_config_parser.c128 HDF_LOGD("%s: mode=%u", __func__, macConfig->mode); in ParseWlanMac80211Config()
151 HDF_LOGD("%s: mode=%d\n", __func__, phyConfig->mode); in ParseWlanPhyConfig()
246 HDF_LOGD("%s: ParseWlanPowerConfig successful!", __func__); in ParseWlanPowerConfig()
282 HDF_LOGD("%s: ParseWlanPowersConfig successful!", __func__); in ParseWlanPowersConfig()
319 HDF_LOGD("%s: ParseWlanResetConfig successful!", __func__); in ParseWlanResetConfig()
363 HDF_LOGD("%s: ParseWlanBusConfig successful!", __func__); in ParseWlanBusConfig()
438 HDF_LOGD("%s: deviceListSize=%d", __func__, devConfig->deviceListSize); in ParseWlanDevListConfig()
464 HDF_LOGD("%s: ParseWlanChipBusConfig successful!", __func__); in ParseWlanChipBusConfig()
496 HDF_LOGD("%s: ParseWlanChipsCompsConfig successful!", __func__); in ParseWlanChipsCompsConfig()
518 HDF_LOGD("%s: chipSize=%hu", __func__, chipList->chipInstSize); in ParseWlanChipsConfig()
[all …]
/ohos5.0/drivers/peripheral/wlan/wpa/interfaces/hdi_service/service_common/
H A Dhdi_wpa_common.c121 HDF_LOGD("wpa_ctrl_request -> cmd: %{private}s", cmd); in StaCliCmd()
131 HDF_LOGD("wpa_ctrl_request -> buf: %{private}s", buf); in StaCliCmd()
148 HDF_LOGD("wpa_ctrl_request -> cmd: %{private}s", cmd); in P2pCliCmd()
158 HDF_LOGD("wpa_ctrl_request -> buf: %{private}s", buf); in P2pCliCmd()
175 HDF_LOGD("wpa_ctrl_request -> cmd: %{private}s", cmd); in ChbaCliCmd()
185 HDF_LOGD("wpa_ctrl_request -> buf: %{private}s", buf); in ChbaCliCmd()
202 HDF_LOGD("wpa_ctrl_request -> cmd: %{private}s", cmd); in CommonCliCmd()
212 HDF_LOGD("wpa_ctrl_request -> buf: %{private}s", buf); in CommonCliCmd()
/ohos5.0/drivers/peripheral/usb/ddk/device/src/
H A Dusb_accessory_uevent_handle.c35HDF_LOGD("%{public}s: devPath: %{public}s, accessory: %{public}s", __func__, info->devPath, info->… in UsbAccessoryDispatchUevent()
48 HDF_LOGD("%{public}s: msg: %{public}s, len: %{public}zd", __func__, msg, rcvLen); in UsbAccessoryUeventHandle()
58 HDF_LOGD("%{public}s:Full message: %{public}s", __func__, fullMsg); in UsbAccessoryUeventHandle()
94 HDF_LOGD("%{public}s: enter, ueventPath: %{public}s", __func__, ueventPath); in UsbAccessoryUeventInit()
/ohos5.0/drivers/hdf_core/framework/sample/platform/uart/src/
H A Duart_sample.c66 HDF_LOGD("%s: Enter", __func__); in SampleUartHostInit()
76 HDF_LOGD("%s: Enter", __func__); in SampleUartHostDeinit()
89 HDF_LOGD("%s: Enter", __func__); in SampleUartHostWrite()
112 HDF_LOGD("%s: Enter", __func__); in SampleUartHostSetBaud()
140 HDF_LOGD("%s: Enter", __func__); in SampleUartHostGetBaud()
286 HDF_LOGD("%s: Enter", __func__); in SampleUartDriverBind()
305 HDF_LOGD("%s: Enter", __func__); in SampleUartDriverInit()
328 HDF_LOGD("%s: Enter", __func__); in SampleUartDriverRelease()
/ohos5.0/drivers/hdf_core/framework/test/unittest/uevent/
H A Ddevmgr_uevent_test.c29 HDF_LOGD("%s enter", __func__); in HdfUeventDriverRelease()
40 HDF_LOGD("%s enter", __func__); in HdfUeventDriverBind()
56 HDF_LOGD("%s enter", __func__); in HdfUeventDriverInit()
/ohos5.0/drivers/peripheral/nfc/test/unittest/nfc_vendor_adaptions_test/
H A Dnfc_vendor_adaptions_test.cpp39 HDF_LOGD("SetUpTestCase NfcVendorAdaptionsTest"); in SetUpTestCase()
44 HDF_LOGD("TearDownTestCase NfcVendorAdaptionsTest"); in TearDownTestCase()
49 HDF_LOGD("SetUp NfcVendorAdaptionsTest"); in SetUp()
54 HDF_LOGD("TearDown NfcVendorAdaptionsTest"); in TearDown()
/ohos5.0/drivers/peripheral/wlan/chip/hdi_service/
H A Dwifi_sta_iface.cpp137 HDF_LOGD("StartScan"); in StartScan()
147 HDF_LOGD("GetScanInfos"); in GetScanInfos()
157 HDF_LOGD("StartPnoScan"); in StartPnoScan()
167 HDF_LOGD("StopPnoScan"); in StopPnoScan()
186 HDF_LOGD("EnablePowerMode"); in EnablePowerMode()
/ohos5.0/drivers/hdf_core/framework/model/storage/src/mtd/
H A Dmtd_spi_common.c24 HDF_LOGD("SpiFlashDumpDefualt: cs = %u, addrCycle = %u!", spi->cs, spi->addrCycle); in SpiFlashDumpDefualt()
27 HDF_LOGD("SpiFlashDumpDefualt: readCfg -> ifType:%u, cmd:0x%x, dummy:%u, size:%u, clock:%u!", in SpiFlashDumpDefualt()
30 HDF_LOGD("SpiFlashDumpDefualt: writeCfg -> ifType:%u, cmd:0x%x, dummy:%u, size:%u, clock:%u!", in SpiFlashDumpDefualt()
33 HDF_LOGD("SpiFlashDumpDefualt: eraseCfg -> ifType:%u, cmd:0x%x, dummy:%u, size:%u, clock:%u!", in SpiFlashDumpDefualt()

12345678910>>...12