OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:SEND
(Results
1 - 5
of
5
) sorted by null
/external/bluetooth/bluez/test/
scotest.c
45
SEND
,
283
if (
send
(sk, buf, so.mtu, 0) <= 0) {
284
syslog(LOG_ERR, "
Send
failed: %s (%d)",
343
"\t-s connect and
send
(client)\n"
359
mode =
SEND
;
421
case
SEND
:
rctest.c
51
SEND
,
502
send
(sk, buf, len, 0);
515
if (
send
(sk, buf, data_size, 0) <= 0) {
516
syslog(LOG_ERR, "
Send
failed: %s (%d)",
573
"\t-w listen and
send
\n"
575
"\t-s connect and
send
\n"
586
"\t[-N num] number of frames to
send
\n"
587
"\t[-C num]
send
num frames before delay (default = 1)\n"
610
mode =
SEND
;
749
case
SEND
[
all
...]
l2test.c
53
SEND
,
81
/* Default number of frames to
send
(-1 = infinite) */
715
len =
send
(sk, buf + sent, buflen, 0);
737
len =
send
(sk, buf, buflen, 0);
739
syslog(LOG_ERR, "
Send
failed: %s (%d)",
863
if (
send
(sk, buf, L2CAP_CMD_HDR_SIZE + L2CAP_INFO_REQ_SIZE, 0) < 0) {
864
perror("Can't
send
info request");
890
if (
send
(sk, buf, L2CAP_CMD_HDR_SIZE + L2CAP_INFO_REQ_SIZE, 0) < 0) {
891
perror("Can't
send
info request");
940
if (
send
(sk, buf, L2CAP_CMD_HDR_SIZE + L2CAP_INFO_REQ_SIZE, 0) < 0)
[
all
...]
/frameworks/base/core/java/android/net/http/
Connection.java
50
private static final int
SEND
= 0;
54
private static final String[] states = {"
SEND
", "READ", "DRAIN", "DONE"};
167
int state =
SEND
;
184
case
SEND
: {
254
state = clearPipe(pipe) ? DONE :
SEND
;
270
state =
SEND
;
274
state = empty ? DONE :
SEND
;
315
state =
SEND
;
324
* After a
send
/receive failure, any pipelined requests must be
/external/bluetooth/hcidump/src/
hcidump.c
78
SEND
,
322
case
SEND
:
324
/* Save or
send
dump */
935
" -s, --
send
-dump=host
Send
dump to a host\n"
937
" -d, --wait-dump=host Wait on a host and
send
\n"
967
{ "
send
-dump", 1, 0, 's' },
1035
mode =
SEND
;
1166
case
SEND
:
Completed in 109 milliseconds