/external/bluetooth/bluez/tools/ |
avinfo.c | 254 struct seid_info seps[0]; member in struct:discover_resp 519 int seps, i; local 534 seps = (ret - sizeof(struct avdtp_header)) / sizeof(struct seid_info); 535 for (i = 0; i < seps; i++) { 538 switch (discover->seps[i].type) { 549 switch (discover->seps[i].media_type) { 564 discover->seps[i].seid, media, type, 565 discover->seps[i].inuse ? "*" : ""); 567 avdtp_get_caps(sk, discover->seps[i].seid);
|
/external/srec/seti/sltsEngine/src/ |
run_seq_lts.c | 661 char seps[] = " \n"; local 676 tok = safe_strtok(line, seps, &toklen); 687 tok = safe_strtok(tok+toklen, seps, &toklen); 1348 char seps[] = " "; local [all...] |
/external/svox/pico/tts/ |
com_svox_picottsengine.cpp | 602 * notes : the token separator set could be enlarged adding characters in "seps" 606 const char * seps = " "; local 609 while ((pos<textlen) && (strchr(seps,str[pos]) != NULL)) { 613 /*no characters != seps found whithin string*/ 618 while ((pos<textlen) && (strchr(seps,str[pos]) == NULL)) { 634 * notes : the sub token separator set could be enlarged adding characters in "seps" 638 const char * seps = "ABCDEFGHIJKLMNOPQRSTUVWXYZ"; local 647 while ((pos < textlen) && (strchr(seps, str[pos]) != NULL)) { 651 /*characters all in seps found whithin string : return full token*/ 655 /*pos should be pointing to first non seps and more chars are there* [all...] |
/external/bluetooth/bluez/audio/ |
avdtp.c | 190 struct seid_info seps[0]; member in struct:discover_resp 329 GSList *seps; member in struct:avdtp_server 402 GSList *seps; /* Elements of type struct avdtp_remote_sep * */ member in struct:avdtp 740 static struct avdtp_remote_sep *find_remote_sep(GSList *seps, uint8_t seid) 744 for (l = seps; l != NULL; l = g_slist_next(l)) { 784 rsep = find_remote_sep(stream->session->seps, stream->rseid); 1117 session->discov_cb(session, session->seps, 1232 g_slist_foreach(session->seps, (GFunc) g_free, NULL); 1233 g_slist_free(session->seps); 1254 for (l = server->seps; l != NULL; l = g_slist_next(l)) 1354 struct seid_info *seps; local [all...] |