Searched refs:base_allocator (Results 1 – 6 of 6) 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()
62 TfDeviceId tf_device_id, Allocator* base_allocator,67 Allocator* base_allocator, char* scratch);
905 Allocator* base_allocator, in Reinitialize() argument912 platform_device_id, base_allocator, scratch); in Reinitialize()918 Allocator* base_allocator, in Reinitialize() argument922 platform_device_id, base_allocator, scratch); in Reinitialize()
104 >::type base_allocator; typedef108 typedef allocator_traits<base_allocator> base_alloc_traits;