Bootloader set androidboot.revision on kernel command line and we set
ro.boot.hardware.revision to a numerical string accordingly.
Bug: 64375827
Change-Id: Ib814f765b53155721d86035405fbc6490fb5a2c3
Signed-off-by: Thierry Strudel <tstrudel@google.com>
Change list :
[Mixer path]
1. Synchronize the no mic headset Tx gain setting with speaker phone.
[Audio policy]
1. Fine-tune VoIP headset volume steps for equal volume.
Bug: 64535381
Test: audio sanity test
Change-Id: I0bf5f936194ff02b17241622f70865412721eb1b
Signed-off-by: vincent_tew <vincent_tew@htc.com>
Some bugs were found late in the release cycle for DR1.
It seems safer to simply disable MMAP mode for DR1
and enable it in MR1.
Developers can still experiment with MMAP mode by overriding the policy
using AAudio_setMmapPolicy().
Bug: 64316921
Bug: 64311216
Bug: 64494572
Test: "adb shell getprop aaudio.mmap_policy" should print 1
Change-Id: I94c1554ff7ea9062efbd3a80b40040fa7bd5268d
Duplicated device path such as speaker and bt-sco was missing which
causes path switch to fail for voice call.
Bug: 64421942
Test: manual audio test for voice call
Change-Id: Idb25ed19fd9f88a82878423342de3413fb3c4644
We have IOT issue with some APs causing disconnection with current 90
secs.
Bug: 63820163
Change-Id: I4903eac46c889d62d25ed9fe695adfc6c48d08dc
Signed-off-by: Ecco Park <eccopark@google.com>
Updating all power profiles using the same scripts. Previously,
every power profile was generated using different algorithims.
b/62389228
Test: Run a normal android workload and verify the app blame
is reasonable
Change-Id: Ie519a8156c6670aaae7ca197db6127b2fe2caf6f
After looking at all the issues reported and logs captured,
these are the firmware logging levels (module-wise)
recommended to be enabled by default.
Change-Id: If297cb894b61817a440f05411148934a3a1ec235
CRs-Fixed: 2081775
Bug: 63544726
Signed-off-by: Srinivas Girigowda <sgirigow@codeaurora.org>
Tested 1/2x, 1x, 2x, and 4x the current readahead buffer and noop and
cfq I/O schedulers for /dev/block/sda, which contains /data. The most
consistent performance boost was seen across all UFS vendors and storage
sizes using cfq and a readahead buffer of 1024.
Bug: 38000161
Test: Compared 1P app launch times using app-launcher for schedulers
(noop, cfq) and readahead buffer sizes (128,512,1024,2048)
Change-Id: Ifcc9145d6f7a77ba4b3844b7892291eb348d9e1c
One msec is on the edge and sometimes glitches.
Two msec is more stable and matches the FastMixer burst.
Bug: 63934178
Test: "adb shell getprop aaudio.hw_burst_min_usec" should be 2000
Change-Id: I383c4a3a82283229ae39ca9fb6e2ffdd65ae0014
1) Add & Set the device_max_limit of SKIN-MID-LOW-FLOOR-BC to 1497600
2) Raise SKIN-LOW-FLOOR-BC set_point to 47 degreeC
3) Add back the most aggresive throttling at 54 degreeC
4) Add charging current throttling for both normal and vr mode
Bug: 63152009
Bug: 63037732
Test: Boot & check logcat message
Change-Id: Ibcd5bae397abcf9dc9b4c73244ff2d30c77fcbd5
This will allow AAudio to route audio data through a new service
that uses ALSA MMAP/NOIRQ mode.
Bug: 63002656
Test: reboot, then "adb shell getprop aaudio.mmap_policy" should be 2
Change-Id: Iad70089126e8ea7a9624e91849d453dc7c6ee337
Keep the original property also, to make it easier to experiment
with old and new libadm.so
Bug: 63810681
Test: round-trip USB latency unchanged with old or new libadm.so
Change-Id: I6198a3259f0ce98fda31d1a9e93fd79f21c148e5
RESTRICT_VENDOR_FILES cannot be set to also enforce "path" as some vendor
specific modules related to IMS VT still needs to be installed in system.
Bug: 37330627
Change-Id: Ia5ca2254bb0f3942b60de795939b7c43ce9f49ec
Note, walleye and muskie share the same device/google/muskie path.
We only release walleye and not muskie.
To generate blobs for walleye:
cd device/google
cp -a muskie walleye
BUG:36396200
TEST: Built aosp_walleye-userdebug and flashed a device
Change-Id: If319bce13f1ab2bfe27169f69be9f985f270b7f1
This also provides tuning for touch size information.
Test: flash and look at touch size with pointer location enabled
Bug: 62871286
Change-Id: Ia6f9f0f050517701f8085987ff9fadf27e8904d3
Change list:
[mixer_paths_tavil]
1.Change camera recording from 16bits to 24bits
Bug: 62825740
Test: camcorder record and playback
Change-Id: I57dbbe5bd888d0b156eda2f666ee512fe8a3ee32
this patch is for AFE to upsample to S24_LE
Test: test all audio paths
Bug: 62918461
Change-Id: Iefcaca61ebb74381c3e274ab32040e7df1fbe066
Signed-off-by: vincent_tew <vincent_tew@htc.com>