class TestDevice

Defined at line 67 of file ../../src/graphics/drivers/misc/goldfish_sync/sync_device_test.cc

Test device used for mock DDK based tests. Due to limitation of fake ACPI bus

used in mock DDK tests, only a fixed VMO can be bound to the ACPI MMIO, thus

we cannot block MMIO reads / writes or have callbacks, thus we can only feed

one host command to device at a time.

TODO(67846): Allow injection of fdf::MmioBuffers to test devices so that we

can add hooks to MMIO register read / write operations, which will better

simulate the real device.

Public Methods

void TestDevice (zx_device_t * parent, acpi::Client acpi, async_dispatcher_t * dispatcher)

Defined at line 69 of file ../../src/graphics/drivers/misc/goldfish_sync/sync_device_test.cc

void ~TestDevice ()

Defined at line 71 of file ../../src/graphics/drivers/misc/goldfish_sync/sync_device_test.cc