Home
last modified time | relevance | path

Searched defs:is_write_open (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/pigweed/pw_channel/public/pw_channel/internal/
H A Dchannel_specializations.h29 constexpr bool Channel<kDataType, kProperties...>::is_write_open() const { in is_write_open() function
/aosp_15_r20/external/pigweed/pw_channel/public/pw_channel/
H A Dchannel.h234 [[nodiscard]] constexpr bool is_write_open() const { return write_open_; } in is_write_open() function