Home
last modified time | relevance | path

Searched refs:last_client_id_ (Results 1 – 2 of 2) sorted by relevance

/external/perfetto/src/ipc/
Dhost_impl.h92 ClientID last_client_id_ = 0; variable
Dhost_impl.cc89 ClientID client_id = ++last_client_id_; in OnNewIncomingConnection()