Searched refs:base_allocator (Results 1 – 3 of 3) sorted by relevance
35 std::unique_ptr<CameraBufferAllocatorHwl> base_allocator; in Create() local36 base_allocator.reset(dynamic_cast<CameraBufferAllocatorHwl*>( in Create()39 return base_allocator; in Create()
47 std::unique_ptr<IHalBufferAllocator> base_allocator; in Create() local48 base_allocator.reset(hwl_buffer_allocator.release()); in Create()50 return base_allocator; in Create()
40 std::unique_ptr<IHalBufferAllocator> base_allocator; in Create() local41 base_allocator.reset(gralloc_buffer_allocator.release()); in Create()43 return base_allocator; in Create()