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

  /system/bt/bta/av/
bta_av_aact.cc 517 (p_scb->seps[p_scb->sep_idx].tsep == AVDT_TSEP_SNK)) {
527 p_scb->seps[p_scb->sep_idx].p_app_sink_data_cback(BTA_AV_SINK_MEDIA_DATA_EVT,
596 * Description adjust the sep_idx
611 p_scb->sep_idx = i;
718 if (p_scb->seps[p_scb->sep_idx].tsep == AVDT_TSEP_SRC) {
720 } else if (p_scb->seps[p_scb->sep_idx].tsep == AVDT_TSEP_SNK) {
    [all...]
bta_av_int.h 487 uint8_t sep_idx; /* current index into local seps[] */ member in struct:final

Completed in 67 milliseconds