/external/chromium_org/mojo/system/ |
D | channel.cc | 125 MessageInTransit::EndpointId remote_id) { in RunMessagePipeEndpoint() argument 146 "(local ID " << local_id << ", remote ID " << remote_id << ")"; in RunMessagePipeEndpoint() 152 endpoint->Run(remote_id); in RunMessagePipeEndpoint() 158 MessageInTransit::EndpointId remote_id) { in RunRemoteMessagePipeEndpoint() argument 170 remote_id)) { in RunRemoteMessagePipeEndpoint() 175 static_cast<unsigned>(remote_id))); in RunRemoteMessagePipeEndpoint() 201 MessageInTransit::EndpointId remote_id) { in DetachMessagePipeEndpoint() argument 219 if (remote_id == MessageInTransit::kInvalidEndpointId) in DetachMessagePipeEndpoint() 241 remote_id)) { in DetachMessagePipeEndpoint() 246 static_cast<unsigned>(remote_id))); in DetachMessagePipeEndpoint() [all …]
|
D | channel.h | 95 MessageInTransit::EndpointId remote_id); 104 MessageInTransit::EndpointId remote_id); 119 MessageInTransit::EndpointId remote_id); 151 MessageInTransit::EndpointId remote_id);
|
D | message_pipe_dispatcher.cc | 111 MessageInTransit::EndpointId remote_id = in Deserialize() local 113 if (remote_id == MessageInTransit::kInvalidEndpointId) { in Deserialize() 125 "attach; remote ID = " << remote_id << ")"; in Deserialize() 128 DVLOG(2) << "Deserializing message pipe dispatcher (remote ID = " << remote_id in Deserialize() 131 if (!channel->RunMessagePipeEndpoint(local_id, remote_id)) { in Deserialize() 138 channel->RunRemoteMessagePipeEndpoint(local_id, remote_id); in Deserialize()
|
D | channel_endpoint.cc | 82 void ChannelEndpoint::Run(MessageInTransit::EndpointId remote_id) { in Run() argument 83 DCHECK_NE(remote_id, MessageInTransit::kInvalidEndpointId); in Run() 88 remote_id_ = remote_id; in Run()
|
D | channel_endpoint.h | 136 void Run(MessageInTransit::EndpointId remote_id);
|
/external/chromium_org/components/enhanced_bookmarks/ |
D | enhanced_bookmark_model.cc | 154 const std::string& remote_id) { in BookmarkForRemoteId() argument 155 IdToNodeMap::iterator it = id_map_.find(remote_id); in BookmarkForRemoteId() 294 std::string remote_id = GetRemoteId(node); in BookmarkNodeRemoved() local 295 id_map_.erase(remote_id); in BookmarkNodeRemoved() 308 std::string remote_id = GetRemoteId(node); in BookmarkMetaInfoChanged() local 309 if (remote_id != prev_remote_id_) { in BookmarkMetaInfoChanged() 311 if (!remote_id.empty()) { in BookmarkMetaInfoChanged() 318 EnhancedBookmarkRemoteIdChanged(node, prev_remote_id_, remote_id)); in BookmarkMetaInfoChanged() 343 std::string remote_id = GetRemoteId(node); in AddToIdMap() local 344 if (remote_id.empty()) in AddToIdMap() [all …]
|
D | bookmark_server_service.cc | 50 const std::string& remote_id) const { in BookmarkForRemoteId() 52 starsid_to_bookmark_.find(remote_id); in BookmarkForRemoteId()
|
D | enhanced_bookmark_model_observer.h | 36 const std::string& remote_id) {}; in EnhancedBookmarkRemoteIdChanged() argument
|
D | bookmark_server_search_service.h | 57 const std::string& remote_id) OVERRIDE;
|
D | bookmark_server_service.h | 57 const std::string& remote_id) const;
|
D | bookmark_server_search_service.cc | 113 const std::string& remote_id) { in EnhancedBookmarkRemoteIdChanged() argument
|
D | enhanced_bookmark_model.h | 68 const BookmarkNode* BookmarkForRemoteId(const std::string& remote_id);
|
D | enhanced_bookmark_model_unittest.cc | 128 const std::string& remote_id) OVERRIDE { in EnhancedBookmarkRemoteIdChanged() argument 132 last_remote_id_ = remote_id; in EnhancedBookmarkRemoteIdChanged()
|
/external/bluetooth/bluedroid/stack/l2cap/ |
D | l2c_csm.c | 436 p_ccb->p_rcb->psm, p_ccb->remote_id); in l2c_csm_term_w4_sec_comp() 477 … l2cu_send_peer_disc_rsp (p_ccb->p_lcb, p_ccb->remote_id, p_ccb->local_cid, p_ccb->remote_cid); in l2c_csm_term_w4_sec_comp() 687 p_ccb->remote_id); in l2c_csm_w4_l2ca_connect_rsp() 1114 … l2cu_send_peer_disc_rsp (p_ccb->p_lcb, p_ccb->remote_id, p_ccb->local_cid, p_ccb->remote_cid); in l2c_csm_w4_l2cap_disconnect_rsp() 1171 … l2cu_send_peer_disc_rsp (p_ccb->p_lcb, p_ccb->remote_id, p_ccb->local_cid, p_ccb->remote_cid); in l2c_csm_w4_l2ca_disconnect_rsp() 1179 … l2cu_send_peer_disc_rsp (p_ccb->p_lcb, p_ccb->remote_id, p_ccb->local_cid, p_ccb->remote_cid); in l2c_csm_w4_l2ca_disconnect_rsp()
|
D | l2c_main.c | 458 p_ccb->remote_id = id; in process_l2cap_cmd() 582 p_ccb->remote_id = id; in process_l2cap_cmd() 691 p_ccb->remote_id = id; in process_l2cap_cmd()
|
D | l2c_utils.c | 521 …l2cu_build_header(p_ccb->p_lcb, L2CAP_CONN_RSP_LEN, L2CAP_CMD_CONN_RSP, p_ccb->remote_id)) == NULL) in l2cu_send_peer_connect_rsp() 707 L2CAP_CMD_CONFIG_RSP, p_ccb->remote_id)) == NULL ) in l2cu_send_peer_config_rsp() 832 UINT8_TO_STREAM (p, p_ccb->remote_id); in l2cu_send_peer_config_rej() 963 void l2cu_send_peer_disc_rsp (tL2C_LCB *p_lcb, UINT8 remote_id, UINT16 local_cid, in l2cu_send_peer_disc_rsp() argument 969 if ((p_buf=l2cu_build_header(p_lcb, L2CAP_DISC_RSP_LEN, L2CAP_CMD_DISC_RSP, remote_id)) == NULL) in l2cu_send_peer_disc_rsp() 1125 void l2cu_send_peer_info_rsp (tL2C_LCB *p_lcb, UINT8 remote_id, UINT16 info_type) in l2cu_send_peer_info_rsp() argument 1155 if ((p_buf = l2cu_build_header(p_lcb, len, L2CAP_CMD_INFO_RSP, remote_id)) == NULL) in l2cu_send_peer_info_rsp()
|
D | l2c_int.h | 304 UINT8 remote_id; /* Transaction ID for local */ member 616 extern void l2cu_send_peer_disc_rsp (tL2C_LCB *p_lcb, UINT8 remote_id, UINT16 local_cid, UINT16…
|
D | l2c_api.c | 386 if (p_ccb->remote_id != id) in L2CA_ErtmConnectRsp() 388 … L2CAP_TRACE_WARNING ("L2CAP - bad id in L2CA_conn_rsp. Exp: %d Got: %d", p_ccb->remote_id, id); in L2CA_ErtmConnectRsp()
|
/external/kernel-headers/original/uapi/rdma/ |
D | ib_user_cm.h | 103 __be32 remote_id; member
|
/external/netperf/ |
D | netlib.c | 2975 char *remote_id=""; in identify_remote() local 2996 remote_id); in identify_remote()
|