Searched refs:memoryVector (Results 1 – 2 of 2) sorted by relevance
853 memoryVector = mMemoryVector] () -> sp<Codec2Buffer> { in toArrayMode()854 return Alloc(pool, format, usage, memoryVector); in toArrayMode()865 const std::shared_ptr<std::vector<EncryptedLinearInputBuffers::Entry>> &memoryVector) { in Alloc() argument876 for (; slot < memoryVector->size(); ++slot) { in Alloc()877 if (memoryVector->at(slot).block.expired()) { in Alloc()878 memory = memoryVector->at(slot).memory; in Alloc()879 heapSeqNum = memoryVector->at(slot).heapSeqNum; in Alloc()893 memoryVector->at(slot).block = block; in Alloc()
868 const std::shared_ptr<std::vector<Entry>> &memoryVector);