/external/pigweed/pw_bluetooth_sapphire/fuchsia/host/fidl/ |
D | activity_governor_lease_provider_test.cc | 28 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()
|
D | fake_hci_transport_server.cc | 25 ::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/ |
D | fake_hci_transport_server.h | 29 ::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);
|
D | fake_vendor_server.h | 30 ::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/ |
D | fuchsia_component_connect.h | 28 fidl::ServerEnd<Protocol> server_end, 31 base::BorrowIncomingServiceDirectoryForProcess(), std::move(server_end),
|
/external/cronet/tot/base/fuchsia/ |
D | fuchsia_component_connect.h | 28 fidl::ServerEnd<Protocol> server_end, 31 base::BorrowIncomingServiceDirectoryForProcess(), std::move(server_end),
|
/external/pigweed/pw_bluetooth_sapphire/fuchsia/bt_hci_virtual/ |
D | loopback.h | 64 SnoopServer(fidl::ServerEnd<fuchsia_hardware_bluetooth::Snoop> server_end, 113 fidl::ServerEnd<fuchsia_hardware_bluetooth::HciTransport> server_end);
|
D | loopback.cc | 59 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/ |
D | fidl_controller.cc | 312 auto [client_end, server_end] = in ConfigureSco() 314 request.connection() = std::move(server_end); in ConfigureSco()
|
/external/crosvm/base/src/sys/windows/ |
D | named_pipes.rs | 338 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()
|