Home
last modified time | relevance | path

Searched refs:Send (Results 1 – 13 of 13) sorted by relevance

/tools/acloud/internal/lib/
Demulator_console.py108 def Send(self, command): member in RemoteEmulatorConsole
166 self.Send("ping")
179 self.Send("kill")
Demulator_console_test.py132 console.Send("ping")
137 console.Send("ping")
/tools/netsim/rust/daemon/src/wireless/
Dpacket.rs61 pub fn register_transport(chip_id: ChipIdentifier, responder: Box<dyn Response + Send>) { in register_transport() argument
78 mut transport: Box<dyn Response + Send>, in register_transport() argument
179 let val: Box<dyn Response + Send> = Box::new(TestTransport {}); in test_register_transport()
Dwireless_adaptor.rs24 pub type WirelessAdaptorImpl = Box<dyn WirelessAdaptor + Send + Sync>;
/tools/netsim/rust/daemon/src/http_server/
Dthread_pool.rs27 type Job = Box<dyn FnOnce() + Send + 'static>;
55 F: FnOnce() + Send + 'static, in execute()
/tools/netsim/rust/proto/src/
Dpacket_streamer_grpc.rs58 F: ::std::future::Future<Output = ()> + Send + 'static, in spawn()
75 pub fn create_packet_streamer<S: PacketStreamer + Send + Clone + 'static>( in create_packet_streamer()
Dfrontend_grpc.rs415 F: ::std::future::Future<Output = ()> + Send + 'static, in spawn()
504 pub fn create_frontend_service<S: FrontendService + Send + Clone + 'static>( in create_frontend_service()
/tools/netsim/src/hci/
Dhci_packet_transport.h54 void Send(rootcanal::PacketType packet_type,
Dhci_packet_transport.cc62 void HciPacketTransport::Send(rootcanal::PacketType packet_type, in Send() function in netsim::hci::HciPacketTransport
Dbluetooth_facade.cc84 void Send(std::vector<uint8_t> const &packet, int8_t tx_power, in Send() function in netsim::hci::facade::SimPhyLayer
/tools/netsim/rust/daemon/src/
Dffi.rs401 unsafe impl Send for ffi_bluetooth::RustBluetoothChip {}
/tools/test/connectivity/acts_tests/tests/google/bt/pts/instructions/
DGAP_PTS_INSTRUCTIONS273 Note: Send conenction request before pairing happens
/tools/tradefederation/core/javatests/res/testtype/
Dpython_output4.txt162 Send data through adb forward and read it back via adb reverse ... ok