Home
last modified time | relevance | path

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

/hardware/google/camera/common/hal/google_camera_hal/
Dcamera_provider.cc87 res = camera_provider_hwl->CreateBufferAllocatorHwl(&camera_allocator_hwl_); in Initialize()
89 camera_allocator_hwl_ = nullptr; in Initialize()
93 camera_allocator_hwl_ = nullptr; in Initialize()
293 camera_allocator_hwl_.get(), configure_streams_libs); in CreateCameraDevice()
Dcamera_provider.h91 std::unique_ptr<CameraBufferAllocatorHwl> camera_allocator_hwl_; variable
Dcamera_device.cc163 camera_allocator_hwl_ = camera_allocator_hwl; in Initialize()
347 camera_allocator_hwl_, &session_hwl); in CreateCameraDeviceSession()
356 camera_allocator_hwl_); in CreateCameraDeviceSession()
Dcamera_device.h136 CameraBufferAllocatorHwl* camera_allocator_hwl_ = nullptr; variable
Dcamera_device_session.h371 CameraBufferAllocatorHwl* camera_allocator_hwl_ = nullptr; variable
Dcamera_device_session.cc400 camera_allocator_hwl_ = camera_allocator_hwl; in Initialize()
732 hwl_session_callback_, camera_allocator_hwl_, device_session_hwl_.get(), in ConfigureStreams()