Home | History | Annotate | Download | only in audioflinger

Lines Matching refs:mClients

311     for (size_t i = 0; i < mClients.size(); ++i) {
312 sp<Client> client = mClients.valueAt(i).promote();
462 // If pid is already in the mClients wp<> map, then use that entry
464 sp<Client> client = mClients.valueFor(pid).promote();
467 mClients.add(pid, client);
1280 mClients.removeItem(pid);