/external/srec/seti/setiUtils/src/ |
D | platform_utils.c | 44 char * safe_strtok(char *input_str, char *seps, int * token_len) in safe_strtok() argument 50 m = strlen(seps); in safe_strtok() 60 if (*pos == seps[j]) { in safe_strtok() 78 if (pos[k-i] == seps[j]) { in safe_strtok()
|
/external/bluetooth/bluez/tools/ |
D | avinfo.c | 254 struct seid_info seps[0]; member 519 int seps, i; in avdtp_discover() local 534 seps = (ret - sizeof(struct avdtp_header)) / sizeof(struct seid_info); in avdtp_discover() 535 for (i = 0; i < seps; i++) { in avdtp_discover() 538 switch (discover->seps[i].type) { in avdtp_discover() 549 switch (discover->seps[i].media_type) { in avdtp_discover() 564 discover->seps[i].seid, media, type, in avdtp_discover() 565 discover->seps[i].inuse ? "*" : ""); in avdtp_discover() 567 avdtp_get_caps(sk, discover->seps[i].seid); in avdtp_discover()
|
/external/bluetooth/bluez/audio/ |
D | avdtp.c | 192 struct seid_info seps[0]; member 331 GSList *seps; member 400 GSList *seps; /* Elements of type struct avdtp_remote_sep * */ member 732 static struct avdtp_remote_sep *find_remote_sep(GSList *seps, uint8_t seid) in find_remote_sep() argument 736 for (l = seps; l != NULL; l = g_slist_next(l)) { in find_remote_sep() 776 rsep = find_remote_sep(stream->session->seps, stream->rseid); in stream_free() 1043 session->discov_cb(session, session->seps, in finalize_discovery() 1156 g_slist_foreach(session->seps, (GFunc) g_free, NULL); in avdtp_unref() 1157 g_slist_free(session->seps); in avdtp_unref() 1178 for (l = server->seps; l != NULL; l = g_slist_next(l)) { in find_local_sep_by_seid() [all …]
|
D | avdtp.h | 212 typedef void (*avdtp_discover_cb_t) (struct avdtp *session, GSList *seps,
|
D | source.c | 449 static void discovery_complete(struct avdtp *session, GSList *seps, struct avdtp_error *err, in discovery_complete() argument
|
D | unix.c | 603 static void a2dp_discovery_complete(struct avdtp *session, GSList *seps, in a2dp_discovery_complete() argument 631 for (l = seps; l; l = g_slist_next(l)) { in a2dp_discovery_complete()
|
D | sink.c | 488 static void discovery_complete(struct avdtp *session, GSList *seps, struct avdtp_error *err, in discovery_complete() argument
|
/external/srec/seti/setiUtils/include/ |
D | platform_utils.h | 37 char * safe_strtok(char *input_str, char *seps, int * token_len);
|
/external/svox/pico/tts/ |
D | com_svox_picottsengine.cpp | 594 const char * seps = " "; in get_tok() local 597 while ((pos<textlen) && (strchr(seps,str[pos]) != NULL)) { in get_tok() 606 while ((pos<textlen) && (strchr(seps,str[pos]) == NULL)) { in get_tok() 626 const char * seps = "ABCDEFGHIJKLMNOPQRSTUVWXYZ"; in get_sub_tok() local 635 while ((pos < textlen) && (strchr(seps, str[pos]) != NULL)) { in get_sub_tok() 645 while ((pos < textlen) && (strchr(seps, str[pos]) == NULL)) { in get_sub_tok()
|
/external/srec/seti/sltsEngine/src/ |
D | run_seq_lts.c | 661 char seps[] = " \n"; in load_allowable_cons_comb() local 676 tok = safe_strtok(line, seps, &toklen); in load_allowable_cons_comb() 687 tok = safe_strtok(tok+toklen, seps, &toklen); in load_allowable_cons_comb() 1348 char seps[] = " "; in add_output() local 1352 tok = safe_strtok(output, seps, &toklen); in add_output() 1366 tok = safe_strtok(tok+toklen, seps, &toklen); in add_output()
|