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

  /system/core/adb/
transport.h 200 std::list<adisconnect*> disconnects_; member in class:atransport
transport.cpp 917 disconnects_.push_back(disconnect);
921 disconnects_.remove(disconnect);
925 for (const auto& disconnect : disconnects_) {
928 disconnects_.clear();
    [all...]

Completed in 90 milliseconds