Searched defs:clients (Results 1 – 2 of 2) sorted by relevance
150 auto& clients = client.type == Client::REMOTE ? remote_clients_ : clients_; in ReadCommand() local247 std::vector<std::unique_ptr<Client>>& clients) { in removeInvalidClients()
89 private final ArrayList<Listener> clients = new ArrayList<>(); field in BluetoothScanner.Receiver