This variable is used to auto-populate the ro.sf.lcd_density as
well as selecting density bucket for resources in recovery.
Bug: 118676832
Test: adb shell getprop ro.sf.lcd_density
Test: boot into recovery
Change-Id: Ib383d18b61e7a2058a69ae26136aa053fdba4df2
Signed-off-by: ashwatthama <sai404142@gmail.com>
* AOSP defaults to true but 10 QC telephony extension sets it to false.
* Restore AOSP behavior by enabling it with a system property which has
higher priority over global system settings which is used by QCOM w/o
modifying the jar.
Change-Id: I45854b91bb8cfafabfe811777cda9f1e1840febf
Mountservice will check if there exist processes occupy files. Launch
many 3rd apps and set in background will cause many processes occupy
files, which will cause mountservice spend 10~20s to unmount(sometimes
also unmount fail with 20s time out). If there is no process occupy
files, mountservice only need about 500ms. So shorten wait time from
20s to 500ms, which will save 10~20s for shutdown time, total shutdown
time is in 3s.
CRs-Fixed: 2038121
Change-Id: I4da7bbf4c86d05add7f1b1e328f70796f3bb8ee8
Signed-off-by: Dede Dindin Qudsy <xtrymind@gmail.com>
Signed-off-by: David Trpchevski <trpcevski.david@gmail.com>
Signed-off-by: Melvin <kartik3163@gmail.com>
* so it recognizes the device as HD playback eligible.
Change-Id: Ic28cc9a45155a354d7b9b5e2ca665e46bfe34027
Signed-off-by: Hasaber8 <rohanhasabe8@gmail.com>
Signed-off-by: ronaxdevil <pratabidya.007@gmail.com>
Enable Qualcomm codec 2.0 bufferqueue block-pool for
reducing 10% of power consumption on 1080p@30fps video playback
Test: Full video manual test
Signed-off-by: ronaxdevil <pratabidya.007@gmail.com>
This property controls if the user has to enter the PIN code manually
after disconnecting the phone from the car using the bluetooth SAP
profile. When SAP profile is used, it's equivalent as moving the SIM
card from the phone into the car, and thus the default behavior is to
request the PIN code from the user. Anyway, this is usually annoying for
the user, as he might not check the screen and suddenly becomes
unreachable.
Test: adb shell getprop | grep "sap_silent_pin"
Signed-off-by: ronaxdevil <pratabidya.007@gmail.com>
Add system property to differentiate devices that support enablement of
dual SIM mode from those that don't, even if they have two or more SIM
cards.
Bug: 123537730
Test: Compilation, test application
Change-Id: I6b25b778fcac40b4f7d2faa1de11f3c84ac040eb
Signed-off-by: ronaxdevil <pratabidya.007@gmail.com>
Window animations now have rounded corners, meaning that
the shader that we use is more expensive than it used to be.
Because of this, we need to adjust the SF offsets, to make sure
that we'll have enough time to finish the GPU composition without
dropping frames.
These offsets as similar to blueline's, adjusted slightly because
we were getting false "frame missed" signals if composition
starts too early.
Change-Id: I8173e12b006bc1cab6b4cb0b3a5db9f9b3489819
Signed-off-by: ronaxdevil <pratabidya.007@gmail.com>
Since we hit GL comp quite frequently during app transitions, we
need to enable early phase offsets to give it enough time for
composition.
Test: Open app, make sure vsync-offsets shift
Bug: 75985430
Change-Id: I2f85bf72a4b135dce664f7274848f3956a9aaf7a
Signed-off-by: celtare21 <celtare21@gmail.com>
Signed-off-by: ronaxdevil <pratabidya.007@gmail.com>
*Issue: Audio is not recording when video is recorded from some social
apps like snapchat and instagram.
*Fixes the upper reported issue
Signed-off-by: ronaxdevil <pratabidya.007@gmail.com>