Home
last modified time | relevance | path

Searched refs:server_end (Results 1 – 10 of 10) sorted by relevance

/external/pigweed/pw_bluetooth_sapphire/fuchsia/host/fidl/
Dactivity_governor_lease_provider_test.cc28 fidl::ServerEnd<fuchsia_power_system::ActivityGovernor> server_end, in FakeActivityGovernor() argument
32 fidl::BindServer(loop.dispatcher(), std::move(server_end), this)); in FakeActivityGovernor()
65 fidl::ServerEnd<fuchsia_power_system::ActivityGovernor> server_end) { in ServerTask() argument
68 FakeActivityGovernor governor(std::move(server_end), loop); in ServerTask()
77 auto [client_end, server_end] = std::move(endpoints.value()); in TEST()
80 std::thread server_thread(ServerTask, std::move(server_end)); in TEST()
Dfake_hci_transport_server.cc25 ::fidl::ServerEnd<fhbt::HciTransport> server_end, in FakeHciTransportServer() argument
30 std::move(server_end), in FakeHciTransportServer()
75 ::fidl::ServerEnd<fuchsia_hardware_bluetooth::ScoConnection> server_end, in ScoConnectionServer() argument
79 binding_(::fidl::BindServer(dispatcher, std::move(server_end), this)) {} in ScoConnectionServer()
122 ::fidl::ServerEnd<fuchsia_hardware_bluetooth::ScoConnection> server_end) { in OnUnbound() argument
181 ::fidl::ServerEnd<fuchsia_hardware_bluetooth::HciTransport> server_end) { in OnUnbound() argument
/external/pigweed/pw_bluetooth_sapphire/fuchsia/host/fidl/public/pw_bluetooth_sapphire/fuchsia/host/fidl/
Dfake_hci_transport_server.h29 ::fidl::ServerEnd<fuchsia_hardware_bluetooth::HciTransport> server_end,
85 ::fidl::ServerEnd<fuchsia_hardware_bluetooth::ScoConnection> server_end,
105 server_end);
124 ::fidl::ServerEnd<fuchsia_hardware_bluetooth::HciTransport> server_end);
Dfake_vendor_server.h30 ::fidl::ServerEnd<fuchsia_hardware_bluetooth::Vendor> server_end, in FakeVendorServer() argument
32 : binding_(::fidl::BindServer(dispatcher, std::move(server_end), this)), in FakeVendorServer()
/external/cronet/stable/base/fuchsia/
Dfuchsia_component_connect.h28 fidl::ServerEnd<Protocol> server_end,
31 base::BorrowIncomingServiceDirectoryForProcess(), std::move(server_end),
/external/cronet/tot/base/fuchsia/
Dfuchsia_component_connect.h28 fidl::ServerEnd<Protocol> server_end,
31 base::BorrowIncomingServiceDirectoryForProcess(), std::move(server_end),
/external/pigweed/pw_bluetooth_sapphire/fuchsia/bt_hci_virtual/
Dloopback.h64 SnoopServer(fidl::ServerEnd<fuchsia_hardware_bluetooth::Snoop> server_end,
113 fidl::ServerEnd<fuchsia_hardware_bluetooth::HciTransport> server_end);
Dloopback.cc59 fidl::ServerEnd<fuchsia_hardware_bluetooth::Snoop> server_end, in SnoopServer() argument
62 std::move(server_end), in SnoopServer()
368 fidl::ServerEnd<fuchsia_hardware_bluetooth::HciTransport> server_end) in HciTransportServer() argument
372 std::move(server_end), in HciTransportServer()
/external/pigweed/pw_bluetooth_sapphire/fuchsia/host/controllers/
Dfidl_controller.cc312 auto [client_end, server_end] = in ConfigureSco()
314 request.connection() = std::move(server_end); in ConfigureSco()
/external/crosvm/base/src/sys/windows/
Dnamed_pipes.rs338 let server_end = create_server_pipe( in pair_with_buffer_size() localVariable
355 server_end.wait_for_client_connection()?; in pair_with_buffer_size()
357 Ok((server_end, client_end)) in pair_with_buffer_size()