Age | Commit message (Collapse) | Author |
|
"LA.QSSI.12.0.r1-06800-qssi.0"
Change-Id: I3c5a85f5c37b5bba1590d2aa8f67e5b3f01939c8
|
|
Change-Id: I5d0b3493620052500838ebb2443206eddd6ca150
|
|
s-keystone-qcom-release
Change-Id: I50e3a71b510aaa00a6adad9e31d4ab3e63c7db06
|
|
Bug: 220074017
Change-Id: Ia2198b401a3a907c785316e0ef4c00bf27fa59b1
|
|
Change-Id: I7ba80d8ee309321a771526e5bb6272c5fabce5bc
|
|
s-keystone-qcom-release
Change-Id: I30a35371a56a2d4fbf9e25898656021bc462b044
|
|
Change-Id: Ie66e88133267b6c910002995e0dbc92f326155cd
|
|
Add config to set the NUM_BUFFERS. Set NUM_BUFFERS to 1 can
prevent page flipping and set it to a larger number can allow
userspace to fill up the following frame earlier.
Bug: 205917753
Change-Id: Ibf4a52a1e35f4a2404008a48b637cb82c4b46365
|
|
Change-Id: Ic77a31fa53a39497587f93b105b848e045b9fb50
|
|
Change-Id: Ib997e88b6354740fc623037cca0bc8e30c1b1d80
|
|
Change-Id: I68c9511d060d0ebd30f51b33bacc0dc06134ea70
|
|
Bug: 207008609
Test: Verified dynamic sensor sampling with proposed standard Android
head tracker.
Test: Verified dynamic sensor sampling with custom Android sensor.
Change-Id: Ia9b991d4a8f7de132cb8509bcc84c51f62e56b31
|
|
Bug: 207008609
Test: Verified dynamic sensor sampling.
Test: Verified unit tests pass.
Change-Id: I797ccabadefa0dde59fd0f3e8541f9853d657f3f
|
|
Change-Id: If570c8d4ef839fd9e2454f6ca3a4bd63933b6372
|
|
Bug: 207008609
Test: Verified dynamic sensor sampling.
Change-Id: If0bef3647d5c52f9bf1d92a2a0ead72e98c70b8c
|
|
Change-Id: I7b33f68f6ea4aaf8b69310a2db593146f8de6aa4
|
|
Bug: 205041452
Test: Verified that multiple subscriptions can be made with sensor_test
to a dynamic sensor without hanging.
Change-Id: Ie7671df8294bee04a0ebe1940242c2a83105f897
|
|
This is a squash of the following commits.
commit dabc25c1d073a0f32b706e59b87ac89f67389107
Author: Ethan Chen <intervigil@gmail.com>
Date: Fri, 03 Jul 2015 21:35:30 -0700
audio: Notify amplifier HAL of device enable/disable
Change-Id: Ice808c9b55a9e3bc8bafe5ca3ff555377d38dd8f
commit 5b2337c434acff34d85ae14b9cc2d3507fdffe52
Author: Scott Mertz <scott@cyngn.com>
Date: Fri, 11 Sep 2015 12:09:06 -0700
amplifier: add set_parameters method
- audio hal should pass the audio_device parameters to the amplifier
to allow the amplifier to make decisions based on the additional
parameters. For example, we may want to change settings for DTS
TrueMedia use case.
Change-Id: Iccf6ef7ced2abd2e12e857eea8e580cda15eec04
commit 6a6c815e74bc9c8da0cead508dfa722229ea878f
Author: Scott Mertz <scott@cyngn.com>
Date: Wed, 21 Oct 2015 10:11:49 -0700
audio_amplifier: fix compilation
stdlib.h is needed explicitely with the new
toolchain/toolchain options.
Change-Id: I876041828310ec8f9fb1e0d636a38cce1977d9b9
commit dcc6b5fd693b129492a45ec75038ca582689bd5d
Author: Ethan Chen <intervigil@gmail.com>
Date: Fri, 15 Jan 2016 16:12:39 -0800
amplifier: Fix compilation warning
* Forward declare str_parms
Change-Id: Iafb0ad8e4b0696807cfe568d0f89ce5dad6bcade
commit 978ac098d6cde55bc5090ea83a9bda2ee176577b
Author: codeworkx <daniel.hillenbrand@codeworkx.de>
Date: Sat Mar 24 21:30:34 2018 +0100
audio_amplifier: add hooks for stream parameter manipulation
This allows to modify audio parameters before the first
device selection happens which is necessary when setting ANC parameter
since it must happen before audio hal hits voice_start_call() and
selects devices. If setting ANC after stream has been started it will
trigger a re-selection of devices and cause a short downtime.
Change-Id: Icfddab5ce27235c1567a0557e63b3a7421778187
commit fbd7069e5c87772338608e026f60d2fef37ca5f3 (HEAD)
Author: Pig <pig.priv@gmail.com>
Date: Tue Sep 22 21:41:59 2020 +0800
audio_amplifier: Add new hook for setting amp feedback
Change-Id: Ifcea8b0c680c5066ed17cd41c29a49a8a9508aea
|
|
Change-Id: Ia5a9399cabe9bdae5b31e01c62d6fef788ebd861
|
|
Change-Id: Iaa59ed2d78de3d5b2400b89f032d8b06e1386244
|
|
Bug: 201730055
Test: Verified that flush, batch, and activate sensor VTS tests pass.
Change-Id: I6721d9f8976b3ef9f6af02b2320833025b479ee6
|
|
Change-Id: I2c7d5dfff1c000beec8e427b5a6e0ae64e1c68ab
|
|
Bug: 195964858
Test: Paired a Sony PS4 controller and verified it can be sampled as an
accelerometer. The first subscription always returns all 0's, but
subsequent subscriptions return proper accel samples.
Change-Id: I4bbc4695c988f600a62502f9fccabaa68f42c72b
|
|
Change-Id: Ie1e6d674364732f3a2f58e7fa25e42c25079a303
|
|
Bug: 195964858
Test: Paired a Sony PS4 controller and verified it is present in sensor
list as an accelerometer. It can't be sampled, but the LSM6DSR
accelerometer may still be sampled.
Change-Id: I182291cebdf84e5f6cd44d16debd6a07c4bc5281
|
|
Change-Id: Ie7f9b61f2e0cb7382712849223e8100c727d9c6d
|
|
Bug: 195964858
Test: Verified dynamic sensor manager is present in sensor list and that
no SELinux violations occur on sc-v2-dev and master.
$ make -j28 && \
vendor/google/tools/flashall -w -s 14281FDEE000A5 --disable_verity && \
sleep 90 && adb root
.
.
.
$ adb shell sensor_test list | grep "sensor_test\|Type\|Dynamic"
sensor_test version 74
Type Subtype Name
32 0 Dynamic Sensor Manager
$ adb logcat -d | grep avc | grep sensor
$
Change-Id: Ib3da287e4f4118ad6b19498248e263f8c1662b3a
|
|
Change-Id: I39f34e053d522fbc7a6ba1d16dd8f2d5e22dd6a1
|
|
Revert submission 15874906-bug_195964858.2
Reason for revert: b/200815351
Reverted Changes:
I76a60f7fb:Allow the sensor HAL to access dynamic sensor prop...
I5d587dc46:dynamic_sensor: Add sensor manager init to sub-HAL...
Change-Id: I26b95614bb276e5c2a686de78d73ab48767176a3
|
|
s-keystone-qcom-release
Change-Id: I6c6803a28f6910ae18582c7e3c59b0c31700b17a
|
|
Bug: 195964858
Test: Verified dynamic sensor manager is present in sensor list and that
no SELinux violations occur.
Test: See details in testing done comment in
https://googleplex-android-review.git.corp.google.com/15874906 .
Change-Id: I5d587dc46bdec66c3162bf222d36b285b8d2ca3d
|
|
Change-Id: I19fae53d09e6149259d5cb1eaa35aa821c37d853
|
|
Change-Id: Ie9f36fac9a1e6e2db6cd49baebcf15183060eab2
|
|
This reverts commit 28b58c62b5db41da83366e4b4fe3e0ef9ed32a22.
Reason for revert: 200210164
Change-Id: I6be2c972a29ec7943dbdf450ef3e491065b011a6
|
|
Change-Id: I9652e6b945332a03e20cabd4cd9cad5338022183
|
|
Bug: 195964858
Test: Verified dynamic sensor manager is present in sensor list.
Test: Test: See details in testing done comment in
https://googleplex-android-review.git.corp.google.com/15831086 .
Change-Id: Ia34596d79f8a6c6985b35dcae75126e456f6009e
|
|
Change-Id: I04369ca9550f29adb4452ce17204fa542d6f4978
|
|
Bug: 195964858
Test: Verified the dynamic sensor sub-HAL initializes and non-dynamic
sensors can sample.
Test: See details in testing done comment in
https://googleplex-android-review.git.corp.google.com/15806307 .
Change-Id: I59934814cc61c7319731eb840ff2132a8c5ce241
|
|
Change-Id: I2cbcaeb50246713e66813954310222183f259476
|
|
s-keystone-qcom-release
Change-Id: I8d835c138f490afa0d73bbbcf01a19e239c9d8a8
|
|
Change-Id: I09fb49c5d935aaaffedc4e01dc08d309a30a8b1d
|
|
Change-Id: I94f84648b737c392a9bb8ccb329c4df1550f1c71
|
|
Change-Id: I44f13070dc3adb13a44bc8d7ca08af9c82ed3085
|
|
Change-Id: Iad58734a0b28098795597890ad39bb13700578b2
|
|
Change-Id: I8f4c7bba463f598878dc496575bd1c8a254a53e3
|
|
Original change: https://googleplex-android-review.googlesource.com/c/platform/hardware/libhardware/+/15190378
Change-Id: Ic90d8c34a120a2a98d576d583eadcc2392da844b
|
|
Bug: 192702566
Test: atest AudioRecordTest#testTimestamp
Change-Id: I3f045b309c8a95ecbe042fd9222e627cac2cb1c9
|
|
s-keystone-qcom-release
Change-Id: I149a4926c9754094d264dcc522666ea496cc5b80
|
|
s-keystone-qcom-release
Change-Id: I61caf4ba6335feaa96db0a7876857ba3ebefbe12
|
|
s-keystone-qcom-release
Change-Id: I529e3f3e347e8e2cd28b4129aeb361572d311469
|