Searched refs:sep (Results 1 - 11 of 11) sorted by relevance

/system/core/toolbox/upstream-netbsd/lib/libc/gen/
H A Dhumanize_number.c50 const char *prefixes, *sep; local
111 sep = "";
113 sep = " ";
154 sep, SCALE2PREFIX(i), suffix);
158 sep, SCALE2PREFIX(i), suffix);
/system/core/adb/
H A Dadb_auth_client.cpp59 char *sep; local
77 sep = strpbrk(buf, " \t");
78 if (sep)
79 *sep = '\0';
/system/bt/btif/include/
H A Dbtif_media.h295 void btif_a2dp_set_peer_sep(UINT8 sep);
/system/core/logd/
H A Dmain.cpp152 static const char sep[] = ",:;|+ \t\f"; local
153 if ((cp != prop) && !strchr(sep, cp[-1])) {
157 return !*cp || !!strchr(sep, *cp);
/system/core/toolbox/upstream-netbsd/usr.bin/grep/
H A Dgrep.h147 void printline(struct str *line, int sep, regmatch_t *matches, int m);
H A Dutil.c444 printline(struct str *line, int sep, regmatch_t *matches, int m) argument
460 putchar(sep);
466 putchar(sep);
471 putchar(sep);
/system/core/toolbox/
H A Dps.c15 static char *nexttoksep(char **strp, char *sep) argument
17 char *p = strsep(strp,sep);
/system/bt/btif/src/
H A Dbtif_av.c76 UINT8 peer_sep; /* sep type of peer device */
407 btif_av_cb.peer_sep = p_bta_data->open.sep;
408 btif_a2dp_set_peer_sep(p_bta_data->open.sep);
512 btif_av_cb.peer_sep = p_bta_data->open.sep;
513 btif_a2dp_set_peer_sep(p_bta_data->open.sep);
H A Dbtif_media_task.c2204 void btif_a2dp_set_peer_sep(UINT8 sep) { argument
2205 btif_media_cb.peer_sep = sep;
/system/bt/bta/av/
H A Dbta_av_aact.c268 ** Description gives the sep type by cross-checking with AVDT handle
280 return 3; /* return invalid sep type */
585 /* Get SCB and correct sep type*/
871 av_open.sep = AVDT_TSEP_SNK;
873 av_open.sep = AVDT_TSEP_SRC;
1133 UINT8 local_sep; /* sep type of local handle on which connection was received */
1164 /* Sep type of Peer will be oppsite role to our local sep */
1355 /* only in case of local sep as SRC we need to look for other SEPs, In case of SINK we don't */
1437 open.sep = AVDT_TSEP_SNK;
1439 open.sep
[all...]
/system/bt/bta/include/
H A Dbta_av_api.h291 UINT8 sep; /* sep type of peer device */ member in struct:__anon323

Completed in 1120 milliseconds