Searched refs:memoryVector (Results 1 – 2 of 2) sorted by relevance
856 memoryVector = mMemoryVector] () -> sp<Codec2Buffer> { in toArrayMode()857 return Alloc(pool, format, usage, memoryVector); in toArrayMode()868 const std::shared_ptr<std::vector<EncryptedLinearInputBuffers::Entry>> &memoryVector) { in Alloc() argument879 for (; slot < memoryVector->size(); ++slot) { in Alloc()880 if (memoryVector->at(slot).block.expired()) { in Alloc()881 memory = memoryVector->at(slot).memory; in Alloc()882 heapSeqNum = memoryVector->at(slot).heapSeqNum; in Alloc()896 memoryVector->at(slot).block = block; in Alloc()
868 const std::shared_ptr<std::vector<Entry>> &memoryVector);