Home
last modified time | relevance | path

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

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