Searched refs:newAdj (Results 1 – 2 of 2) sorted by relevance
2019 int newAdj = 0; in computeOomAdjLSP() local2025 newAdj = PERCEPTIBLE_APP_ADJ; in computeOomAdjLSP()2039 newAdj = PERCEPTIBLE_MEDIUM_APP_ADJ + 1; in computeOomAdjLSP()2047 newAdj = PERCEPTIBLE_APP_ADJ; in computeOomAdjLSP()2052 adj = newAdj; in computeOomAdjLSP()2794 int newAdj; in computeServiceHostOomAdjLSP()2799 newAdj = clientAdj; in computeServiceHostOomAdjLSP()2802 newAdj = PERSISTENT_SERVICE_ADJ; in computeServiceHostOomAdjLSP()2813 newAdj = PERCEPTIBLE_LOW_APP_ADJ; in computeServiceHostOomAdjLSP()2820 newAdj = PERCEPTIBLE_APP_ADJ + 1; in computeServiceHostOomAdjLSP()[all …]
1726 void onOomAdjustChanged(int oldAdj, int newAdj, ProcessRecord app) { in onOomAdjustChanged() argument1730 if (newAdj < oldAdj && newAdj < ProcessList.CACHED_APP_MIN_ADJ) { in onOomAdjustChanged()