Searched refs:heavy (Results 1 - 2 of 2) sorted by relevance

/frameworks/av/media/libstagefright/codecs/aacdec/
H A DSoftAAC2.cpp37 #define DRC_DEFAULT_MOBILE_DRC_HEAVY 1 /* switch for heavy compression for mobile conf */
184 unsigned heavy = atoi(value); local
185 ALOGV("AAC decoder using desried DRC heavy compression switch of %d instead of %d", heavy,
187 mDrcWrap.setParam(DRC_PRES_MODE_WRAP_DESIRED_HEAVY, heavy);
/frameworks/base/core/java/android/app/
H A DNotification.java1432 * Copy all (or if heavy is false, all except Bitmaps and RemoteViews) members
1436 public void cloneInto(Notification that, boolean heavy) { argument
1449 if (heavy && this.tickerView != null) {
1452 if (heavy && this.contentView != null) {
1455 if (heavy && this.largeIcon != null) {
1505 if (heavy && this.bigContentView != null) {
1509 if (heavy && this.headsUpContentView != null) {
1517 this.publicVersion.cloneInto(that.publicVersion, heavy);
1522 if (!heavy) {

Completed in 65 milliseconds