class StubRegistryServer

Defined at line 24 of file ../../src/media/audio/services/device_registry/testing/stub_adr/stub_registry_server.h

FIDL server for fuchsia_audio_device/Registry (a stub "do-nothing" implementation).

Public Methods

std::shared_ptr<StubRegistryServer> Create (std::shared_ptr<const FidlThread> thread, fidl::ServerEnd<fuchsia_audio_device::Registry> server_end)

Defined at line 29 of file ../../src/media/audio/services/device_registry/testing/stub_adr/stub_registry_server.h

void WatchDevicesAdded (WatchDevicesAddedCompleter::Sync & completer)

fuchsia.audio.device.Registry implementation

Defined at line 37 of file ../../src/media/audio/services/device_registry/testing/stub_adr/stub_registry_server.h

void WatchDeviceRemoved (WatchDeviceRemovedCompleter::Sync & completer)

Defined at line 59 of file ../../src/media/audio/services/device_registry/testing/stub_adr/stub_registry_server.h

void CreateObserver (CreateObserverRequest & request, CreateObserverCompleter::Sync & completer)

Defined at line 70 of file ../../src/media/audio/services/device_registry/testing/stub_adr/stub_registry_server.h

void handle_unknown_method (fidl::UnknownMethodMetadata<fuchsia_audio_device::Registry> metadata, fidl::UnknownMethodCompleter::Sync & completer)

Defined at line 76 of file ../../src/media/audio/services/device_registry/testing/stub_adr/stub_registry_server.h

Friends

template <typename ServerTtemplate <typename T> typename FidlServerTtypename ProtocolT>
class BaseFidlServer