/external/chromium_org/mojo/system/ |
channel.cc | 155 MessageInTransit::EndpointId remote_id) { 171 "(local ID " << local_id << ", remote ID " << remote_id << ")"; local 177 endpoint_info.message_pipe->Run(endpoint_info.port, remote_id); 183 MessageInTransit::EndpointId remote_id) { 194 local_id, remote_id)) { 198 static_cast<unsigned>(local_id), static_cast<unsigned>(remote_id))); 223 MessageInTransit::EndpointId remote_id) { 241 (remote_id != MessageInTransit::kInvalidEndpointId); 259 local_id, remote_id)) { 263 static_cast<unsigned>(local_id), static_cast<unsigned>(remote_id))); 481 << ", local ID " << local_id << ", remote ID " << remote_id; local [all...] |
message_pipe_endpoint.cc | 46 bool MessagePipeEndpoint::Run(MessageInTransit::EndpointId /*remote_id*/) {
|
channel.h | 83 // the given |remote_id| (negotiated using some other means, e.g., over an 88 MessageInTransit::EndpointId remote_id); 91 // must already be attached); |local_id| and |remote_id| are relative to this 92 // channel (i.e., |local_id| is the other side's remote ID and |remote_id| is 97 MessageInTransit::EndpointId remote_id); 112 MessageInTransit::EndpointId remote_id); 162 MessageInTransit::EndpointId remote_id);
|
proxy_message_pipe_endpoint.cc | 97 bool ProxyMessagePipeEndpoint::Run(MessageInTransit::EndpointId remote_id) { 99 DCHECK_NE(remote_id, MessageInTransit::kInvalidEndpointId); 106 remote_id_ = remote_id;
|
message_pipe_dispatcher.cc | 108 MessageInTransit::EndpointId remote_id = local 110 if (remote_id == MessageInTransit::kInvalidEndpointId) { 122 "attach; remote ID = " << remote_id << ")"; 126 << remote_id << ", new local ID = " << local_id << ")"; 128 if (!channel->RunMessagePipeEndpoint(local_id, remote_id)) { 135 channel->RunRemoteMessagePipeEndpoint(local_id, remote_id);
|
message_pipe.cc | 166 void MessagePipe::Run(unsigned port, MessageInTransit::EndpointId remote_id) { 168 DCHECK_NE(remote_id, MessageInTransit::kInvalidEndpointId); 172 if (!endpoints_[port]->Run(remote_id))
|
proxy_message_pipe_endpoint.h | 59 virtual bool Run(MessageInTransit::EndpointId remote_id) OVERRIDE;
|
message_pipe.h | 87 void Run(unsigned port, MessageInTransit::EndpointId remote_id);
|
message_pipe_endpoint.h | 80 virtual bool Run(MessageInTransit::EndpointId remote_id);
|
/external/kernel-headers/original/uapi/rdma/ |
ib_user_cm.h | 103 __be32 remote_id; member in struct:ib_ucm_attr_id_resp
|
/external/bluetooth/bluedroid/stack/l2cap/ |
l2c_csm.c | 436 p_ccb->p_rcb->psm, p_ccb->remote_id); 477 l2cu_send_peer_disc_rsp (p_ccb->p_lcb, p_ccb->remote_id, p_ccb->local_cid, p_ccb->remote_cid); 687 p_ccb->remote_id); [all...] |
l2c_main.c | 455 p_ccb->remote_id = id; 579 p_ccb->remote_id = id; 688 p_ccb->remote_id = id; [all...] |
l2c_int.h | 304 UINT8 remote_id; /* Transaction ID for local */ member in struct:t_l2c_ccb 616 extern void l2cu_send_peer_disc_rsp (tL2C_LCB *p_lcb, UINT8 remote_id, UINT16 local_cid, UINT16 remote_cid); [all...] |
l2c_utils.c | 521 if ((p_buf=l2cu_build_header(p_ccb->p_lcb, L2CAP_CONN_RSP_LEN, L2CAP_CMD_CONN_RSP, p_ccb->remote_id)) == NULL) 707 L2CAP_CMD_CONFIG_RSP, p_ccb->remote_id)) == NULL ) 832 UINT8_TO_STREAM (p, p_ccb->remote_id); 963 void l2cu_send_peer_disc_rsp (tL2C_LCB *p_lcb, UINT8 remote_id, UINT16 local_cid, 969 if ((p_buf=l2cu_build_header(p_lcb, L2CAP_DISC_RSP_LEN, L2CAP_CMD_DISC_RSP, remote_id)) == NULL) [all...] |
l2c_api.c | 386 if (p_ccb->remote_id != id) 388 L2CAP_TRACE_WARNING ("L2CAP - bad id in L2CA_conn_rsp. Exp: %d Got: %d", p_ccb->remote_id, id); [all...] |
/bionic/libc/kernel/uapi/rdma/ |
ib_user_cm.h | 86 __be32 remote_id; member in struct:ib_ucm_attr_id_resp
|
/system/core/adb/ |
adb.h | 243 asocket *find_local_socket(unsigned local_id, unsigned remote_id);
|
/external/netperf/ |
netlib.c | 2975 char *remote_id=""; local [all...] |