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

  /external/linux-tools-perf/src/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);
  /system/bt/bta/av/
bta_av_aact.c 592 if((p_scb->avdt_handle == handle)&&(p_scb->seps[p_scb->sep_idx].tsep == AVDT_TSEP_SNK))
601 p_scb->seps[p_scb->sep_idx].p_app_data_cback(BTA_AV_MEDIA_DATA_EVT, (tBTA_AV_MEDIA*)p_pkt);
743 ** Description adjust the sep_idx
759 p_scb->sep_idx = xx;
879 if(p_scb->seps[p_scb->sep_idx].tsep == AVDT_TSEP_SRC )
881 else if(p_scb->seps[p_scb->sep_idx].tsep == AVDT_TSEP_SNK )
    [all...]
bta_av_int.h 496 UINT8 sep_idx; /* current index into local seps[] */ member in struct:__anon68576

Completed in 118 milliseconds