Home
last modified time | relevance | path

Searched refs:CreateBufferAllocatorHwl (Results 1 – 5 of 5) sorted by relevance

/aosp12/hardware/google/camera/common/hal/hwl_interface/
H A Dcamera_provider_hwl.h72 virtual status_t CreateBufferAllocatorHwl(
/aosp12/hardware/google/camera/common/hal/tests/
H A Dmock_provider_hwl.h104 status_t CreateBufferAllocatorHwl(std::unique_ptr<CameraBufferAllocatorHwl>* in CreateBufferAllocatorHwl() function
/aosp12/hardware/google/camera/devices/EmulatedCamera/hwl/
H A DEmulatedCameraProviderHWLImpl.h73 status_t CreateBufferAllocatorHwl(std::unique_ptr<CameraBufferAllocatorHwl>*
H A DEmulatedCameraProviderHWLImpl.cpp921 status_t EmulatedCameraProviderHwlImpl::CreateBufferAllocatorHwl( in CreateBufferAllocatorHwl() function in android::EmulatedCameraProviderHwlImpl
/aosp12/hardware/google/camera/common/hal/google_camera_hal/
H A Dcamera_provider.cc86 res = camera_provider_hwl->CreateBufferAllocatorHwl(&camera_allocator_hwl_); in Initialize()