Home
last modified time | relevance | path

Searched refs:cur (Results 1 - 6 of 6) sorted by relevance

/drivers/peripheral/thermal/interfaces/hdi_service/src/
H A Dthermal_hdf_config.cpp97 auto cur = node->xmlChildrenNode; in ParseBaseNode() local
99 while (cur != nullptr) { in ParseBaseNode()
101 xmlChar* xmlTag = xmlGetProp(cur, BAD_CAST"tag"); in ParseBaseNode()
108 xmlChar* xmlValue = xmlGetProp(cur, BAD_CAST"value"); in ParseBaseNode()
116 cur = cur->next; in ParseBaseNode()
140 auto cur = node->xmlChildrenNode; in ParsePollingNode() local
141 while (cur != nullptr) { in ParsePollingNode()
144 std::string groupName = GetXmlNodeName(cur, groupDefaultName); in ParsePollingNode()
148 xmlChar* xmlInterval = xmlGetProp(cur, BAD_CAS in ParsePollingNode()
212 auto cur = node->xmlChildrenNode; ParseTracingNode() local
277 auto cur = node->xmlChildrenNode; ParseIsolateNode() local
[all...]
/drivers/peripheral/codec/test/demo/v2.0/src/
H A Dcodec_packet_reader.cpp68 ioIn.seekg(-START_CODE_SIZE_FRAME, std::ios_base::cur); in ReadOnePacket()
73 ioIn.seekg(-START_CODE_SIZE_SLICE, std::ios_base::cur); in ReadOnePacket()
109 ioIn.seekg(START_CODE_OFFSET_THIRD, std::ios_base::cur); in ReadOnePacket()
/drivers/peripheral/thermal/interfaces/hdi_service/include/
H A Dthermal_hdf_config.h66 void ParseConfigInfo(const xmlNode* cur, std::vector<XMLThermalZoneInfo>& tzInfoList,
/drivers/peripheral/usb/hdi_service/include/
H A Dusbd.h51 uint32_t cur; member
/drivers/peripheral/usb/hdi_service/src/
H A Dusbd_dispatcher.cpp1182 int32_t actLength = static_cast<int32_t>(handle->cur); in UsbdBulkWriteRemoteCallback()
1237 if (handle->cur < handle->size) { in UsbdBulkAsyncGetAsmData()
1239 (handle->size - handle->cur) < maxPacketSize ? (handle->size - handle->cur) : maxPacketSize; in UsbdBulkAsyncGetAsmData()
1240 params->dataReq.buffer = handle->starAddr + handle->cur; in UsbdBulkAsyncGetAsmData()
1241 handle->cur += params->dataReq.length; in UsbdBulkAsyncGetAsmData()
1262 if (handle->cur < handle->size) { in UsbdBulkAsyncGetAsmReqLen()
1263 tlen = handle->size - handle->cur; in UsbdBulkAsyncGetAsmReqLen()
1265 handle->cur += tlen; in UsbdBulkAsyncGetAsmReqLen()
H A Dusb_impl.cpp758 handle->cur = 0; in InitAsmBufferHandle()
840 handle->cur = 0; in ReleaseAsmBufferHandle()
849 handle->cur = 0; in ReleaseAsmBufferHandle()

Completed in 10 milliseconds