Home
last modified time | relevance | path

Searched refs:LogChannelIdOverflow (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/pigweed/pw_rpc_transport/public/pw_rpc_transport/
H A Degress_ingress.h35 void LogChannelIdOverflow(uint32_t channel_id, uint32_t max_channel_id);
132 internal::LogChannelIdOverflow(packet_meta->channel_id(), in ProcessIncomingData()
/aosp_15_r20/external/pigweed/pw_rpc_transport/
H A Degress_ingress.cc27 void LogChannelIdOverflow(uint32_t channel_id, uint32_t max_channel_id) { in LogChannelIdOverflow() function