Home
last modified time | relevance | path

Searched refs:EmulatedCameraDeviceSessionHwlImpl (Results 1 – 3 of 3) sorted by relevance

/hardware/google/camera/devices/EmulatedCamera/hwl/
DEmulatedCameraDeviceSessionHWLImpl.cpp74 std::unique_ptr<EmulatedCameraDeviceSessionHwlImpl>
75 EmulatedCameraDeviceSessionHwlImpl::Create( in Create()
84 auto session = std::unique_ptr<EmulatedCameraDeviceSessionHwlImpl>( in Create()
85 new EmulatedCameraDeviceSessionHwlImpl(std::move(physical_devices), in Create()
139 status_t EmulatedCameraDeviceSessionHwlImpl::Initialize( in Initialize()
195 status_t EmulatedCameraDeviceSessionHwlImpl::InitializeRequestProcessor() { in InitializeRequestProcessor()
213 EmulatedCameraDeviceSessionHwlImpl::~EmulatedCameraDeviceSessionHwlImpl() { in ~EmulatedCameraDeviceSessionHwlImpl()
219 status_t EmulatedCameraDeviceSessionHwlImpl::ConstructDefaultRequestSettings( in ConstructDefaultRequestSettings()
227 status_t EmulatedCameraDeviceSessionHwlImpl::ConfigurePipeline( in ConfigurePipeline()
309 status_t EmulatedCameraDeviceSessionHwlImpl::GetConfiguredHalStream( in GetConfiguredHalStream()
[all …]
DEmulatedCameraDeviceSessionHWLImpl.h78 class EmulatedCameraDeviceSessionHwlImpl : public CameraDeviceSessionHwl {
80 static std::unique_ptr<EmulatedCameraDeviceSessionHwlImpl> Create(
85 virtual ~EmulatedCameraDeviceSessionHwlImpl();
189 EmulatedCameraDeviceSessionHwlImpl( in EmulatedCameraDeviceSessionHwlImpl() function
DEmulatedCameraDeviceHWLImpl.cpp171 *session = EmulatedCameraDeviceSessionHwlImpl::Create( in CreateCameraDeviceSessionHwl()