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

  /system/weaved/buffet/
manager.h 123 std::vector<android::sp<android::weave::IWeaveClient>> pending_clients_; member in class:buffet::final
manager.cc 366 pending_clients_.push_back(client);
456 // For safety, iterate over a copy of |pending_clients_| and clear the
459 std::swap(pending_clients_copy, pending_clients_);

Completed in 643 milliseconds