Searched refs:end_of_subframe_ (Results 1 – 1 of 1) sorted by relevance
38 bool LastPacketInSubFrame() const { return end_of_subframe_; } in LastPacketInSubFrame()39 void SetLastPacketInSubFrame(bool last) { end_of_subframe_ = last; } in SetLastPacketInSubFrame()66 bool end_of_subframe_ = false; variable