Home | History | Annotate | Download | only in audioflinger

Lines Matching refs:mClients

259     for (size_t i = 0; i < mClients.size(); ++i) {
260 sp<Client> client = mClients.valueAt(i).promote();
393 // If pid is already in the mClients wp<> map, then use that entry
395 sp<Client> client = mClients.valueFor(pid).promote();
398 mClients.add(pid, client);
1131 mClients.removeItem(pid);