Home
last modified time | relevance | path

Searched refs:heavy (Results 1 – 16 of 16) sorted by relevance

/frameworks/libs/binary_translation/tests/
Drun_host_tests.mk133 BERBERIS_MODE=heavy-optimize-or-interpret))
155 BERBERIS_MODE=heavy-optimize-or-interpret))
/frameworks/hardware/interfaces/sensorservice/1.0/
DIEventQueueCallback.hal32 * heavy computation to a separate thread.
/frameworks/libs/modules-utils/build/tests/
DAndroid.bp22 // Intermediary static library to the headers can be used without heavy deps like stl
/frameworks/libs/modules-utils/build/
DAndroid.bp27 // If sources are added in the future, make sure not to add any heavy
/frameworks/base/services/core/java/com/android/server/am/
DBroadcastQueue.md70 by forking and specializing the zygote is a relatively heavy operation, so
95 * A process with a scheduled broadcast desires to execute, but heavy CPU
/frameworks/av/media/libstagefright/codecs/aacdec/
DSoftAAC2.cpp199 unsigned heavy = atoi(value); in initDecoder() local
200 ALOGV("AAC decoder using desried DRC heavy compression switch of %d instead of %d", heavy, in initDecoder()
202 mDrcWrap.setParam(DRC_PRES_MODE_WRAP_DESIRED_HEAVY, heavy); in initDecoder()
/frameworks/native/cmds/flatland/
DREADME.txt73 locked and that no heavy-weight services / daemons are running in the
/frameworks/base/services/core/java/com/android/server/wm/
DActivityStarter.java848 final WindowProcessController heavy = mService.mHeavyWeightProcess; in resolveToHeavyWeightSwitcherIfNeeded() local
849 if (heavy == null || (heavy.mInfo.uid == mRequest.activityInfo.applicationInfo.uid in resolveToHeavyWeightSwitcherIfNeeded()
850 && heavy.mName.equals(mRequest.activityInfo.processName))) { in resolveToHeavyWeightSwitcherIfNeeded()
881 heavy.updateIntentForHeavyWeightActivity(newIntent); in resolveToHeavyWeightSwitcherIfNeeded()
/frameworks/base/proto/src/
Dsystem_messages.proto74 // Notification to tell the user that a heavy-weight application is running.
/frameworks/base/core/proto/android/os/
Dsystem_properties.proto43 optional int32 heavy = 4; field
Dbatterystats.proto739 // top > foreground service > foreground > background > top sleeping > heavy weight > cache
/frameworks/base/core/java/android/app/
DNotification.java2809 public void cloneInto(Notification that, boolean heavy) { in cloneInto() argument
2824 if (heavy && this.tickerView != null) { in cloneInto()
2827 if (heavy && this.contentView != null) { in cloneInto()
2830 if (heavy && this.mLargeIcon != null) { in cloneInto()
2886 if (heavy && this.bigContentView != null) { in cloneInto()
2890 if (heavy && this.headsUpContentView != null) { in cloneInto()
2898 this.publicVersion.cloneInto(that.publicVersion, heavy); in cloneInto()
2914 if (!heavy) { in cloneInto()
/frameworks/base/core/proto/android/server/
Djobscheduler.proto185 // This is the job execution factor that is considered to be heavy use of
/frameworks/base/services/core/java/com/android/server/notification/
DNotificationManagerService.java10784 StatusBarNotification heavy;
10789 heavy = sbn;
10795 sbnCloneLight = heavy.cloneLight();
10800 sbnClone = heavy.clone();
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt14949 …field public static final java.lang.String KEY_AAC_DRC_HEAVY_COMPRESSION = "aac-drc-heavy-compress…
/frameworks/base/core/api/
Dcurrent.txt23625 field public static final String KEY_AAC_DRC_HEAVY_COMPRESSION = "aac-drc-heavy-compression";