Lines Matching refs:client

3203             ProcessRecord client) {
3263 if (client != null) {
3264 int clientIndex = mLruProcesses.lastIndexOf(client);
3265 if (clientIndex < 0) Slog.d(TAG, "Unknown client " + client + " when updating "
3354 if (client != null) {
3355 // If there is a client, don't allow the process to be moved up higher
3356 // in the list than that client.
3357 int clientIndex = mLruProcesses.lastIndexOf(client);
3358 if (DEBUG_LRU && clientIndex < 0) Slog.d(TAG_LRU, "Unknown client " + client
3361 // Don't allow the client index restriction to push it down farther in the
7690 // client identity accordingly before proceeding.
10489 + conn.client.processName + " from process "
10499 conn.client.conProviders.remove(conn);
10500 if (conn.client.setProcState < ActivityManager.PROCESS_STATE_LAST_ACTIVITY) {
10501 // The client is more important than last activity -- note the time this
10508 stopAssociationLocked(conn.client.uid, conn.client.processName, cpr.uid, cpr.name);
13248 // likewise in the client code, which also does
16617 ProcessRecord capp = conn.client;
16633 // In the protocol here, we don't expect the client to correctly
16636 if (conn.client.conProviders.remove(conn)) {
16852 // the process or kill the client waiting for it if this process has
17362 // The first sticky in the list is returned directly back to the client.
19352 if (cr.binding.client == app) {
19358 ProcessRecord client = cr.binding.client;
19359 int clientAdj = computeOomAdjLocked(client, cachedAdj,
19361 int clientProcState = client.curProcState;
19425 if (!client.cached) {
19435 if (client.curSchedGroup > schedGroup) {
19437 schedGroup = client.curSchedGroup;
19493 app.adjSource = cr.binding.client;
19539 ProcessRecord client = conn.client;
19540 if (client == app) {
19541 // Being our own client is not interesting.
19544 int clientAdj = computeOomAdjLocked(client, cachedAdj, TOP_APP, doingAll, now);
19545 int clientProcState = client.curProcState;
19560 app.cached &= client.cached;
19563 app.adjSource = client;
19592 if (client.curSchedGroup > schedGroup) {
19626 // A client of one of our services or providers is in the top state. We
19629 // to pick out a few specific states that we want to remain in when a client
19649 // This is a cached process, but with client activities. Mark it so.
19651 app.adjType = "cch-client-act";