/hal_espressif-3.4.0/components/bt/host/bluedroid/btc/profile/std/a2dp/ |
D | btc_a2dp_sink.c | 365 nb_of_msgs_to_process = fixed_queue_length(a2dp_sink_local_param.btc_aa_snk_cb.RxSbcQ); in btc_a2dp_sink_data_ready() 662 return fixed_queue_length(a2dp_sink_local_param.btc_aa_snk_cb.RxSbcQ); in btc_a2dp_sink_enque_buf() 665 …if (fixed_queue_length(a2dp_sink_local_param.btc_aa_snk_cb.RxSbcQ) >= MAX_OUTPUT_A2DP_SNK_FRAME_QU… in btc_a2dp_sink_enque_buf() 667 return fixed_queue_length(a2dp_sink_local_param.btc_aa_snk_cb.RxSbcQ); in btc_a2dp_sink_enque_buf() 679 … if (fixed_queue_length(a2dp_sink_local_param.btc_aa_snk_cb.RxSbcQ) >= JITTER_BUFFER_WATER_LEVEL) { in btc_a2dp_sink_enque_buf() 688 return fixed_queue_length(a2dp_sink_local_param.btc_aa_snk_cb.RxSbcQ); in btc_a2dp_sink_enque_buf()
|
D | btc_a2dp_source.c | 406 fixed_queue_length(a2dp_source_local_param.btc_aa_src_cb.TxAaQ)); in log_tstamps_us() 1074 …UINT32 frm_nb_threshold = MAX_OUTPUT_A2DP_SRC_FRAME_QUEUE_SZ - fixed_queue_length(a2dp_source_loca… in btc_get_num_aa_frame() 1275 fixed_queue_length(a2dp_source_local_param.btc_aa_src_cb.TxAaQ)); in btc_media_aa_prep_sbc_2_send() 1331 if (fixed_queue_length(a2dp_source_local_param.btc_aa_src_cb.TxAaQ) > 0) { in btc_media_aa_prep_sbc_2_send() 1363 …if (fixed_queue_length(a2dp_source_local_param.btc_aa_src_cb.TxAaQ) > (MAX_OUTPUT_A2DP_SRC_FRAME_Q… in btc_a2dp_source_prep_2_send() 1365 …fixed_queue_length(a2dp_source_local_param.btc_aa_src_cb.TxAaQ), MAX_OUTPUT_A2DP_SRC_FRAME_QUEUE_S… in btc_a2dp_source_prep_2_send() 1368 …while (fixed_queue_length(a2dp_source_local_param.btc_aa_src_cb.TxAaQ) > (MAX_OUTPUT_A2DP_SRC_FRAM… in btc_a2dp_source_prep_2_send()
|
/hal_espressif-3.4.0/components/bt/host/bluedroid/stack/l2cap/ |
D | l2c_fcr.c | 380 … || (fixed_queue_length(p_ccb->fcrb.waiting_for_ack_q) >= p_ccb->peer_cfg.fcr.tx_win_sz) ) { in l2c_fcr_is_flow_controlled() 663 fixed_queue_length(p_ccb->fcrb.waiting_for_ack_q), in l2c_fcr_proc_pdu() 818 fixed_queue_length(p_ccb->fcrb.waiting_for_ack_q)); in l2c_fcr_proc_tout() 902 if (num_bufs_acked > fixed_queue_length(p_fcrb->waiting_for_ack_q)) { in process_reqseq() 906 fixed_queue_length(p_fcrb->waiting_for_ack_q)); in process_reqseq() 1098 …if ( (tx_seq == next_srej) && (fixed_queue_length(p_fcrb->srej_rcv_hold_q) < p_ccb->our_cfg.fcr.tx… in process_i_frame() 1124 …p_ccb->local_cid, next_srej, fixed_queue_length(p_fcrb->srej_rcv_hold_q), p_ccb->our_cfg.fcr.tx_wi… in process_i_frame() 1147 … p_ccb->local_cid, tx_seq, fixed_queue_length(p_fcrb->srej_rcv_hold_q)); in process_i_frame() 1417 fixed_queue_length(p_ccb->fcrb.waiting_for_ack_q)); in retransmit_i_frames() 1454 fixed_queue_length(p_ccb->fcrb.waiting_for_ack_q)); in retransmit_i_frames() [all …]
|
D | l2c_api.c | 1835 … fixed_queue_length(p_lcb->p_fixed_ccbs[fixed_cid - L2CAP_FIRST_FIXED_CHNL]->xmit_hold_q), in L2CA_SendFixedChnlData() 2197 fixed_queue_length(p_ccb->xmit_hold_q), in L2CA_FlushChannel() 2263 num_left += fixed_queue_length(p_ccb->xmit_hold_q); in L2CA_FlushChannel() 2345 att_acl_pkt_num = fixed_queue_length(queue); in l2ble_update_att_acl_pkt_num()
|
D | l2c_ucd.c | 424 (fixed_queue_length(p_ccb->xmit_hold_q) + in L2CA_UcdDataWrite() 425 fixed_queue_length(p_lcb->ucd_out_sec_pending_q)), in L2CA_UcdDataWrite()
|
D | l2c_utils.c | 3323 fixed_queue_length(p_ccb->xmit_hold_q)); in l2cu_get_next_channel_in_rr() 3615 size_t q_count = fixed_queue_length(p_ccb->xmit_hold_q); 3619 q_count += fixed_queue_length(p_ccb->p_lcb->ucd_out_sec_pending_q); 3643 fixed_queue_length(p_ccb->p_lcb->ucd_out_sec_pending_q), 3644 fixed_queue_length(p_ccb->xmit_hold_q), 3679 fixed_queue_length(p_ccb->p_lcb->ucd_out_sec_pending_q), 3680 fixed_queue_length(p_ccb->xmit_hold_q),
|
D | l2c_main.c | 1020 fixed_queue_length(p_ccb->xmit_hold_q), in l2c_data_write()
|
/hal_espressif-3.4.0/components/bt/host/bluedroid/stack/rfcomm/ |
D | port_utils.c | 418 || (fixed_queue_length(p_port->tx.queue) > PORT_TX_BUF_HIGH_WM); in port_flow_control_user() 532 else if (fixed_queue_length(p_port->rx.queue) >= p_port->credit_rx_max) { in port_flow_control_peer() 545 && (fixed_queue_length(p_port->rx.queue) < PORT_RX_BUF_LOW_WM)) { in port_flow_control_peer() 564 || (fixed_queue_length(p_port->rx.queue) > PORT_RX_BUF_HIGH_WM)) in port_flow_control_peer()
|
D | port_api.c | 1170 count = fixed_queue_length(p_port->rx.queue); in PORT_Purge() 1395 || (fixed_queue_length(p_port->tx.queue) > PORT_TX_BUF_CRITICAL_WM)){ in port_write() 1538 || (fixed_queue_length(p_port->tx.queue) > PORT_TX_BUF_HIGH_WM)) { in PORT_WriteDataCO() 1542 p_port->tx.queue_size, fixed_queue_length(p_port->tx.queue), available); in PORT_WriteDataCO() 1674 || (fixed_queue_length(p_port->tx.queue) > PORT_TX_BUF_HIGH_WM)) { in PORT_WriteData()
|
D | port_rfc.c | 867 || (fixed_queue_length(p_port->rx.queue) + 1 > p_port->rx_buf_critical)) { in PORT_DataInd()
|
/hal_espressif-3.4.0/components/bt/host/bluedroid/btc/profile/std/spp/ |
D | btc_spp.c | 1067 if (fixed_queue_length(slot->tx.queue) <= SLOT_TX_QUEUE_LOW_WM) { in btc_spp_cb_handler() 1122 … if (slot->close_alarm == NULL && slot->rx.queue && fixed_queue_length(slot->rx.queue) > 0) { in btc_spp_cb_handler() 1207 fixed_queue_length(slot->rx.queue) > 0) { in btc_spp_cb_handler() 1283 size_t rx_len = fixed_queue_length(slot->rx.queue); in bta_co_rfc_data_incoming() 1289 } else if (fixed_queue_length(slot->rx.queue) > 2) { in bta_co_rfc_data_incoming() 1290 …RACE_DEBUG("%s data post stop! %d %d", __func__, slot->rfc_handle, fixed_queue_length(slot->rx.que… in bta_co_rfc_data_incoming() 1295 if (fixed_queue_length(slot->rx.queue) > 2) { in bta_co_rfc_data_incoming() 1296 …RACE_DEBUG("%s data post stop! %d %d", __func__, slot->rfc_handle, fixed_queue_length(slot->rx.que… in bta_co_rfc_data_incoming() 1369 tx_len = fixed_queue_length(slot->tx.queue); in spp_vfs_write() 1372 … BTC_TRACE_DEBUG("%s tx_len:%d, fd:%d\n", __func__, fixed_queue_length(slot->tx.queue), fd); in spp_vfs_write() [all …]
|
/hal_espressif-3.4.0/components/bt/common/osi/include/osi/ |
D | fixed_queue.h | 56 size_t fixed_queue_length(fixed_queue_t *queue);
|
/hal_espressif-3.4.0/components/bt/host/bluedroid/stack/gatt/ |
D | gatt_auth.c | 196 for (size_t count = fixed_queue_length(p_tcb->pending_enc_clcb); in gatt_enc_cmpl_cback() 239 size_t count = fixed_queue_length(p_tcb->pending_enc_clcb); in gatt_notify_enc_cmpl()
|
D | gatt_sr.c | 186 fixed_queue_length(p_cmd->multi_rsp_q), in process_read_multi_rsp() 189 if (fixed_queue_length(p_cmd->multi_rsp_q) == p_cmd->multi_req.num_handles) { in process_read_multi_rsp() 386 queue_num = fixed_queue_length(prepare_record->queue); in gatt_process_exec_write_req()
|
D | gatt_utils.c | 1458 … GATT_TRACE_DEBUG ("total buffer in db [%d]", fixed_queue_length(p_sreg->p_db->svc_buffer)); in gatt_sr_alloc_rcb()
|
/hal_espressif-3.4.0/components/bt/common/osi/ |
D | fixed_queue.c | 109 size_t fixed_queue_length(fixed_queue_t *queue) in fixed_queue_length() function
|
D | thread.c | 276 return fixed_queue_length(thread->work_queues[wq_idx]); in osi_thread_queue_wait_size()
|
/hal_espressif-3.4.0/components/bt/host/bluedroid/stack/btm/ |
D | btm_sco.c | 300 fixed_queue_length(p_ccb->xmit_data_q) + 1); in btm_sco_check_send_pkts() 443 if (fixed_queue_length(p_ccb->xmit_data_q) < BTM_SCO_XMIT_QUEUE_THRS) { in BTM_WriteScoData() 444 if (fixed_queue_length(p_ccb->xmit_data_q) >= BTM_SCO_XMIT_QUEUE_HIGH_WM) { in BTM_WriteScoData()
|
/hal_espressif-3.4.0/components/bt/host/bluedroid/stack/avct/ |
D | avct_lcb_act.c | 590 fixed_queue_length(p_lcb->tx_q)); in avct_lcb_send_msg()
|
/hal_espressif-3.4.0/components/bt/host/bluedroid/stack/avdt/ |
D | avdt_scb_act.c | 1396 fixed_queue_length(p_scb->frag_q), p_scb->frag_off); in avdt_scb_snd_stream_close()
|
/hal_espressif-3.4.0/tools/test_idf_size/ |
D | overflow_esp32s3.map | 32776 .literal.fixed_queue_length 39157 .text.fixed_queue_length 39160 0x0000000040396dfc fixed_queue_length 84899 fixed_queue_length esp-idf/bt/libbt.a(fixed_queue.c.obj)
|
D | overflow_esp32c3.map | 23258 .text.fixed_queue_length 23260 0x00000000403bad3e fixed_queue_length 64019 fixed_queue_length esp-idf/bt/libbt.a(fixed_queue.c.obj)
|