Home
last modified time | relevance | path

Searched defs:rpc_packet (Results 1 – 7 of 7) sorted by relevance

/aosp_15_r20/external/pigweed/pw_rpc/public/pw_rpc/
H A Dchannel.h74 Status ChangeEncodedChannelId(ByteSpan rpc_packet) { in ChangeEncodedChannelId()
84 inline Status ChangeEncodedChannelId(ByteSpan rpc_packet, in ChangeEncodedChannelId()
/aosp_15_r20/external/pigweed/pw_rpc_transport/public/pw_rpc_transport/
H A Dservice_registry.h42 Status ProcessRpcPacket(ConstByteSpan rpc_packet) override { in ProcessRpcPacket()
H A Drpc_transport.h63 Status Encode(ConstByteSpan rpc_packet, in Encode()
H A Degress_ingress.h58 Status SendRpcPacket(ConstByteSpan rpc_packet) override { in SendRpcPacket()
H A Dsimple_framing.h60 Status Encode(ConstByteSpan rpc_packet, in Encode()
/aosp_15_r20/external/pigweed/pw_rpc/
H A Dpacket.cc87 RpcPacket::MemoryEncoder rpc_packet(buffer); in Encode() local
H A Dchannel.cc35 Status OverwriteChannelId(ByteSpan rpc_packet, uint32_t channel_id_under_128) { in OverwriteChannelId()