Searched refs:sourcesSize (Results 1 – 2 of 2) sorted by relevance
77 int32_t sourcesSize = static_cast<int32_t>(sources_.size()); in Find() local78 if (afterPos_[res].sourcesVal < 0 || afterPos_[res].sourcesVal >= sourcesSize) { in Find()
806 uint32_t sourcesSize = 0;807 if (!data.ReadUint32(sourcesSize)) {812 …HDI_CHECK_VALUE_RETURN(sourcesSize, >, HDI_BUFF_MAX_SIZE / sizeof(OHOS::HDI::DistributedAudio::Aud…814 dataBlock.sources.reserve(sourcesSize);815 for (uint32_t i0 = 0; i0 < sourcesSize; ++i0) {