Lines Matching defs:nextIndex
1241 uint32_t nextIndex = FindNextIndex(readIndex, type, receiverId);
1243 if (nextIndex == readIndex) {
1262 notifier->videoIndex = nextIndex;
1264 notifier->audioIndex = nextIndex;
1266 notifier->videoIndex = nextIndex;
1267 notifier->audioIndex = nextIndex;
1792 auto nextIndex = keyIndexList_.back();
1796 SHARING_LOGD("receiverId: %{public}u, videoIndex: %{public}d, nextIndex: %{public}d.",
1797 notifier->GetReceiverId(), notifier->videoIndex, nextIndex);
1799 notifier->videoIndex = nextIndex;
1800 for (auto i = curIndex; i < nextIndex; i++) {