Searched defs:boost (Results 1 - 5 of 5) sorted by relevance

/frameworks/base/services/core/java/com/android/server/wm/
H A DWindowManagerThreadPriorityBooster.java53 public void boost() { method in class:WindowManagerThreadPriorityBooster
55 // Do not boost the animation threads. As the animation threads are changing priorities,
61 super.boost();
67 // See comment in boost().
/frameworks/base/tools/locked_region_code_injection/test/lockedregioncodeinjection/
H A DTestTarget.java22 public static void boost() { method in class:TestTarget
/frameworks/base/services/core/java/com/android/server/
H A DThreadPriorityBooster.java24 * Utility class to boost threads in sections where important locks are held.
44 public void boost() { method in class:ThreadPriorityBooster
70 * Updates the priority we boost the threads to, and updates the current thread's priority if
90 * the current thread is currently in. When it drops down to zero, we will no longer boost
/frameworks/av/media/libstagefright/codecs/aacdec/
H A DSoftAAC2.cpp188 unsigned boost = atoi(value); local
189 ALOGV("AAC decoder using desired DRC boost factor of %d instead of %d", boost,
191 mDrcWrap.setParam(DRC_PRES_MODE_WRAP_DESIRED_BOOST_FACTOR, boost);
/frameworks/base/packages/SystemUI/src/com/android/systemui/egg/
H A DMLand.java602 p.boost(-1, -1); // start you off flying!
917 p.boost(x, y);
1150 public void boost(float x, float y) { method in class:MLand.Player
1153 boost();
1156 public void boost() { method in class:MLand.Player

Completed in 131 milliseconds