Searched refs:i_frame_start_view (Results 1 – 1 of 1) sorted by relevance
/system/bt/gd/l2cap/internal/ |
D | enhanced_retransmission_mode_channel_data_controller.cc | 862 auto i_frame_start_view = EnhancedInformationStartFrameView::Create(i_frame_view); in on_pdu_no_fcs() local 863 if (!i_frame_start_view.IsValid()) { in on_pdu_no_fcs() 867 pimpl_->recv_i_frame(f, tx_seq, req_seq, sar, i_frame_start_view.GetL2capSduLength(), in on_pdu_no_fcs() 868 i_frame_start_view.GetPayload()); in on_pdu_no_fcs() 922 auto i_frame_start_view = EnhancedInformationStartFrameWithFcsView::Create(i_frame_view); in on_pdu_fcs() local 923 if (!i_frame_start_view.IsValid()) { in on_pdu_fcs() 927 pimpl_->recv_i_frame(f, tx_seq, req_seq, sar, i_frame_start_view.GetL2capSduLength(), in on_pdu_fcs() 928 i_frame_start_view.GetPayload()); in on_pdu_fcs()
|