Searched refs:ChannelOutput (Results 1 – 15 of 15) sorted by relevance
/external/pigweed/pw_rpc/public/pw_rpc/ |
D | channel.h | 32 class ChannelOutput { 36 constexpr ChannelOutput(const char* name) : name_(name) {} in ChannelOutput() function 38 virtual ~ChannelOutput() = default; 75 constexpr static Channel Create(ChannelOutput* output) { in Create() 85 constexpr static Channel Create(ChannelOutput* output) { in Create() 97 constexpr Channel(uint32_t id, ChannelOutput* output) in Channel() 102 ChannelOutput& output() const { in output() 115 ChannelOutput* output_;
|
D | server.h | 51 ChannelOutput& interface); 67 internal::Channel* AssignChannel(uint32_t id, ChannelOutput& interface);
|
D | client_server.h | 30 ChannelOutput& interface);
|
/external/pigweed/pw_hdlc/public/pw_hdlc/ |
D | rpc_channel.h | 31 class RpcChannelOutput : public rpc::ChannelOutput { 40 : ChannelOutput(channel_name), in RpcChannelOutput() 66 class RpcChannelOutputBuffer : public rpc::ChannelOutput { 71 : ChannelOutput(channel_name), writer_(writer), address_(address) {} in RpcChannelOutputBuffer()
|
D | rpc_packets.h | 30 rpc::ChannelOutput& output,
|
/external/pigweed/pw_rpc/size_report/ |
D | server_only.cc | 23 class Output : public pw::rpc::ChannelOutput { 25 Output() : ChannelOutput("output") {} in Output()
|
D | server_with_echo_service.cc | 26 class Output : public pw::rpc::ChannelOutput { 28 Output() : ChannelOutput("output") {} in Output()
|
/external/pigweed/pw_rpc/ |
D | channel_test.cc | 26 TEST(ChannelOutput, Name) { in TEST() argument 27 class NameTester : public ChannelOutput { in TEST() 29 NameTester(const char* name) : ChannelOutput(name) {} in TEST()
|
D | server.cc | 32 bool DecodePacket(ChannelOutput& interface, in DecodePacket() 70 ChannelOutput& interface) { in ProcessPacket() 179 ChannelOutput& interface) { in AssignChannel()
|
D | client_server.cc | 20 ChannelOutput& interface) { in ProcessPacket()
|
/external/pigweed/pw_rpc/pw_rpc_private/ |
D | internal_test_utils.h | 34 class TestOutput : public ChannelOutput { 39 : ChannelOutput(name), sent_data_{} {} in ChannelOutput() function
|
/external/pigweed/pw_hdlc/ |
D | rpc_packets.cc | 23 rpc::ChannelOutput& output, in ReadAndProcessPackets()
|
/external/pigweed/pw_rpc/public/pw_rpc/internal/ |
D | channel.h | 30 constexpr Channel(uint32_t id, ChannelOutput* output) in Channel()
|
/external/pigweed/pw_rpc/nanopb/public/pw_rpc/ |
D | nanopb_test_method_context.h | 91 class MessageOutput final : public ChannelOutput { 96 : ChannelOutput("internal::test::nanopb::MessageOutput"), in MessageOutput()
|
/external/pigweed/pw_rpc/raw/public/pw_rpc/ |
D | raw_test_method_context.h | 93 class MessageOutput final : public ChannelOutput { 100 : ChannelOutput("internal::test::raw::MessageOutput"), in MessageOutput()
|