Searched refs:heavy (Results 1 – 13 of 13) sorted by relevance
32 * heavy computation to a separate thread.
197 unsigned heavy = atoi(value); in initDecoder() local198 ALOGV("AAC decoder using desried DRC heavy compression switch of %d instead of %d", heavy, in initDecoder()200 mDrcWrap.setParam(DRC_PRES_MODE_WRAP_DESIRED_HEAVY, heavy); in initDecoder()
73 locked and that no heavy-weight services / daemons are running in the
1243 final WindowProcessController heavy = mService.mHeavyWeightProcess; in startActivityMayWait() local1244 if (heavy != null && (heavy.mInfo.uid != aInfo.applicationInfo.uid in startActivityMayWait()1245 || !heavy.mName.equals(aInfo.processName))) { in startActivityMayWait()1274 heavy.updateIntentForHeavyWeightActivity(newIntent); in startActivityMayWait()
74 // Notification to tell the user that a heavy-weight application is running.
2335 public void cloneInto(Notification that, boolean heavy) { in cloneInto() argument2350 if (heavy && this.tickerView != null) { in cloneInto()2353 if (heavy && this.contentView != null) { in cloneInto()2356 if (heavy && this.mLargeIcon != null) { in cloneInto()2412 if (heavy && this.bigContentView != null) { in cloneInto()2416 if (heavy && this.headsUpContentView != null) { in cloneInto()2424 this.publicVersion.cloneInto(that.publicVersion, heavy); in cloneInto()2439 if (!heavy) { in cloneInto()
43 optional int32 heavy = 4; field
739 // top > foreground service > foreground > background > top sleeping > heavy weight > cache
178 // This is the job execution factor that is considered to be heavy use of
7611 StatusBarNotification heavy;7616 heavy = sbn;7622 sbnCloneLight = heavy.cloneLight();7627 sbnClone = heavy.clone();
14949 …field public static final java.lang.String KEY_AAC_DRC_HEAVY_COMPRESSION = "aac-drc-heavy-compress…
25300 field public static final String KEY_AAC_DRC_HEAVY_COMPRESSION = "aac-drc-heavy-compression";
25324 field public static final String KEY_AAC_DRC_HEAVY_COMPRESSION = "aac-drc-heavy-compression";