Home
last modified time | relevance | path

Searched defs:ChannelOutput (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/pigweed/pw_rpc/ts/
H A Ddescriptors.ts27 interface ChannelOutput { interface
/aosp_15_r20/external/pigweed/pw_rpc/public/pw_rpc/
H A Dchannel.h112 constexpr ChannelOutput(const char* name) : name_(name) {} in ChannelOutput() function
/aosp_15_r20/external/pigweed/pw_rpc/
H A Dchannel_test.cc26 TEST(ChannelOutput, Name) { in TEST() argument