Searched refs:memoryVector (Results 1 – 2 of 2) sorted by relevance
1101 memoryVector = mMemoryVector] () -> sp<Codec2Buffer> { in toArrayMode()1102 return Alloc(pool, format, usage, memoryVector); in toArrayMode()1113 const std::shared_ptr<std::vector<EncryptedLinearInputBuffers::Entry>> &memoryVector) { in Alloc() argument1124 for (; slot < memoryVector->size(); ++slot) { in Alloc()1125 if (memoryVector->at(slot).block.expired()) { in Alloc()1126 memory = memoryVector->at(slot).memory; in Alloc()1127 heapSeqNum = memoryVector->at(slot).heapSeqNum; in Alloc()1145 memoryVector->at(slot).block = block; in Alloc()
899 const std::shared_ptr<std::vector<Entry>> &memoryVector);