Home
last modified time | relevance | path

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

/external/bluetooth/bluedroid/bta/av/
Dbta_av_main.c215 for(xx=0; xx<BTA_AV_NUM_STRS; xx++) in bta_av_timer_cback()
288 for(xx=0; xx<BTA_AV_NUM_STRS; xx++) in bta_av_addr_to_scb()
317 if(idx && (idx <= BTA_AV_NUM_STRS) ) in bta_av_hndl_to_scb()
366 for(xx=0; xx<BTA_AV_NUM_STRS; xx++) in bta_av_alloc_scb()
697 for( i=0; i < BTA_AV_NUM_STRS; i++ ) in bta_av_ci_data()
739 for(xx=0; xx<BTA_AV_NUM_STRS; xx++) in bta_av_api_to_ssm()
769 for(i=0; i<BTA_AV_NUM_STRS; i++) in bta_av_chk_start()
805 for(i=0; i<BTA_AV_NUM_STRS; i++) in bta_av_restore_switch()
837 for(i=0; i<BTA_AV_NUM_STRS; i++) in bta_av_sys_rs_cback()
917 for(i=0; i<BTA_AV_NUM_STRS; i++) in bta_av_sco_chg_cback()
[all …]
Dbta_av_aact.c198 #if BTA_AV_NUM_STRS > 2
201 #if BTA_AV_NUM_STRS > 3
204 #if BTA_AV_NUM_STRS > 4
207 #if BTA_AV_NUM_STRS > 5
215 #if BTA_AV_NUM_STRS > 2
218 #if BTA_AV_NUM_STRS > 3
221 #if BTA_AV_NUM_STRS > 4
224 #if BTA_AV_NUM_STRS > 5
420 for (xx = 0; xx < BTA_AV_NUM_STRS; xx++) in bta_av_proc_stream_evt()
517 #if BTA_AV_NUM_STRS > 2
[all …]
Dbta_av_act.c493 for(i=0; i<BTA_AV_NUM_STRS; i++) in bta_av_rc_opened()
1057 for(i=0; i<BTA_AV_NUM_STRS; i++) in bta_av_get_shdl()
1117 for (; i<BTA_AV_NUM_STRS; i++) in bta_av_stream_chg()
1332 for (i=0; i<BTA_AV_NUM_STRS; i++) in bta_av_conn_chg()
1371 for(xx=0; xx<BTA_AV_NUM_STRS; xx++) in bta_av_disable()
1487 for(xx=0; xx < BTA_AV_NUM_STRS; xx++) in bta_av_sig_chg()
Dbta_av_int.h526 #define BTA_AV_NUM_RCB (BTA_AV_NUM_STRS + 2)
549 tBTA_AV_SCB *p_scb[BTA_AV_NUM_STRS]; /* stream control block */
Dbta_av_ssm.c423 for (xx = 0; xx < BTA_AV_NUM_STRS; xx++) in bta_av_ssm_execute()
/external/bluetooth/bluedroid/bta/include/
Dbta_av_api.h94 #ifndef BTA_AV_NUM_STRS
95 #define BTA_AV_NUM_STRS 2 macro
/external/bluetooth/bluedroid/btif/co/
Dbta_av_co.c137 tBTA_AV_CO_PEER peers[BTA_AV_NUM_STRS];