Lines Matching defs:client

2830             ProcessRecord client) {
2890 if (client != null) {
2891 int clientIndex = mLruProcesses.lastIndexOf(client);
2892 if (clientIndex < 0) Slog.d(TAG, "Unknown client " + client + " when updating "
2981 if (client != null) {
2982 // If there is a client, don't allow the process to be moved up higher
2983 // in the list than that client.
2984 int clientIndex = mLruProcesses.lastIndexOf(client);
2985 if (DEBUG_LRU && clientIndex < 0) Slog.d(TAG_LRU, "Unknown client " + client
2988 // Don't allow the client index restriction to push it down farther in the
7123 // client identity accordingly before proceeding.
9440 + conn.client.processName + " from process "
9450 conn.client.conProviders.remove(conn);
9451 stopAssociationLocked(conn.client.uid, conn.client.processName, cpr.uid, cpr.name);
12151 // likewise in the client code, which also does
12921 pw.println(" provider [COMP_SPEC]: provider client-side state");
12924 pw.println(" service [COMP_SPEC]: service client-side state");
12936 pw.println(" -c: include client state.");
15466 ProcessRecord capp = conn.client;
15481 // In the protocol here, we don't expect the client to correctly
15484 if (conn.client.conProviders.remove(conn)) {
15699 // the process or kill the client waiting for it if this process has
16286 // The first sticky in the list is returned directly back to the client.
17953 if (cr.binding.client == app) {
17958 ProcessRecord client = cr.binding.client;
17959 int clientAdj = computeOomAdjLocked(client, cachedAdj,
17961 int clientProcState = client.curProcState;
18025 if (!client.cached) {
18032 if (client.curSchedGroup == Process.THREAD_GROUP_DEFAULT) {
18086 app.adjSource = cr.binding.client;
18128 ProcessRecord client = conn.client;
18129 if (client == app) {
18130 // Being our own client is not interesting.
18133 int clientAdj = computeOomAdjLocked(client, cachedAdj, TOP_APP, doingAll, now);
18134 int clientProcState = client.curProcState;
18149 app.cached &= client.cached;
18152 app.adjSource = client;
18181 if (client.curSchedGroup == Process.THREAD_GROUP_DEFAULT) {
18203 // A client of one of our services or providers is in the top state. We
18206 // to pick out a few specific states that we want to remain in when a client
18226 // This is a cached process, but with client activities. Mark it so.
18228 app.adjType = "cch-client-act";