Searched refs:remote_id_ (Results 1 - 5 of 5) sorted by relevance

/external/chromium_org/mojo/system/
H A Dchannel_endpoint.cc20 remote_id_(MessageInTransit::kInvalidEndpointId) {
35 if (!channel_ || remote_id_ == MessageInTransit::kInvalidEndpointId) {
46 DCHECK_NE(remote_id_, MessageInTransit::kInvalidEndpointId);
61 // TODO(vtl): Once we combine "run" into "attach", |remote_id_| should valid
67 channel->DetachMessagePipeEndpoint(local_id_, remote_id_);
87 DCHECK_EQ(remote_id_, MessageInTransit::kInvalidEndpointId);
88 remote_id_ = remote_id;
100 // TODO(vtl): Once we combine "run" into "attach", |remote_id_| should valid
104 remote_id_ = MessageInTransit::kInvalidEndpointId;
110 DCHECK_EQ(remote_id_, MessageInTransi
[all...]
H A Dchannel_endpoint.h177 MessageInTransit::EndpointId remote_id_; member in class:mojo::system::ChannelEndpoint
/external/chromium_org/chrome/browser/devtools/device/usb/
H A Dandroid_usb_socket.cc35 remote_id_(0),
55 remote_id_ = message->arg0;
71 remote_id_ = message->arg0;
145 device_->Send(AdbMessage::kCommandWRTE, local_id_, remote_id_,
172 device_->Send(AdbMessage::kCommandCLSE, local_id_, remote_id_, "");
H A Dandroid_usb_socket.h78 uint32 remote_id_; member in class:AndroidUsbSocket
/external/chromium_org/chrome/browser/devtools/device/
H A Ddevtools_android_bridge.cc411 std::string remote_id_; member in class:RemotePageTarget
449 remote_id_(GetStringProperty(value, "id")),
499 remote_id_.c_str());
506 remote_id_.c_str());

Completed in 83 milliseconds