class Dfv1DriverWithLogging

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

Public Methods

void Dfv1DriverWithLogging (zx_device_t * parent)

Defined at line 33 of file ../../src/graphics/display/lib/driver-framework-migration-utils/logging/testing/dfv1-driver-with-logging.cc

void ~Dfv1DriverWithLogging ()

Defined at line 35 of file ../../src/graphics/display/lib/driver-framework-migration-utils/logging/testing/dfv1-driver-with-logging.cc

zx_status_t Create (void * ctx, zx_device_t * parent)

static

Defined at line 16 of file ../../src/graphics/display/lib/driver-framework-migration-utils/logging/testing/dfv1-driver-with-logging.cc

void DdkRelease ()

Implements `DeviceType`.

Defined at line 37 of file ../../src/graphics/display/lib/driver-framework-migration-utils/logging/testing/dfv1-driver-with-logging.cc

bool LogTrace ()

Logs a TRACE level message and returns true if TRACE log level is enabled.

Returns false otherwise.

Defined at line 39 of file ../../src/graphics/display/lib/driver-framework-migration-utils/logging/testing/dfv1-driver-with-logging.cc

bool LogDebug ()

Logs a DEBUG level message and returns true if DEBUG log level is enabled.

Returns false otherwise.

Defined at line 41 of file ../../src/graphics/display/lib/driver-framework-migration-utils/logging/testing/dfv1-driver-with-logging.cc

bool LogInfo ()

Logs an INFO level message and returns true if INFO log level is enabled.

Returns false otherwise.

Defined at line 43 of file ../../src/graphics/display/lib/driver-framework-migration-utils/logging/testing/dfv1-driver-with-logging.cc

bool LogWarning ()

Logs a WARNING level message and returns true if WARNING log level is

enabled. Returns false otherwise.

Defined at line 45 of file ../../src/graphics/display/lib/driver-framework-migration-utils/logging/testing/dfv1-driver-with-logging.cc

bool LogError ()

Logs an ERROR level message and returns true if ERROR log level is enabled.

Returns false otherwise.

Defined at line 47 of file ../../src/graphics/display/lib/driver-framework-migration-utils/logging/testing/dfv1-driver-with-logging.cc