Home
last modified time | relevance | path

Searched refs:WritePacketRequest (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/tools/netsim/src/backend/
H A Dgrpc_client.h36 bool WritePacketRequest(uint32_t stream_id,
H A Dgrpc_client.cc115 bool WritePacketRequest(uint32_t stream_id, in WritePacketRequest() function
/aosp_15_r20/tools/netsim/rust/daemon/src/
H A Dffi.rs77 fn WritePacketRequest(stream_id: u32, proto_bytes: &[u8]) -> bool; in WritePacketRequest() function