Searched refs:send (Results 1 - 4 of 4) sorted by relevance

/system/extras/tests/binder/benchmarks/
H A DbinderAddInts.cpp260 Parcel send, reply; local
268 send.writeInt32(val1);
269 send.writeInt32(val2);
276 send, &reply)) != 0) {
/system/core/libsysutils/src/
H A DSocketClient.cpp82 /** send 3-digit code, null, binary-length, binary data */
143 SLOGW("Unable to send msg '%s'", msg);
173 rc = send(mSocket, p, brtw, MSG_NOSIGNAL);
/system/core/libnetutils/
H A Difc_utils.c315 if (send(s, &req, req.n.nlmsg_len, 0) < 0) {
/system/core/adb/
H A Dsysdeps_win32.c527 int result = send( f->fh_socket, buf, len, 0 );

Completed in 132 milliseconds