HomeSort by relevance Sort by last modified time
    Searched refs:disconnects_ (Results 1 - 5 of 5) sorted by null

  /system/core/adb/
transport.h 141 std::list<adisconnect*> disconnects_; member in class:atransport
transport.cpp 824 disconnects_.push_back(disconnect);
828 disconnects_.remove(disconnect);
832 for (const auto& disconnect : disconnects_) {
835 disconnects_.clear();
  /system/connectivity/shill/
service.cc 172 disconnects_(kMaxDisconnectEventHistory),
    [all...]
service.h 868 EventHistory disconnects_; \/\/ Connection drops. member in class:shill::Service
    [all...]
service_unittest.cc 105 service_->disconnects_.time_ = &time_;
153 return &service_->disconnects_;
    [all...]

Completed in 1184 milliseconds