Searched refs:sourceVmas (Results 1 – 1 of 1) sorted by relevance
151 const std::vector<Vma>* sourceVmas; member in android::VmaBatchCreator165 : sourceVmas(vmasToBatch), in VmaBatchCreator()178 if (currentIndex_ >= MAX_VMAS_PER_BATCH && currentIndex_ >= sourceVmas->size()) { in createNextBatch()182 const std::vector<Vma>& vmas = *sourceVmas; in createNextBatch()