Home
last modified time | relevance | path

Searched refs:BTA_AV_NUM_STRS (Results 1 – 7 of 7) sorted by relevance

/system/bt/bta/av/
Dbta_av_main.cc300 for (xx = 0; xx < BTA_AV_NUM_STRS; xx++) { in bta_av_addr_to_scb()
319 for (int index = 0; index < BTA_AV_NUM_STRS; index++) { in BTA_AvObtainPeerChannelIndex()
346 if (idx && (idx <= BTA_AV_NUM_STRS)) { in bta_av_hndl_to_scb()
369 for (int xx = 0; xx < BTA_AV_NUM_STRS; xx++) { in bta_av_alloc_scb()
391 CHECK(scb_index < BTA_AV_NUM_STRS); in bta_av_free_scb()
817 for (i = 0; i < BTA_AV_NUM_STRS; i++) { in bta_av_ci_data()
879 for (int i = 0; i < BTA_AV_NUM_STRS; i++) { in bta_av_chk_start()
920 for (i = 0; i < BTA_AV_NUM_STRS; i++) { in bta_av_restore_switch()
954 for (i = 0; i < BTA_AV_NUM_STRS; i++) { in bta_av_sys_rs_cback()
992 if ((bta_av_cb.rs_idx - 1) < BTA_AV_NUM_STRS) { in bta_av_sys_rs_cback()
[all …]
Dbta_av_act.cc110 if ((p_rcb->shdl - 1) < BTA_AV_NUM_STRS) { in bta_av_del_rc()
497 for (i = 0; i < BTA_AV_NUM_STRS; i++) { in bta_av_rc_opened()
1074 for (i = 0; i < BTA_AV_NUM_STRS; i++) { in bta_av_get_shdl()
1135 if (index < BTA_AV_NUM_STRS) { in bta_av_conn_chg()
1279 for (i = 0; i < BTA_AV_NUM_STRS; i++) { in bta_av_conn_chg()
1318 for (xx = 0; xx < BTA_AV_NUM_STRS; xx++) { in bta_av_disable()
1492 for (xx = 0; xx < BTA_AV_NUM_STRS; xx++) { in bta_av_sig_chg()
1575 if (inx < BTA_AV_NUM_STRS) { in bta_av_accept_signalling_timer_cback()
1896 if (((p_cb->disc & BTA_AV_HNDL_MSK) - 1) < BTA_AV_NUM_STRS) { in bta_av_rc_disc_done()
2067 if ((p_rcb->shdl - 1) < BTA_AV_NUM_STRS) { in bta_av_rc_closed()
Dbta_av_int.h576 #define BTA_AV_NUM_RCB (BTA_AV_NUM_STRS + 2)
592 tBTA_AV_SCB* p_scb[BTA_AV_NUM_STRS]; /* stream control block */
Dbta_av_aact.cc400 CHECK_LT(scb_index, BTA_AV_NUM_STRS); in bta_av_proc_stream_evt()
514 for (index = 0; index < BTA_AV_NUM_STRS; index++) { in bta_av_sink_data_cback()
521 if (index == BTA_AV_NUM_STRS) { in bta_av_sink_data_cback()
1658 for (idx = 0; (idx < BTA_AV_NUM_STRS) && (!is_av_opened); idx++) { in bta_av_open_failed()
2950 for (int i = 0; i < BTA_AV_NUM_STRS; i++) { in bta_av_chk_2nd_start()
/system/bt/bta/include/
Dbta_av_api.h96 #ifndef BTA_AV_NUM_STRS
97 #define BTA_AV_NUM_STRS 6 macro
/system/bt/btif/src/
Dbtif_av.cc350 static constexpr uint8_t kPeerIdMax = BTA_AV_NUM_STRS;
541 static constexpr uint8_t kPeerIdMax = BTA_AV_NUM_STRS;
/system/bt/btif/co/
Dbta_av_co.cc690 BtaAvCoPeer peers_[BTA_AV_NUM_STRS]; // Connected peer information