Searched refs:Send (Results 1 – 13 of 13) sorted by relevance
/tools/acloud/internal/lib/ |
D | emulator_console.py | 108 def Send(self, command): member in RemoteEmulatorConsole 166 self.Send("ping") 179 self.Send("kill")
|
D | emulator_console_test.py | 132 console.Send("ping") 137 console.Send("ping")
|
/tools/netsim/rust/daemon/src/wireless/ |
D | packet.rs | 61 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()
|
D | wireless_adaptor.rs | 24 pub type WirelessAdaptorImpl = Box<dyn WirelessAdaptor + Send + Sync>;
|
/tools/netsim/rust/daemon/src/http_server/ |
D | thread_pool.rs | 27 type Job = Box<dyn FnOnce() + Send + 'static>; 55 F: FnOnce() + Send + 'static, in execute()
|
/tools/netsim/rust/proto/src/ |
D | packet_streamer_grpc.rs | 58 F: ::std::future::Future<Output = ()> + Send + 'static, in spawn() 75 pub fn create_packet_streamer<S: PacketStreamer + Send + Clone + 'static>( in create_packet_streamer()
|
D | frontend_grpc.rs | 415 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/ |
D | hci_packet_transport.h | 54 void Send(rootcanal::PacketType packet_type,
|
D | hci_packet_transport.cc | 62 void HciPacketTransport::Send(rootcanal::PacketType packet_type, in Send() function in netsim::hci::HciPacketTransport
|
D | bluetooth_facade.cc | 84 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/ |
D | ffi.rs | 401 unsafe impl Send for ffi_bluetooth::RustBluetoothChip {}
|
/tools/test/connectivity/acts_tests/tests/google/bt/pts/instructions/ |
D | GAP_PTS_INSTRUCTIONS | 273 Note: Send conenction request before pairing happens
|
/tools/tradefederation/core/javatests/res/testtype/ |
D | python_output4.txt | 162 Send data through adb forward and read it back via adb reverse ... ok
|