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

  /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_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);
  /bionic/libc/kernel/uapi/rdma/
ib_user_cm.h 86 __be32 remote_id; member in struct:ib_ucm_attr_id_resp
  /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_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...]
  /external/netperf/
netlib.c 2975 char *remote_id=""; local
    [all...]

Completed in 195 milliseconds