class DeviceImplTest

Defined at line 52 of file ../../src/camera/bin/device/device_impl_unittest.cc

Protected Members

Executor executor_
unique_ptr context_
unique_ptr device_
unique_ptr controller_
InterfacePtr allocator_
StreamProperties2 fake_properties_
StreamConfig fake_legacy_config_
FakeDeviceListenerRegistry fake_listener_registry_

Protected Methods

void DeviceImplTest ()

Defined at line 54 of file ../../src/camera/bin/device/device_impl_unittest.cc

void SetUp ()

Defined at line 72 of file ../../src/camera/bin/device/device_impl_unittest.cc

void TearDown ()

Defined at line 127 of file ../../src/camera/bin/device/device_impl_unittest.cc

fit::function<void (zx_status_t)> MakeErrorHandler (std::string server)

Defined at line 134 of file ../../src/camera/bin/device/device_impl_unittest.cc

template <class T>
void SetFailOnError (fidl::InterfacePtr<T> & ptr, std::string name)

Defined at line 141 of file ../../src/camera/bin/device/device_impl_unittest.cc

void RunLoopUntilFailureOr (bool & condition)

Defined at line 147 of file ../../src/camera/bin/device/device_impl_unittest.cc

void Sync (fuchsia::camera3::DevicePtr & device)

Synchronizes messages to a device. This method returns when an error occurs or all messages

sent to |device| have been received by the server.

Defined at line 153 of file ../../src/camera/bin/device/device_impl_unittest.cc

void Sync (fuchsia::camera3::StreamPtr & stream)

Synchronizes messages to a stream. This method returns when an error occurs or all messages

sent to |stream| have been received by the server.

Defined at line 161 of file ../../src/camera/bin/device/device_impl_unittest.cc