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

  /external/parameter-framework/asio-1.10.6/include/asio/ip/
basic_resolver_entry.hpp 50 : endpoint_(ep),
59 return endpoint_;
65 return endpoint_;
81 endpoint_type endpoint_; member in class:asio::ip::basic_resolver_entry
  /external/parameter-framework/asio-1.10.6/include/asio/detail/
resolve_endpoint_op.hpp 45 endpoint_(endpoint),
67 socket_ops::background_getnameinfo(o->cancel_token_, o->endpoint_.data(),
68 o->endpoint_.size(), host_name, NI_MAXHOST, service_name, NI_MAXSERV,
69 o->endpoint_.protocol().type(), o->ec_);
70 o->iter_ = iterator_type::create(o->endpoint_, host_name, service_name);
106 endpoint_type endpoint_; member in class:asio::detail::resolve_endpoint_op
  /development/host/windows/usb/winusb/
adb_winusb_endpoint_object.h 170 : endpoint_(endpoint) {}
172 endpoint_->lock_.Lock();
173 ATLASSERT(endpoint_->pending_io_count_ > 0);
174 --(endpoint_->pending_io_count_);
175 endpoint_->lock_.Unlock();
178 AdbWinUsbEndpointObject* endpoint_; member in class:AdbWinUsbEndpointObject::DecrementPendingIO
  /external/libmojo/mojo/edk/system/
message_pipe_dispatcher.cc 69 endpoint_(endpoint) {
109 DVLOG(2) << "Closing message pipe " << pipe_id_ << " endpoint " << endpoint_
144 DVLOG(2) << "Sent message on pipe " << pipe_id_ << " endpoint " << endpoint_
362 << endpoint_ << " [awakable=" << awakable << "; port="
381 << endpoint_ << " [awakable=" << awakable << "; port="
399 << endpoint_ << " [awakable=" << awakable << "; port="
418 state->endpoint = static_cast<int8_t>(endpoint_);
540 << " endpoint " << endpoint_ << " [port=" << port_.name()
545 << " endpoint " << endpoint_ << " [port=" << port_.name() << "]";
message_pipe_dispatcher.h 103 const int endpoint_; member in class:mojo::edk::MessagePipeDispatcher
  /frameworks/native/libs/vr/libpdx/
service.cpp 448 : name_(name), endpoint_{std::move(endpoint)} {
449 if (!endpoint_)
452 const auto status = endpoint_->SetService(this);
458 if (endpoint_) {
459 const auto status = endpoint_->SetService(nullptr);
470 bool Service::IsInitialized() const { return endpoint_.get() != nullptr; }
484 const auto status = endpoint_->SetChannel(channel_id, channel.get());
518 const auto status = endpoint_->CloseChannel(channel_id);
530 return endpoint_->ModifyChannelEvents(channel_id, clear_mask, set_mask);
542 endpoint_->PushChannel(message, flags, channel.get(), &channel_id_temp)
    [all...]
  /frameworks/native/libs/vr/libpdx/private/pdx/
service.h 551 Endpoint* endpoint() const { return endpoint_.get(); }
619 std::unique_ptr<Endpoint> endpoint_; member in class:android::pdx::Service

Completed in 612 milliseconds