Home
last modified time | relevance | path

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

/aosp_15_r20/external/cronet/net/third_party/quiche/src/quiche/quic/core/
H A Dquic_trace_visitor.cc178 bool is_connection = frame.window_update_frame.stream_id == 0; in PopulateFrameInfo() local
192 bool is_connection = frame.blocked_frame.stream_id == 0; in PopulateFrameInfo() local
/aosp_15_r20/trusty/user/base/lib/tipc/rust/src/
Dservice.rs190 pub fn is_connection(&self) -> bool { in is_connection() method