Home
last modified time | relevance | path

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

/hardware/google/camera/devices/EmulatedCamera/hwl/
DEmulatedCameraDeviceSessionHWLImpl.cpp77 std::unique_ptr<EmulatedCameraDeviceSessionHwlImpl>
78 EmulatedCameraDeviceSessionHwlImpl::Create( in Create()
87 auto session = std::unique_ptr<EmulatedCameraDeviceSessionHwlImpl>( in Create()
88 new EmulatedCameraDeviceSessionHwlImpl(std::move(physical_devices), in Create()
142 status_t EmulatedCameraDeviceSessionHwlImpl::Initialize( in Initialize()
209 status_t EmulatedCameraDeviceSessionHwlImpl::InitializeRequestProcessor() { in InitializeRequestProcessor()
229 EmulatedCameraDeviceSessionHwlImpl::~EmulatedCameraDeviceSessionHwlImpl() { in ~EmulatedCameraDeviceSessionHwlImpl()
235 status_t EmulatedCameraDeviceSessionHwlImpl::ConstructDefaultRequestSettings( in ConstructDefaultRequestSettings()
243 status_t EmulatedCameraDeviceSessionHwlImpl::ConfigurePipeline( in ConfigurePipeline()
336 status_t EmulatedCameraDeviceSessionHwlImpl::GetConfiguredHalStream( in GetConfiguredHalStream()
[all …]
DEmulatedCameraDeviceSessionHWLImpl.h79 class EmulatedCameraDeviceSessionHwlImpl : public CameraDeviceSessionHwl {
81 static std::unique_ptr<EmulatedCameraDeviceSessionHwlImpl> Create(
86 virtual ~EmulatedCameraDeviceSessionHwlImpl();
193 EmulatedCameraDeviceSessionHwlImpl( in EmulatedCameraDeviceSessionHwlImpl() function
DEmulatedCameraDeviceHWLImpl.cpp267 *session = EmulatedCameraDeviceSessionHwlImpl::Create( in CreateCameraDeviceSessionHwl()