Home
last modified time | relevance | path

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

/hardware/google/camera/common/hal/google_camera_hal/
Dhwl_buffer_allocator.cc31 CameraBufferAllocatorHwl* camera_buffer_allocator_hwl) { in Create() argument
41 hwl_buffer_allocator->Initialize(camera_buffer_allocator_hwl); in Create()
54 CameraBufferAllocatorHwl* camera_buffer_allocator_hwl) { in Initialize() argument
56 if (camera_buffer_allocator_hwl == nullptr) { in Initialize()
59 camera_buffer_allocator_hwl_ = camera_buffer_allocator_hwl; in Initialize()
Dhwl_buffer_allocator.h38 CameraBufferAllocatorHwl* camera_buffer_allocator_hwl);
53 status_t Initialize(CameraBufferAllocatorHwl* camera_buffer_allocator_hwl);
/hardware/google/camera/common/hal/tests/
Dmock_provider_hwl.h105 camera_buffer_allocator_hwl) override { in CreateBufferAllocatorHwl() argument
106 if (camera_buffer_allocator_hwl == nullptr) { in CreateBufferAllocatorHwl()
/hardware/google/camera/common/hal/hwl_interface/
Dcamera_provider_hwl.h73 std::unique_ptr<CameraBufferAllocatorHwl>* camera_buffer_allocator_hwl) = 0;
/hardware/google/camera/devices/EmulatedCamera/hwl/
DEmulatedCameraProviderHWLImpl.h73 camera_buffer_allocator_hwl) override;
DEmulatedCameraProviderHWLImpl.cpp888 std::unique_ptr<CameraBufferAllocatorHwl>* camera_buffer_allocator_hwl) { in CreateBufferAllocatorHwl() argument
889 if (camera_buffer_allocator_hwl == nullptr) { in CreateBufferAllocatorHwl()