Home
last modified time | relevance | path

Searched refs:base_allocator (Results 1 – 3 of 3) sorted by relevance

/hardware/google/camera/common/hal/tests/
Dmock_buffer_allocator_hwl.h35 std::unique_ptr<CameraBufferAllocatorHwl> base_allocator; in Create() local
36 base_allocator.reset(dynamic_cast<CameraBufferAllocatorHwl*>( in Create()
39 return base_allocator; in Create()
/hardware/google/camera/common/hal/utils/
Dhwl_buffer_allocator.cc47 std::unique_ptr<IHalBufferAllocator> base_allocator; in Create() local
48 base_allocator.reset(hwl_buffer_allocator.release()); in Create()
50 return base_allocator; in Create()
Dgralloc_buffer_allocator.cc40 std::unique_ptr<IHalBufferAllocator> base_allocator; in Create() local
41 base_allocator.reset(gralloc_buffer_allocator.release()); in Create()
43 return base_allocator; in Create()