class NamespaceDfv1

Defined at line 19 of file ../../src/graphics/display/lib/driver-framework-migration-utils/namespace/namespace-dfv1.h

Public Methods

zx::result<std::unique_ptr<Namespace>> Create (zx_device_t * device)

Factory method used for production.

`device` must be non-null.

Defined at line 21 of file ../../src/graphics/display/lib/driver-framework-migration-utils/namespace/namespace-dfv1.cc

void ~NamespaceDfv1 ()

Defined at line 31 of file ../../src/graphics/display/lib/driver-framework-migration-utils/namespace/namespace-dfv1.h

void NamespaceDfv1 (const NamespaceDfv1 & )

Defined at line 33 of file ../../src/graphics/display/lib/driver-framework-migration-utils/namespace/namespace-dfv1.h

void NamespaceDfv1 (NamespaceDfv1 && )

Defined at line 34 of file ../../src/graphics/display/lib/driver-framework-migration-utils/namespace/namespace-dfv1.h

void NamespaceDfv1 (zx_device_t * device)

Production code should prefer the `Create()` factory method.

`device` must be non-null.

Defined at line 34 of file ../../src/graphics/display/lib/driver-framework-migration-utils/namespace/namespace-dfv1.cc

NamespaceDfv1 & operator= (const NamespaceDfv1 & )

Defined at line 35 of file ../../src/graphics/display/lib/driver-framework-migration-utils/namespace/namespace-dfv1.h

NamespaceDfv1 & operator= (NamespaceDfv1 && )

Defined at line 36 of file ../../src/graphics/display/lib/driver-framework-migration-utils/namespace/namespace-dfv1.h