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

  /external/linux-tools-perf/perf-3.12.0/tools/perf/
builtin-list.c 47 int sep_idx; local
53 sep_idx = sep - argv[i];
58 s[sep_idx] = '\0';
59 print_tracepoint_events(s, s + sep_idx + 1, false);
  /external/bluetooth/bluedroid/bta/av/
bta_av_aact.c 580 if((p_scb->avdt_handle == handle)&&(p_scb->seps[p_scb->sep_idx].tsep == AVDT_TSEP_SNK))
589 p_scb->seps[p_scb->sep_idx].p_app_data_cback(BTA_AV_MEDIA_DATA_EVT, (tBTA_AV_MEDIA*)p_pkt);
731 ** Description adjust the sep_idx
747 p_scb->sep_idx = xx;
867 if(p_scb->seps[p_scb->sep_idx].tsep == AVDT_TSEP_SRC )
869 else if(p_scb->seps[p_scb->sep_idx].tsep == AVDT_TSEP_SNK )
    [all...]
bta_av_int.h 495 UINT8 sep_idx; /* current index into local seps[] */ member in struct:__anon5083

Completed in 71 milliseconds