class GraphCreatorServer
Defined at line 20 of file ../../src/media/audio/services/mixer/fidl/graph_creator_server.h
TODO(https://fxbug.dev/42181009): Once we move this to a separate process, call
`AcquireMemoryRole` from our main() to pin memory for all mixer graphs.
Public Methods
std::shared_ptr<GraphCreatorServer> Create (std::shared_ptr<const FidlThread> thread, fidl::ServerEnd<fuchsia_audio_mixer::GraphCreator> server_end)
The returned server will live until the `server_end` channel is closed.
Defined at line 20 of file ../../src/media/audio/services/mixer/fidl/graph_creator_server.cc
void Create (CreateRequestView request, CreateCompleter::Sync & completer)
Implementation of fidl::WireServer
<fuchsia
_audio_mixer::GraphCreator>.
Defined at line 26 of file ../../src/media/audio/services/mixer/fidl/graph_creator_server.cc
Friends
template <typename ServerTtemplate <typename T> typename FidlServerTtypename ProtocolT>
class BaseFidlServer