Home
last modified time | relevance | path

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

12

/hardware/google/camera/common/hal/tests/
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()
Dmock_provider_hwl.h104 status_t CreateBufferAllocatorHwl(std::unique_ptr<CameraBufferAllocatorHwl>* in CreateBufferAllocatorHwl()
Dmock_device_hwl.h128 CameraBufferAllocatorHwl* /*camera_allocator_hwl*/, in CreateCameraDeviceSessionHwl() argument
/hardware/google/camera/common/hal/utils/
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;
Dhwl_buffer_allocator.cc31 CameraBufferAllocatorHwl* camera_buffer_allocator_hwl) { in Create()
54 CameraBufferAllocatorHwl* camera_buffer_allocator_hwl) { in Initialize()
/hardware/google/camera/common/hal/google_camera_hal/
Dcapture_session_utils.h44 CameraBufferAllocatorHwl* camera_allocator_hwl)>;
60 CameraBufferAllocatorHwl* camera_buffer_allocator_hwl,
83 CameraBufferAllocatorHwl* camera_buffer_allocator_hwl,
Dcamera_device.h42 CameraBufferAllocatorHwl* camera_allocator_hwl = nullptr,
129 CameraBufferAllocatorHwl* camera_allocator_hwl);
136 CameraBufferAllocatorHwl* camera_allocator_hwl_ = nullptr;
Dcapture_session_wrapper_process_block.h43 CameraBufferAllocatorHwl* camera_buffer_allocator_hwl,
72 CameraBufferAllocatorHwl* camera_buffer_allocator_hwl,
112 CameraBufferAllocatorHwl* camera_buffer_allocator_hwl_ = nullptr;
Dzsl_snapshot_capture_session.h74 CameraBufferAllocatorHwl* camera_buffer_allocator_hwl,
93 CameraBufferAllocatorHwl* camera_buffer_allocator_hwl,
177 CameraBufferAllocatorHwl* camera_buffer_allocator_hwl_ = nullptr;
Dcamera_device_session.h85 CameraBufferAllocatorHwl* camera_allocator_hwl = nullptr);
149 CameraBufferAllocatorHwl* camera_allocator_hwl,
371 CameraBufferAllocatorHwl* camera_allocator_hwl_ = nullptr;
Dcapture_session_wrapper_process_block.cc43 CameraBufferAllocatorHwl* camera_buffer_allocator_hwl, in Create()
81 CameraBufferAllocatorHwl* camera_buffer_allocator_hwl, in CaptureSessionWrapperProcessBlock()
Dcapture_session_utils.cc32 CameraBufferAllocatorHwl* camera_buffer_allocator_hwl, in CreateCaptureSession()
Dcamera_provider.h91 std::unique_ptr<CameraBufferAllocatorHwl> camera_allocator_hwl_;
Dbasic_capture_session.h64 CameraBufferAllocatorHwl* camera_allocator_hwl = nullptr);
Ddual_ir_capture_session.h67 CameraBufferAllocatorHwl* camera_allocator_hwl);
Dhdrplus_capture_session.h66 CameraBufferAllocatorHwl* camera_allocator_hwl = nullptr);
Dcamera_device.cc127 CameraBufferAllocatorHwl* camera_allocator_hwl, in Create()
154 CameraBufferAllocatorHwl* camera_allocator_hwl) { in Initialize()
Drgbird_capture_session.h70 CameraBufferAllocatorHwl* camera_allocator_hwl = nullptr);
/hardware/google/camera/common/hal/hwl_interface/
Dcamera_buffer_allocator_hwl.h36 class CameraBufferAllocatorHwl {
38 virtual ~CameraBufferAllocatorHwl() = default;
Dcapture_session.h83 CameraBufferAllocatorHwl* camera_allocator_hwl) = 0;
Dcamera_provider_hwl.h73 std::unique_ptr<CameraBufferAllocatorHwl>* camera_buffer_allocator_hwl) = 0;
Dcamera_device_hwl.h103 CameraBufferAllocatorHwl* camera_allocator_hwl,
/hardware/google/camera/devices/EmulatedCamera/hwl/
DEmulatedCameraProviderHWLImpl.h28 using google_camera_hal::CameraBufferAllocatorHwl;
73 status_t CreateBufferAllocatorHwl(std::unique_ptr<CameraBufferAllocatorHwl>*
DEmulatedCameraDeviceHWLImpl.h33 using google_camera_hal::CameraBufferAllocatorHwl;
83 CameraBufferAllocatorHwl* camera_allocator_hwl,
DEmulatedCameraDeviceHWLImpl.cpp258 CameraBufferAllocatorHwl* /*camera_allocator_hwl*/, in CreateCameraDeviceSessionHwl() argument

12