Home
last modified time | relevance | path

Searched refs:ProcessWindowUpdateFrame (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/pigweed/pw_grpc/public/pw_grpc/
H A Dconnection.h255 Status ProcessWindowUpdateFrame(const internal::FrameHeader&);
/aosp_15_r20/external/pigweed/pw_grpc/
H A Dconnection.cc351 PW_TRY(ProcessWindowUpdateFrame(frame)); in ProcessFrame()
1066 Status Connection::Reader::ProcessWindowUpdateFrame(const FrameHeader& frame) { in ProcessWindowUpdateFrame() function in pw::grpc::Connection::Reader
/aosp_15_r20/external/cronet/net/third_party/quiche/src/quiche/quic/core/
H A Dquic_framer.h875 bool ProcessWindowUpdateFrame(QuicDataReader* reader,
H A Dquic_framer.cc2639 if (!ProcessWindowUpdateFrame(reader, &window_update_frame)) { in ProcessFrameData()
3971 bool QuicFramer::ProcessWindowUpdateFrame(QuicDataReader* reader, in ProcessWindowUpdateFrame() function in quic::QuicFramer