/external/chromium_org/mojo/system/ |
channel_endpoint.cc | 20 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_, MessageInTransit::kInvalidEndpointId) [all...] |
channel_endpoint.h | 177 MessageInTransit::EndpointId remote_id_; member in class:mojo::system::ChannelEndpoint
|
/external/chromium_org/chrome/browser/devtools/device/usb/ |
android_usb_socket.cc | 35 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_, "");
|
android_usb_socket.h | 78 uint32 remote_id_; member in class:AndroidUsbSocket
|
/external/chromium_org/chrome/browser/devtools/device/ |
devtools_android_bridge.cc | 411 std::string remote_id_; member in class:RemotePageTarget 449 remote_id_(GetStringProperty(value, "id")), 499 remote_id_.c_str()); 506 remote_id_.c_str());
|