Searched refs:memoryVector (Results 1 – 2 of 2) sorted by relevance
612 memoryVector = mMemoryVector] () -> sp<Codec2Buffer> { in toArrayMode()613 return Alloc(pool, format, usage, memoryVector); in toArrayMode()624 const std::shared_ptr<std::vector<EncryptedLinearInputBuffers::Entry>> &memoryVector) { in Alloc() argument635 for (; slot < memoryVector->size(); ++slot) { in Alloc()636 if (memoryVector->at(slot).block.expired()) { in Alloc()637 memory = memoryVector->at(slot).memory; in Alloc()638 heapSeqNum = memoryVector->at(slot).heapSeqNum; in Alloc()652 memoryVector->at(slot).block = block; in Alloc()
611 const std::shared_ptr<std::vector<Entry>> &memoryVector);