Home
last modified time | relevance | path

Searched refs:totalLen (Results 1 – 6 of 6) sorted by relevance

/drivers/hdf_core/framework/test/unittest/platform/common/
Di2s_test.c171 uint32_t totalLen = 0; in I2sRecordTest() local
172 while ((i <= READ_TEST_TIMES) && (totalLen <= READ_TEST_FILE_SIZE)) { in I2sRecordTest()
182 totalLen += test->len; in I2sRecordTest()
/drivers/peripheral/codec/test/unittest/hdi_v1.0/
Dcodec_proxy_test.cpp66 int32_t totalLen = 0; in GetArrayStr() local
89 ret = memcpy_s(arrayStr + totalLen, len, value, len); in GetArrayStr()
94 totalLen += len; in GetArrayStr()
/drivers/interface/camera/metadata/src/
Dmetadata_utils.cpp409 uint32_t totalLen = setting.capacity(); in DecodeFromString() local
414 IF_COND_PRINT_MSG_AND_RETURN(totalLen < headerLength, in DecodeFromString()
436 if (totalLen < ((decodeData - &setting[0]) + itemLen)) { in DecodeFromString()
454 …IF_COND_PRINT_MSG_AND_RETURN(totalLen < static_cast<uint32_t>(((decodeData - &setting[0]) + meta->… in DecodeFromString()
/drivers/peripheral/usb/ddk/host/src/
Dlinux_adapter.c644 unsigned int totalLen = 0; in OsSubmitIsoRequest() local
652 totalLen += packetLen; in OsSubmitIsoRequest()
654 if (request->length < totalLen) { in OsSubmitIsoRequest()
Dliteos_adapter.c786 unsigned int totalLen = 0; in OsSubmitIsoRequest() local
805 totalLen += packetLen; in OsSubmitIsoRequest()
807 if (request->length < totalLen) { in OsSubmitIsoRequest()
/drivers/peripheral/codec/test/unittest/hdi_adapter/
Dcodec_hdi_adapter_test.cpp167 int32_t totalLen = 0; in GetArrayStr() local
190 ret = memcpy_s(g_arrayStr + totalLen, len, value, len); in GetArrayStr()
195 totalLen += len; in GetArrayStr()