Home
last modified time | relevance | path

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

/aosp_15_r20/external/webrtc/net/dcsctp/tx/
H A Doutstanding_data.h208 bool is_acked() const { return ack_state_ == AckState::kAcked; } in is_acked() function
/aosp_15_r20/external/wmediumd/wmediumd/
H A Dwmediumd.c474 bool is_acked = false; in queue_frame() local