Home
last modified time | relevance | path

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

/aosp_15_r20/external/cronet/net/third_party/quiche/src/quiche/quic/core/
H A Dquic_framer.h344 bool is_processing_packet() const { return is_processing_packet_; } in is_processing_packet() function
H A Dquic_connection.h1248 bool is_processing_packet() const { return framer_.is_processing_packet(); } in is_processing_packet() function