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

  /external/chromium_org/mojo/system/
channel.cc 125 MessageInTransit::EndpointId remote_id) {
146 "(local ID " << local_id << ", remote ID " << remote_id << ")"; local
152 endpoint->Run(remote_id);
158 MessageInTransit::EndpointId remote_id) {
170 remote_id)) {
175 static_cast<unsigned>(remote_id)));
201 MessageInTransit::EndpointId remote_id) {
219 if (remote_id == MessageInTransit::kInvalidEndpointId)
241 remote_id)) {
246 static_cast<unsigned>(remote_id)));
505 << ", local ID " << local_id << ", remote ID " << remote_id; local
    [all...]
message_pipe_dispatcher.cc 111 MessageInTransit::EndpointId remote_id = local
113 if (remote_id == MessageInTransit::kInvalidEndpointId) {
125 "attach; remote ID = " << remote_id << ")";
128 DVLOG(2) << "Deserializing message pipe dispatcher (remote ID = " << remote_id
131 if (!channel->RunMessagePipeEndpoint(local_id, remote_id)) {
138 channel->RunRemoteMessagePipeEndpoint(local_id, remote_id);
  /external/chromium_org/components/enhanced_bookmarks/
enhanced_bookmark_model.cc 154 const std::string& remote_id) {
155 IdToNodeMap::iterator it = id_map_.find(remote_id);
294 std::string remote_id = GetRemoteId(node); local
295 id_map_.erase(remote_id);
308 std::string remote_id = GetRemoteId(node); local
309 if (remote_id != prev_remote_id_) {
311 if (!remote_id.empty()) {
318 EnhancedBookmarkRemoteIdChanged(node, prev_remote_id_, remote_id));
343 std::string remote_id = GetRemoteId(node); local
344 if (remote_id.empty()
    [all...]
  /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 656 milliseconds