Home | History | Annotate | Download | only in mediaresourcemanager

Lines Matching full:clientid

78         int64_t clientId,
82 if (infos[i].clientId == clientId) {
87 info.clientId = clientId;
151 snprintf(buffer, SIZE, " Id: %lld\n", (long long)infos[j].clientId);
201 int64_t clientId,
204 String8 log = String8::format("addResource(pid %d, clientId %lld, resources %s)",
205 pid, (long long) clientId, getString(resources).string());
214 ResourceInfo& info = getResourceInfoForEdit(clientId, client, infos);
220 void ResourceManagerService::removeResource(int pid, int64_t clientId) {
222 "removeResource(pid %d, clientId %lld)",
223 pid, (long long) clientId);
233 ALOGV("removeResource: didn't find pid %d for clientId %lld", pid, (long long) clientId);
239 if (infos[j].clientId == clientId) {