Home
last modified time | relevance | path

Searched defs:send_control (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/rust/pica/py/pica/pica/
D__init__.py99 def send_control(self, packet: uci.ControlPacket): member in Host
/aosp_15_r20/external/rust/pica/src/
Ddevice.rs208 fn send_control(&mut self, packet: impl Packet) { in send_control() method
/aosp_15_r20/external/cronet/net/third_party/quiche/src/quiche/quic/core/http/
H A Dquic_spdy_session.cc1557 auto send_control = std::make_unique<QuicSendControlStream>( in MaybeInitializeHttp3UnidirectionalStreams() local
/aosp_15_r20/system/nfc/tools/casimir/src/
H A Dcontroller.rs738 async fn send_control(&mut self, packet: impl Into<nci::ControlPacket>) -> Result<()> { in send_control() method