Lines Matching refs:client

3257             ProcessRecord client) {
3317 if (client != null) {
3318 int clientIndex = mLruProcesses.lastIndexOf(client);
3319 if (clientIndex < 0) Slog.d(TAG, "Unknown client " + client + " when updating "
3408 if (client != null) {
3409 // If there is a client, don't allow the process to be moved up higher
3410 // in the list than that client.
3411 int clientIndex = mLruProcesses.lastIndexOf(client);
3412 if (DEBUG_LRU && clientIndex < 0) Slog.d(TAG_LRU, "Unknown client " + client
3415 // Don't allow the client index restriction to push it down farther in the
7756 // client identity accordingly before proceeding.
10553 + conn.client.processName + " from process "
10563 conn.client.conProviders.remove(conn);
10564 if (conn.client.setProcState < ActivityManager.PROCESS_STATE_LAST_ACTIVITY) {
10565 // The client is more important than last activity -- note the time this
10572 stopAssociationLocked(conn.client.uid, conn.client.processName, cpr.uid, cpr.name);
13451 // likewise in the client code, which also does
16823 ProcessRecord capp = conn.client;
16839 // In the protocol here, we don't expect the client to correctly
16842 if (conn.client.conProviders.remove(conn)) {
17061 // the process or kill the client waiting for it if this process has
17571 // The first sticky in the list is returned directly back to the client.
19614 if (cr.binding.client == app) {
19620 ProcessRecord client = cr.binding.client;
19621 int clientAdj = computeOomAdjLocked(client, cachedAdj,
19623 int clientProcState = client.curProcState;
19687 if (!client.cached) {
19697 if (client.curSchedGroup > schedGroup) {
19699 schedGroup = client.curSchedGroup;
19755 app.adjSource = cr.binding.client;
19801 ProcessRecord client = conn.client;
19802 if (client == app) {
19803 // Being our own client is not interesting.
19806 int clientAdj = computeOomAdjLocked(client, cachedAdj, TOP_APP, doingAll, now);
19807 int clientProcState = client.curProcState;
19822 app.cached &= client.cached;
19825 app.adjSource = client;
19854 if (client.curSchedGroup > schedGroup) {
19888 // A client of one of our services or providers is in the top state. We
19891 // to pick out a few specific states that we want to remain in when a client
19911 // This is a cached process, but with client activities. Mark it so.
19913 app.adjType = "cch-client-act";