Searched refs:totalLen (Results 1 – 6 of 6) sorted by relevance
171 uint32_t totalLen = 0; in I2sRecordTest() local172 while ((i <= READ_TEST_TIMES) && (totalLen <= READ_TEST_FILE_SIZE)) { in I2sRecordTest()182 totalLen += test->len; in I2sRecordTest()
66 int32_t totalLen = 0; in GetArrayStr() local89 ret = memcpy_s(arrayStr + totalLen, len, value, len); in GetArrayStr()94 totalLen += len; in GetArrayStr()
409 uint32_t totalLen = setting.capacity(); in DecodeFromString() local414 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()
644 unsigned int totalLen = 0; in OsSubmitIsoRequest() local652 totalLen += packetLen; in OsSubmitIsoRequest()654 if (request->length < totalLen) { in OsSubmitIsoRequest()
786 unsigned int totalLen = 0; in OsSubmitIsoRequest() local805 totalLen += packetLen; in OsSubmitIsoRequest()807 if (request->length < totalLen) { in OsSubmitIsoRequest()
167 int32_t totalLen = 0; in GetArrayStr() local190 ret = memcpy_s(g_arrayStr + totalLen, len, value, len); in GetArrayStr()195 totalLen += len; in GetArrayStr()