Home
last modified time | relevance | path

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

/aosp_15_r20/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()
/aosp_15_r20/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()
/aosp_15_r20/external/tensorflow/tensorflow/core/common_runtime/gpu/
H A Dgpu_device.h62 TfDeviceId tf_device_id, Allocator* base_allocator,
67 Allocator* base_allocator, char* scratch);
H A Dgpu_device.cc905 Allocator* base_allocator, in Reinitialize() argument
912 platform_device_id, base_allocator, scratch); in Reinitialize()
918 Allocator* base_allocator, in Reinitialize() argument
922 platform_device_id, base_allocator, scratch); in Reinitialize()
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/multi_index/include/boost/multi_index/detail/
Dhash_index_node.hpp104 >::type base_allocator; typedef
108 typedef allocator_traits<base_allocator> base_alloc_traits;