Home
last modified time | relevance | path

Searched refs:CameraBufferAllocatorHwl (Results 1 – 25 of 32) sorted by relevance

12

/aosp12/hardware/google/camera/common/hal/tests/
H A Dmock_buffer_allocator_hwl.h29 class MockBufferAllocatorHwl : public CameraBufferAllocatorHwl {
31 static std::unique_ptr<CameraBufferAllocatorHwl> Create() { in Create()
35 std::unique_ptr<CameraBufferAllocatorHwl> base_allocator; in Create()
36 base_allocator.reset(dynamic_cast<CameraBufferAllocatorHwl*>( in Create()
H A Dmock_device_hwl.h98 CameraBufferAllocatorHwl* /*camera_allocator_hwl*/, in CreateCameraDeviceSessionHwl() argument
H A Dmock_provider_hwl.h104 status_t CreateBufferAllocatorHwl(std::unique_ptr<CameraBufferAllocatorHwl>* in CreateBufferAllocatorHwl()
/aosp12/hardware/google/camera/common/hal/utils/
H A Dhwl_buffer_allocator.h38 CameraBufferAllocatorHwl* camera_buffer_allocator_hwl);
53 status_t Initialize(CameraBufferAllocatorHwl* camera_buffer_allocator_hwl);
59 CameraBufferAllocatorHwl* camera_buffer_allocator_hwl_ = nullptr;
H A Dhwl_buffer_allocator.cc31 CameraBufferAllocatorHwl* camera_buffer_allocator_hwl) { in Create()
54 CameraBufferAllocatorHwl* camera_buffer_allocator_hwl) { in Initialize()
/aosp12/hardware/google/camera/common/hal/google_camera_hal/
H A Dcamera_device.h40 CameraBufferAllocatorHwl* camera_allocator_hwl = nullptr,
94 CameraBufferAllocatorHwl* camera_allocator_hwl);
101 CameraBufferAllocatorHwl* camera_allocator_hwl_ = nullptr;
H A Dcapture_session_utils.h43 CameraBufferAllocatorHwl* camera_allocator_hwl)>;
59 CameraBufferAllocatorHwl* camera_buffer_allocator_hwl,
82 CameraBufferAllocatorHwl* camera_buffer_allocator_hwl,
H A Dcapture_session_wrapper_process_block.h43 CameraBufferAllocatorHwl* camera_buffer_allocator_hwl,
72 CameraBufferAllocatorHwl* camera_buffer_allocator_hwl,
112 CameraBufferAllocatorHwl* camera_buffer_allocator_hwl_ = nullptr;
H A Dzsl_snapshot_capture_session.h72 CameraBufferAllocatorHwl* camera_buffer_allocator_hwl,
91 CameraBufferAllocatorHwl* camera_buffer_allocator_hwl,
173 CameraBufferAllocatorHwl* camera_buffer_allocator_hwl_ = nullptr;
H A Dcamera_device_session.h85 CameraBufferAllocatorHwl* camera_allocator_hwl = nullptr);
147 CameraBufferAllocatorHwl* camera_allocator_hwl,
366 CameraBufferAllocatorHwl* camera_allocator_hwl_ = nullptr;
H A Dcapture_session_wrapper_process_block.cc43 CameraBufferAllocatorHwl* camera_buffer_allocator_hwl, in Create()
81 CameraBufferAllocatorHwl* camera_buffer_allocator_hwl, in CaptureSessionWrapperProcessBlock()
H A Dcapture_session_utils.cc32 CameraBufferAllocatorHwl* camera_buffer_allocator_hwl, in CreateCaptureSession()
H A Dcamera_device.cc126 CameraBufferAllocatorHwl* camera_allocator_hwl, in Create()
153 CameraBufferAllocatorHwl* camera_allocator_hwl) { in Initialize()
H A Dbasic_capture_session.h59 CameraBufferAllocatorHwl* camera_allocator_hwl = nullptr);
H A Dcamera_provider.h91 std::unique_ptr<CameraBufferAllocatorHwl> camera_allocator_hwl_;
H A Ddual_ir_capture_session.h64 CameraBufferAllocatorHwl* camera_allocator_hwl);
H A Dhdrplus_capture_session.h63 CameraBufferAllocatorHwl* camera_allocator_hwl = nullptr);
H A Drgbird_capture_session.h66 CameraBufferAllocatorHwl* camera_allocator_hwl = nullptr);
/aosp12/hardware/google/camera/common/hal/hwl_interface/
H A Dcamera_buffer_allocator_hwl.h36 class CameraBufferAllocatorHwl {
38 virtual ~CameraBufferAllocatorHwl() = default;
H A Dcapture_session.h83 CameraBufferAllocatorHwl* camera_allocator_hwl) = 0;
H A Dcamera_device_hwl.h71 CameraBufferAllocatorHwl* camera_allocator_hwl,
H A Dcamera_provider_hwl.h73 std::unique_ptr<CameraBufferAllocatorHwl>* camera_buffer_allocator_hwl) = 0;
/aosp12/hardware/google/camera/devices/EmulatedCamera/hwl/
H A DEmulatedCameraDeviceHWLImpl.h30 using google_camera_hal::CameraBufferAllocatorHwl;
64 CameraBufferAllocatorHwl* camera_allocator_hwl,
H A DEmulatedCameraProviderHWLImpl.h28 using google_camera_hal::CameraBufferAllocatorHwl;
73 status_t CreateBufferAllocatorHwl(std::unique_ptr<CameraBufferAllocatorHwl>*
H A DEmulatedCameraDeviceHWLImpl.cpp162 CameraBufferAllocatorHwl* /*camera_allocator_hwl*/, in CreateCameraDeviceSessionHwl() argument

12