Home
last modified time | relevance | path

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

/aosp_15_r20/external/pigweed/pw_channel/public/pw_channel/
H A Dchannel.h163 friend class AnyChannel; variable
475 explicit constexpr AnyChannel(DataType type, uint8_t properties) in AnyChannel() function
H A Dproperties.h71 class AnyChannel; variable
/aosp_15_r20/external/pigweed/pw_channel/
H A Dchannel_test.cc457 void TakesAChannel(const pw::channel::AnyChannel&) {} in TakesAChannel()