HomeSort by relevance Sort by last modified time
    Searched refs:send_buf (Results 1 - 6 of 6) sorted by null

  /hardware/qcom/keymaster/
QSEEComAPI.h 172 * The HLOS client writes to the send_buf, where QSAPP writes to the rcv_buf.
176 * @param[in] send_buf The buffer to be sent.
193 int QSEECom_send_cmd(struct QSEECom_handle *handle, void *send_buf,
202 * cmd_buf_offset) used for modifying data in the message in send_buf
204 * retrieve physical address and modify the message in send_buf at the
207 * The HLOS client writes to the send_buf, where QSAPP writes to the rcv_buf.
211 * @param[in] send_buf The buffer to be sent.
228 int QSEECom_send_modified_cmd(struct QSEECom_handle *handle, void *send_buf,
255 * @param[out] send_buf The buffer to be returned back to QSAPP
262 void *send_buf, uint32_t len)
    [all...]
  /external/quake/quake/src/QW/client/
net_chan.c 116 byte send_buf[MAX_MSGLEN + PACKET_HEADER]; local
119 send.data = send_buf;
120 send.maxsize = sizeof(send_buf);
226 byte send_buf[MAX_MSGLEN + PACKET_HEADER]; local
258 send.data = send_buf;
259 send.maxsize = sizeof(send_buf);
  /external/chromium/chrome/browser/debugger/
devtools_remote_listen_socket.cc 230 char* send_buf = const_cast<char *>(bytes); local
233 int sent = HANDLE_EINTR(send(socket_, send_buf, len_left, 0));
252 send_buf += sent;
  /external/wpa_supplicant_8/wpa_supplicant/
ctrl_iface_named_pipe.c 282 char *reply = NULL, *send_buf; local
311 send_buf = reply;
314 send_buf = "OK\n";
317 send_buf = "FAIL\n";
328 os_memcpy(dst->rsp_buf, send_buf, send_len);
717 char *reply = NULL, *send_buf; local
729 send_buf = reply;
732 send_buf = "FAIL\n";
747 os_memcpy(dst->rsp_buf, send_buf, send_len);
  /external/chromium/net/base/
listen_socket.cc 144 char* send_buf = const_cast<char *>(bytes); local
147 int sent = HANDLE_EINTR(send(socket_, send_buf, len_left, 0));
166 send_buf += sent;
  /external/wpa_supplicant_8/src/wps/
wps_upnp_web.c 365 goto send_buf;
408 send_buf:
    [all...]

Completed in 353 milliseconds