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

  /sdk/emulator/opengl/tests/event_injector/
emulator-console.c 75 Msg* out_msg; member in struct:EmulatorConsole
109 while (con->out_msg != NULL) {
110 Msg* msg = con->out_msg;
121 con->out_msg = msg->next;
144 if (con->out_msg != NULL) {
189 while (con->out_msg) {
190 Msg* msg = con->out_msg;
191 con->out_msg = msg->next;
292 plast = &con->out_msg;
297 if (con->out_msg == msg)
    [all...]
  /hardware/msm7k/librpc/
svc_clnt_common.c 68 ((uint32 *)xdr->out_msg)[RPC_OFFSET] = htonl(xdr->xid);
70 ((uint32 *)xdr->out_msg)[RPC_OFFSET+1] = htonl(rpc_msg_type);
90 if (r_write(xdr->fd, (void *)xdr->out_msg, xdr->out_next) !=
115 *(int32 *)(xdr->out_msg + xdr->out_next) = htonl(*value);
154 xdr->out_msg[xdr->out_next++] = *buf++;
156 xdr->out_msg[xdr->out_next++] = 0;
clnt.c 146 memcpy((*svc_xdr)->out_msg,
147 client->xdr->out_msg, client->xdr->out_next);
361 if (((uint32 *)xdr->out_msg)[RPC_OFFSET] !=
366 ntohl(((uint32 *)xdr->out_msg)[RPC_OFFSET]));
svc.c 501 ((uint32 *)(serv->xdr->out_msg))[RPC_OFFSET] =
506 ntohl(((uint32 *)(serv->xdr->out_msg))[RPC_OFFSET]));
  /external/chromium/third_party/libjingle/source/talk/p2p/base/
port.cc 229 StunMessage** out_msg, std::string* out_username) {
233 ASSERT(out_msg != NULL);
235 *out_msg = NULL;
319 *out_msg = stun_msg.release();
port.h 237 StunMessage** out_msg, std::string* out_username);
  /hardware/msm7k/librpc/rpc/
types.h 404 uint8 out_msg[RPCROUTER_MSGSIZE_MAX]; member in struct:xdr_struct

Completed in 1701 milliseconds