Lines Matching refs:Memory
186 Memory::Memory(hal::hidl_memory memory) in Memory() function in android::nn::Memory
190 Memory::Memory(hal::hidl_memory memory, std::unique_ptr<MemoryValidatorBase> validator) in Memory() function in android::nn::Memory
193 Memory::Memory(sp<hal::IBuffer> buffer, uint32_t token) in Memory() function in android::nn::Memory
196 Memory::~Memory() { in ~Memory()
204 Request::MemoryPool Memory::getMemoryPool() const { in getMemoryPool()
214 std::optional<RunTimePoolInfo> Memory::getRunTimePoolInfo() const { in getRunTimePoolInfo()
223 intptr_t Memory::getKey() const { in getKey()
227 void Memory::usedBy(const std::shared_ptr<ExecutionBurstController>& burst) const { in usedBy()
279 static int copyInternal(const Memory& src, const Memory& dst) { in copyInternal()
310 int Memory::copy(const Memory& src, const Memory& dst) { in copy()
487 std::pair<int, std::unique_ptr<Memory>> MemoryBuilder::allocate() const { in allocate()
494 std::unique_ptr<Memory> memory; in allocate()
539 : Memory(std::move(memory)), kMappedMemory(std::move(mapped)) {} in MemoryAshmem()
583 MemoryFd::MemoryFd(hidl_memory memory) : Memory(std::move(memory)) {} in MemoryFd()
645 : Memory(std::move(memory)), mAhwb(ahwb), mBuffer(buffer) { in MemoryRuntimeAHWB()
669 : Memory(std::move(buffer), token) {} in MemoryFromDevice()