template <typename Device>
class I2cServer
Defined at line 132 of file ../../src/devices/i2c/lib/i2c-channel/i2c-channel-test.cc
Public Methods
void I2cServer<Device> (async_dispatcher_t * dispatcher)
Defined at line 134 of file ../../src/devices/i2c/lib/i2c-channel/i2c-channel-test.cc
void BindProtocol (fidl::ServerEnd<fuchsia_hardware_i2c::Device> server_end)
Defined at line 136 of file ../../src/devices/i2c/lib/i2c-channel/i2c-channel-test.cc
fuchsia_hardware_i2c::Service::InstanceHandler GetInstanceHandler ()
Defined at line 141 of file ../../src/devices/i2c/lib/i2c-channel/i2c-channel-test.cc
Device & i2c_dev ()
Defined at line 146 of file ../../src/devices/i2c/lib/i2c-channel/i2c-channel-test.cc