HomeSort by relevance Sort by last modified time
    Searched refs:BTA_AV_NUM_STRS (Results 1 - 7 of 7) sorted by null

  /system/bt/bta/av/
bta_av_main.cc 268 for (xx = 0; xx < BTA_AV_NUM_STRS; xx++) {
293 if (idx && (idx <= BTA_AV_NUM_STRS)) {
332 for (xx = 0; xx < BTA_AV_NUM_STRS; xx++) {
725 for (i = 0; i < BTA_AV_NUM_STRS; i++) {
762 for (xx = 0; xx < BTA_AV_NUM_STRS; xx++) {
792 for (i = 0; i < BTA_AV_NUM_STRS; i++) {
827 for (i = 0; i < BTA_AV_NUM_STRS; i++) {
857 for (i = 0; i < BTA_AV_NUM_STRS; i++) {
895 if ((bta_av_cb.rs_idx - 1) < BTA_AV_NUM_STRS) {
938 for (i = 0; i < BTA_AV_NUM_STRS; i++)
    [all...]
bta_av_aact.cc 208 #if BTA_AV_NUM_STRS > 2
212 #if BTA_AV_NUM_STRS > 3
216 #if BTA_AV_NUM_STRS > 4
220 #if BTA_AV_NUM_STRS > 5
228 #if BTA_AV_NUM_STRS > 2
232 #if BTA_AV_NUM_STRS > 3
236 #if BTA_AV_NUM_STRS > 4
240 #if BTA_AV_NUM_STRS > 5
496 for (int i = 0; i < BTA_AV_NUM_STRS; i++) {
582 for (index = 0; index < BTA_AV_NUM_STRS; index++)
    [all...]
bta_av_act.cc 108 if ((p_rcb->shdl - 1) < BTA_AV_NUM_STRS) {
478 for (i = 0; i < BTA_AV_NUM_STRS; i++) {
    [all...]
bta_av_int.h 520 #define BTA_AV_NUM_RCB (BTA_AV_NUM_STRS + 2)
536 tBTA_AV_SCB* p_scb[BTA_AV_NUM_STRS]; /* stream control block */
bta_av_ssm.cc 519 for (xx = 0; xx < BTA_AV_NUM_STRS; xx++) {
  /system/bt/bta/include/
bta_av_api.h 95 #ifndef BTA_AV_NUM_STRS
96 #define BTA_AV_NUM_STRS 2
  /system/bt/btif/co/
bta_av_co.cc 101 tBTA_AV_CO_PEER peers[BTA_AV_NUM_STRS];
    [all...]

Completed in 1189 milliseconds