Searched refs:CameraBufferAllocatorHwl (Results 1 – 25 of 32) sorted by relevance
12
/hardware/google/camera/common/hal/tests/ |
D | mock_buffer_allocator_hwl.h | 29 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()
|
D | mock_provider_hwl.h | 104 status_t CreateBufferAllocatorHwl(std::unique_ptr<CameraBufferAllocatorHwl>* in CreateBufferAllocatorHwl()
|
D | mock_device_hwl.h | 128 CameraBufferAllocatorHwl* /*camera_allocator_hwl*/, in CreateCameraDeviceSessionHwl() argument
|
/hardware/google/camera/common/hal/utils/ |
D | hwl_buffer_allocator.h | 38 CameraBufferAllocatorHwl* camera_buffer_allocator_hwl); 53 status_t Initialize(CameraBufferAllocatorHwl* camera_buffer_allocator_hwl); 59 CameraBufferAllocatorHwl* camera_buffer_allocator_hwl_ = nullptr;
|
D | hwl_buffer_allocator.cc | 31 CameraBufferAllocatorHwl* camera_buffer_allocator_hwl) { in Create() 54 CameraBufferAllocatorHwl* camera_buffer_allocator_hwl) { in Initialize()
|
/hardware/google/camera/common/hal/google_camera_hal/ |
D | capture_session_utils.h | 44 CameraBufferAllocatorHwl* camera_allocator_hwl)>; 60 CameraBufferAllocatorHwl* camera_buffer_allocator_hwl, 83 CameraBufferAllocatorHwl* camera_buffer_allocator_hwl,
|
D | camera_device.h | 42 CameraBufferAllocatorHwl* camera_allocator_hwl = nullptr, 129 CameraBufferAllocatorHwl* camera_allocator_hwl); 136 CameraBufferAllocatorHwl* camera_allocator_hwl_ = nullptr;
|
D | capture_session_wrapper_process_block.h | 43 CameraBufferAllocatorHwl* camera_buffer_allocator_hwl, 72 CameraBufferAllocatorHwl* camera_buffer_allocator_hwl, 112 CameraBufferAllocatorHwl* camera_buffer_allocator_hwl_ = nullptr;
|
D | zsl_snapshot_capture_session.h | 74 CameraBufferAllocatorHwl* camera_buffer_allocator_hwl, 93 CameraBufferAllocatorHwl* camera_buffer_allocator_hwl, 177 CameraBufferAllocatorHwl* camera_buffer_allocator_hwl_ = nullptr;
|
D | camera_device_session.h | 85 CameraBufferAllocatorHwl* camera_allocator_hwl = nullptr); 149 CameraBufferAllocatorHwl* camera_allocator_hwl, 371 CameraBufferAllocatorHwl* camera_allocator_hwl_ = nullptr;
|
D | capture_session_wrapper_process_block.cc | 43 CameraBufferAllocatorHwl* camera_buffer_allocator_hwl, in Create() 81 CameraBufferAllocatorHwl* camera_buffer_allocator_hwl, in CaptureSessionWrapperProcessBlock()
|
D | capture_session_utils.cc | 32 CameraBufferAllocatorHwl* camera_buffer_allocator_hwl, in CreateCaptureSession()
|
D | camera_provider.h | 91 std::unique_ptr<CameraBufferAllocatorHwl> camera_allocator_hwl_;
|
D | basic_capture_session.h | 64 CameraBufferAllocatorHwl* camera_allocator_hwl = nullptr);
|
D | dual_ir_capture_session.h | 67 CameraBufferAllocatorHwl* camera_allocator_hwl);
|
D | hdrplus_capture_session.h | 66 CameraBufferAllocatorHwl* camera_allocator_hwl = nullptr);
|
D | camera_device.cc | 127 CameraBufferAllocatorHwl* camera_allocator_hwl, in Create() 154 CameraBufferAllocatorHwl* camera_allocator_hwl) { in Initialize()
|
D | rgbird_capture_session.h | 70 CameraBufferAllocatorHwl* camera_allocator_hwl = nullptr);
|
/hardware/google/camera/common/hal/hwl_interface/ |
D | camera_buffer_allocator_hwl.h | 36 class CameraBufferAllocatorHwl { 38 virtual ~CameraBufferAllocatorHwl() = default;
|
D | capture_session.h | 83 CameraBufferAllocatorHwl* camera_allocator_hwl) = 0;
|
D | camera_provider_hwl.h | 73 std::unique_ptr<CameraBufferAllocatorHwl>* camera_buffer_allocator_hwl) = 0;
|
D | camera_device_hwl.h | 103 CameraBufferAllocatorHwl* camera_allocator_hwl,
|
/hardware/google/camera/devices/EmulatedCamera/hwl/ |
D | EmulatedCameraProviderHWLImpl.h | 28 using google_camera_hal::CameraBufferAllocatorHwl; 73 status_t CreateBufferAllocatorHwl(std::unique_ptr<CameraBufferAllocatorHwl>*
|
D | EmulatedCameraDeviceHWLImpl.h | 33 using google_camera_hal::CameraBufferAllocatorHwl; 83 CameraBufferAllocatorHwl* camera_allocator_hwl,
|
D | EmulatedCameraDeviceHWLImpl.cpp | 258 CameraBufferAllocatorHwl* /*camera_allocator_hwl*/, in CreateCameraDeviceSessionHwl() argument
|
12