Home
last modified time | relevance | path

Searched defs:allocator (Results 1 – 2 of 2) sorted by relevance

/drivers/peripheral/camera/hal/buffer_manager/src/
Dbuffer_allocator_utils.cpp36 auto allocator = factory->GetBufferAllocator(source); in GetBufferAllocator() local
66 auto allocator = GetBufferAllocator(source); in AllocBuffer() local
74 auto allocator = GetAllocator(buffer); in FreeBuffer() local
81 auto allocator = GetAllocator(buffer); in MapBuffer() local
88 auto allocator = GetAllocator(buffer); in UnmapBuffer() local
95 auto allocator = GetAllocator(buffer); in FlushCache() local
102 auto allocator = GetAllocator(buffer); in InvalidateCache() local
Dbuffer_allocator_factory.cpp46 std::shared_ptr<IBufferAllocator> allocator(allocatorRegisterMap_[type]()); in CreateBufferAllocator() local