/external/bluetooth/bluedroid/stack/avdt/ |
avdt_ad.c | 40 ** Description Derives the TCID from the channel type and SCB. 43 ** Returns TCID value. 58 AVDT_TRACE_DEBUG2("type: %d, tcid: %d", type, ((scb_idx * (AVDT_CHAN_NUM_TYPES - 1)) + type)); 68 ** Description Derives the channel type from the TCID. 74 static UINT8 avdt_ad_tcid_to_type(UINT8 tcid) 78 if (tcid == 0) 84 /* tcid translates to type based on number of channels, as follows: 85 ** only media channel : tcid=1,2,3,4,5,6... type=1,1,1,1,1,1... 86 ** media and report : tcid=1,2,3,4,5,6... type=1,2,1,2,1,2... 87 ** media, report, recov : tcid=1,2,3,4,5,6... type=1,2,3,1,2,3.. 231 UINT8 tcid; local 504 UINT8 tcid; local 605 UINT8 tcid; local [all...] |
avdt_l2c.c | 98 avdt_cb.ad.rt_tbl[avdt_ccb_to_idx(p_ccb)][p_tbl->tcid].lcid = p_tbl->lcid; 193 p_tbl->tcid = AVDT_CHAN_SIG; 249 avdt_cb.ad.rt_tbl[avdt_ccb_to_idx(p_ccb)][p_tbl->tcid].lcid = lcid; 291 if(p_tbl->tcid != AVDT_CHAN_SIG)
|
avdt_api.c | 1085 UINT8 tcid; local 1116 UINT8 tcid = 0; \/* tcid is always 0 for signal channel *\/ local [all...] |
avdt_int.h | 468 UINT8 tcid; /* TCID */ member in struct:__anon3049 520 UINT8 tcid; /* transport channel id */ member in struct:__anon3052
|
avdt_scb_act.c | 1864 UINT8 tcid; local 2043 UINT8 tcid; local [all...] |
avdt_msg.c | 336 *(*p)++ = p_cfg->mux_tcid_media<<3; /* TCID */ 342 *(*p)++ = p_cfg->mux_tcid_report<<3; /* TCID */ 345 *(*p)++ = p_cfg->mux_tcid_recov<<3; /* TCID */ 351 *(*p)++ = p_cfg->mux_tcid_report<<3; /* TCID */ [all...] |
/external/bluetooth/bluedroid/stack/mcap/ |
mca_main.c | 143 p_tbl->tcid = MCA_CTRL_TCID; 184 p_tbl->tcid = p_dcb->p_cs->type + 1; 189 MCA_TRACE_DEBUG2("mca_tc_tbl_dalloc tcid: %d, cb_idx: %d", p_tbl->tcid, p_tbl->cb_idx); 261 if (p_tbl->tcid == MCA_CTRL_TCID) 306 MCA_TRACE_DEBUG3("mca_tc_close_ind tcid: %d, cb_idx:%d, old: %d", 307 p_tbl->tcid, p_tbl->cb_idx, p_tbl->state); 320 if (p_tbl->tcid == MCA_CTRL_TCID) 355 MCA_TRACE_DEBUG2("mca_tc_open_ind tcid: %d, cb_idx: %d", p_tbl->tcid, p_tbl->cb_idx) [all...] |
mca_l2c.c | 302 MCA_TRACE_DEBUG2("p_tbl state: %d, tcid: %d", p_tbl->state, p_tbl->tcid); 309 if (p_tbl->tcid != 0) 335 p_tbl->tcid,
|
mca_int.h | 163 #define MCA_CTRL_TCID 0 /* to identify control channel by tMCA_TC_TBL.tcid */ 170 UINT8 tcid; /* transport channel id (0, for control channel. (MDEP ID + 1) for data channel) */ member in struct:__anon3483
|
/hardware/ti/omap3/omx/audio/src/openmax_il/g726_enc/tests/ |
G726EncTest.c | 471 int retval, i = 0, j = 0, k = 0, kk = 0, tcID = 0; 543 tcID = 1; 548 tcID = 2; 553 tcID = 3; 558 tcID = 4; 572 tcID = 5; 586 tcID = 6; 593 tcID = 1; 601 tcID = 1; 609 tcID = 1 [all...] |
/hardware/ti/omap3/omx/audio/src/openmax_il/g726_dec/tests/ |
G726DecTest.c | 111 int tcID = 0; 440 tcID = 0; 443 tcID = 1; 445 tcID = 2; 447 tcID = 3; 449 tcID = 4; 451 tcID = 5; 453 tcID = 6; 455 tcID = 7; 457 tcID = 8 [all...] |
/hardware/ti/omap3/omx/audio/src/openmax_il/g711_enc/tests/ |
G711EncTest.c | 422 int retval= 0, i= 0, j= 0, k= 0, kk= 0, tcID = 0; 473 tcID = 1; 476 tcID = 2; 479 tcID = 3; 483 tcID = 4; 488 tcID = 5; 493 tcID = 6; 500 if(tcID == 6) [all...] |
/hardware/ti/omap3/omx/audio/src/openmax_il/g729_enc/tests/ |
G729EncTest.c | 219 int tcID = 0; 466 tcID = 0; 473 tcID = 1; 479 tcID = 2; 485 tcID = 3; 491 tcID = 4; 498 tcID = 5; 504 tcID = 6; [all...] |
/hardware/ti/omap3/omx/audio/src/openmax_il/nbamr_enc/tests/ |
AmrEncTest.c | 536 int retval, i, j, k, kk, tcID = 0; 607 tcID = 1; 612 tcID = 2; 617 tcID = 3; 622 tcID = 4; 636 tcID = 5; 649 tcID = 6; 655 tcID = 7; 661 tcID = 1; [all...] |
/hardware/ti/omap3/omx/audio/src/openmax_il/wbamr_enc/tests/ |
WbAmrEncTest.c | 514 int retval, i, j, k, kk, tcID = 0; 592 tcID = 1; 597 tcID = 2; 602 tcID = 3; 607 tcID = 4; 619 tcID = 5; 630 tcID = 6; 635 tcID = 7; 640 tcID = 1; [all...] |
/hardware/ti/omap3/omx/audio/src/openmax_il/g722_dec/tests/ |
G722DecTest.c | 201 int tcID = 0; 211 boolean bFlag = validateArguments (argc, argv, &iSampRate, fname, &tcID, &gDasfMode, &nIpBuffs, &nIpBufSize, &nOpBuffs, &nOpBufSize); 218 int nCntTest1 = (tcID != 6)? 1: N_REPETITIONS; 219 int nCntTest = (tcID != 5)? 1: N_REPETITIONS; 391 if (tcID == 5) { 396 if (tcID == 6) { 434 error = testCases (pHandle, &rfds, tcID, fIn, fOut, &frmCnt, &totalFilled, &tv, gDasfMode, nIpBuffs, pInputBufferHeader, nOpBuffs, pOutputBufferHeader); 452 if((tcID == 5) || (tcID == 2)) { 559 boolean validateArguments (int nArgc, char *sArgv [], int *iSampRate, char *fname, int *tcID, int *gDasfMode, int *nIpBuffs, int *nIpBufSize, int *nOpBuffs, int *nOpBufSize [all...] |
/external/bluetooth/bluedroid/stack/include/ |
avdt_api.h | 270 UINT8 mux_tcid_media; /* TCID for media transport session */ 272 UINT8 mux_tcid_report; /* TCID for reporting transport session */ 274 UINT8 mux_tcid_recov; /* TCID for recovery transport session */ [all...] |