Age | Commit message (Collapse) | Author |
|
"LA.QSSI.13.0.r1-09900-qssi.0"
Change-Id: I9ae2547270d7bfa310434b1c63287dcb79339249
|
|
This commit introduce to add correct HIDL flags while converting
wifi-Hal logger flags to hidl flags.
Change-Id: I49f86e30c936921cbeea6b0fc8a1a93857ad7fa8
CRs-Fixed: 3472190
|
|
"LA.QSSI.13.0.r1-09800-qssi.0"
Change-Id: Ic76606f2ea0ed3f21712ea081b19c5fc802404c0
|
|
Change-Id: I6fbbec55edb31324cbe59052f6838905f0ddcfaa
|
|
t-keystone-qcom-release
Change-Id: Ib329979371992913d768ae8b2c9653ab2a7c68df
|
|
Legacy feature DEBUG_RING_BUFFER_VENDOR_DATA and
DEBUG_HOST_WAKE_REASON_STATS are assumed to be supported by default
in all the devices as there is no mechanism to get this capability
from the host driver. This assumption shall fail certain compliance
tests where these legacy features are not supported. Hence removing
such assumptions.
Change-Id: Iee2aef2c1d77c469acf247cbb6314363b51bea8a
CRs-Fixed: 3387770
|
|
t-keystone-qcom-release
Change-Id: Ia54f3d6af82485690772ecdd05457df18f2de708
|
|
Change-Id: Ic7237b3bac636a7798656c46c00dc6f0bef069ab
|
|
Change-Id: I2e4738c71d248997dc6d4064b157d19b430f2ff9
|
|
tm-platform-release
Change-Id: I20e9bb36636437507a79f7b3dcc4bd00d8337f32
|
|
Bug: 269346300
Change-Id: I948e2d29fc58a2937a203318b812ec0fa77baa9f
|
|
t-keystone-qcom-release
Change-Id: Iedb23b8f8780e659988b841c6feabf11d283445c
|
|
t-keystone-qcom-release
Change-Id: I4e8dd8e2228f4c27eae10175e12883848505df73
|
|
getCurrentUsbFunctions() skipped: ac3fe1c45d
Change-Id: I488b077e901d51a663071f6974b1b1a8dc4087f8
|
|
Avoid dereferencing if the callback parameter is null.
Bug: 268085267
CRs-Fixed: 3313859
Change-Id: I9da79fd92f44abf0175e2ca311f0247b49bace1d
|
|
Avoid dereferencing if the callback parameter is null.
Bug: 268085267
CRs-Fixed: 3313859
Change-Id: I9da79fd92f44abf0175e2ca311f0247b49bace1d
|
|
Change-Id: I80578fe30f526d6456ea9b0d6cc6be3477e93cba
|
|
Change-Id: Ibced2ec1f03859a2e35e30310d95544f10d6546c
|
|
Change-Id: I37ba79726c479d04e9162c56d714be12964d0ad5
|
|
"LA.QSSI.13.0.r1-08600-qssi.0"
Change-Id: Iddb463b48260eb82738fdda94df88b12032d64dd
|
|
t-keystone-qcom-release
Change-Id: Idc7278977b7a7b661803fd3c38d6971e282d943f
|
|
Change-Id: I6b3acf023780524076585f8c581f258d2635093a
|
|
tm-platform-release
Change-Id: I5bd582715fa718f8ccfd304d90206c93f77fb996
|
|
t-keystone-qcom-release
Change-Id: I960c0298a0ac653861ae03d16955582c6110ffc9
|
|
tm-qpr2-release
Change-Id: Ibd1483b852436ab373c80b08c4147f3c6a0a2dd2
|
|
Add CAP_SYS_NICE.
Allow util_clamp_min for Spatializer Effect worker thread.
Reduce glitches caused by core migration.
Reduce power consumption as Spatializer Effect is DSP compute bound.
This change only affects Spatial Audio Effect processing.
Test: instrumented
Test: adb shell 'uclampset -a -p $(pgrep -of android.hardware.audio.service)'
Test: adb shell cat "/proc/$(adb shell pgrep -of android.hardware.audio.service)/status"
Test: adb shell 'ps -Tl -p $(pgrep -of android.hardware.audio.service)'
Bug: 181148259
Bug: 260918856
Bug: 261228892
Bug: 261686532
Bug: 262803152
Change-Id: I59ea99e8a1720f61954747f6c29e14cfea9a0f56
|
|
Original change: https://googleplex-android-review.googlesource.com/c/platform/hardware/interfaces/+/20726238
Change-Id: I548e737dee1b11cd6200e3e41cecc30655db8467
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
|
|
Change-Id: I2949b96c5cc9f05c258041318c8ac91b977e9caf
|
|
This CL adds the following additional bounds checks:
* Adds additional checks of the index of the std::vector before
accessing the element at the index
* Changes the array index operator [] to the checked std::vector::at
method
Bug: 256589724
Test: mma
Merged-In: I6bfb02a5cd76258284cc4d797a4508b21e672c4b
Change-Id: I6bfb02a5cd76258284cc4d797a4508b21e672c4b
(cherry picked from commit 9b17e6485b12e20cd73c4b0b71e5798e608a177a)
Merged-In: I6bfb02a5cd76258284cc4d797a4508b21e672c4b
|
|
tm-qpr2-release
Change-Id: Ic0cf72860cb1adb62d3a160355d8be420785abca
|
|
This CL fixes a dead lock issue caused by RecurrentTimer holding
internal locks while calling actions. The dead lock is caused by
the following situation:
1. Caller holds a lock, call RecurrentTimer.registerCallback which
waits for RecurrentTimer's lock.
2. Another recurrent action happens at the same time. Recurrent
timer holds lock before calling the client action. The client action
is now waiting for the lock that is currently hold by 1.
Test: atest RecurrentTimerTest
Bug: 255574557
Change-Id: I3999f4e9cdf581cb851d5f49341dbcc0c160f234
(cherry picked from commit 93a821077effec224d3880875d98c13ef1787e4c)
|
|
Change-Id: I9ea4f7a1dc5aadfe390a6dcb627194a34eb04161
|
|
This CL adds the following additional bounds checks:
* Adds additional checks of the index of the std::vector before
accessing the element at the index
* Changes the array index operator [] to the checked std::vector::at
method
Bug: 256589724
Test: mma
Merged-In: I6bfb02a5cd76258284cc4d797a4508b21e672c4b
Change-Id: I6bfb02a5cd76258284cc4d797a4508b21e672c4b
(cherry picked from commit 082cefe34080b89e18868d8df5a97bd01f87b39c)
Merged-In: I6bfb02a5cd76258284cc4d797a4508b21e672c4b
|
|
tm-qpr2-release
Change-Id: I46b6c6271fc02b7c9ecf71492db47cf2acd6c0d4
|
|
"cherrypick-cherrypick-cherrypick-nnapi_burst_deserialize-fvwo2wt1ja-mueq5vhv8v-2ym2uz8wjy" into sc-qpr1-dev am: c63fef57a2 -s ours am: 87279d70a9 -s ours am: 8662e87ac4 -s ours am: 577961260b -s ours
am skip reason: Merged-In I6bfb02a5cd76258284cc4d797a4508b21e672c4b with SHA-1 7a9e483f4b is already in history
Original change: https://googleplex-android-review.googlesource.com/c/platform/hardware/interfaces/+/20614826
Change-Id: I7da0b1e994d346d176bf5b086717bcba9e758ceb
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
|
|
deserialize utility functions 2p: 4668f30dcf am: fd5dced8e1 -s ours am: ab30bbe532 -s ours am: 14aa961aa7 -s ours am: c9b5710eb6 -s ours
am skip reason: Merged-In I6bfb02a5cd76258284cc4d797a4508b21e672c4b with SHA-1 7a9e483f4b is already in history
Original change: https://googleplex-android-review.googlesource.com/c/platform/hardware/interfaces/+/20614826
Change-Id: I111fda3fcdf0e305e1b16a2f8c1c208bedb31210
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
|
|
utility functions am: 7a9e483f4b -s ours am: 2249ed2b2e -s ours am: 4609fc508c -s ours am: 9971635330 -s ours
am skip reason: Merged-In I6bfb02a5cd76258284cc4d797a4508b21e672c4b with SHA-1 082cefe340 is already in history
Original change: https://googleplex-android-review.googlesource.com/c/platform/hardware/interfaces/+/20613784
Change-Id: Ia47c2530ccf1f139cc7c5c085b38ab7d24849d6b
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
|
|
"cherrypick-cherrypick-cherrypick-nnapi_burst_deserialize-fvwo2wt1ja-mueq5vhv8v-2ym2uz8wjy" into sc-qpr1-dev am: c63fef57a2 -s ours am: 87279d70a9 -s ours am: 8662e87ac4 -s ours
am skip reason: Merged-In I6bfb02a5cd76258284cc4d797a4508b21e672c4b with SHA-1 7a9e483f4b is already in history
Original change: https://googleplex-android-review.googlesource.com/c/platform/hardware/interfaces/+/20614826
Change-Id: I5868cfe3a4f8327248fafe42d136028ab5551d0d
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
|
|
deserialize utility functions 2p: 4668f30dcf am: fd5dced8e1 -s ours am: ab30bbe532 -s ours am: 14aa961aa7 -s ours
am skip reason: Merged-In I6bfb02a5cd76258284cc4d797a4508b21e672c4b with SHA-1 7a9e483f4b is already in history
Original change: https://googleplex-android-review.googlesource.com/c/platform/hardware/interfaces/+/20614826
Change-Id: Ic2e8b676a936802736bc3b6feea57f22a25f53f5
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
|
|
utility functions am: 7a9e483f4b -s ours am: 2249ed2b2e -s ours am: 4609fc508c -s ours
am skip reason: Merged-In I6bfb02a5cd76258284cc4d797a4508b21e672c4b with SHA-1 082cefe340 is already in history
Original change: https://googleplex-android-review.googlesource.com/c/platform/hardware/interfaces/+/20613784
Change-Id: Id1e41aba92c9cc92fd8e9d87373b559f4c3cdf7e
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
|
|
Change-Id: I86a901f08eb87588bd2163cf8287e7dacea699b6
|
|
utility functions am: 082cefe340 -s ours am: ac9b33c584 -s ours am: f449dcb78c -s ours
am skip reason: Merged-In I6bfb02a5cd76258284cc4d797a4508b21e672c4b with SHA-1 67d9ebe9e6 is already in history
Original change: https://googleplex-android-review.googlesource.com/c/platform/hardware/interfaces/+/20613775
Change-Id: I5e589c29f0c08ad8cacec5da1f3c2c23827e2967
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
|
|
"cherrypick-cherrypick-cherrypick-nnapi_burst_deserialize-fvwo2wt1ja-mueq5vhv8v-2ym2uz8wjy" into sc-qpr1-dev am: c63fef57a2 -s ours am: 87279d70a9 -s ours
am skip reason: Merged-In I6bfb02a5cd76258284cc4d797a4508b21e672c4b with SHA-1 7a9e483f4b is already in history
Original change: https://googleplex-android-review.googlesource.com/c/platform/hardware/interfaces/+/20614826
Change-Id: Ib9d9214a9aed30183ced32e77b42eda506ef6da0
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
|
|
deserialize utility functions 2p: 4668f30dcf am: fd5dced8e1 -s ours am: ab30bbe532 -s ours
am skip reason: Merged-In I6bfb02a5cd76258284cc4d797a4508b21e672c4b with SHA-1 7a9e483f4b is already in history
Original change: https://googleplex-android-review.googlesource.com/c/platform/hardware/interfaces/+/20614826
Change-Id: I1704a9401e4635fd8d0f01406a13a7cf972051d5
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
|
|
utility functions am: 7a9e483f4b -s ours am: 2249ed2b2e -s ours
am skip reason: Merged-In I6bfb02a5cd76258284cc4d797a4508b21e672c4b with SHA-1 082cefe340 is already in history
Original change: https://googleplex-android-review.googlesource.com/c/platform/hardware/interfaces/+/20613784
Change-Id: I71c33155d822eb94148bdaa70fc8d015017c619c
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
|
|
"cherrypick-cherrypick-cherrypick-nnapi_burst_deserialize-fvwo2wt1ja-mueq5vhv8v-2ym2uz8wjy" into sc-qpr1-dev am: c63fef57a2 -s ours
am skip reason: Merged-In I6bfb02a5cd76258284cc4d797a4508b21e672c4b with SHA-1 7a9e483f4b is already in history
Original change: https://googleplex-android-review.googlesource.com/c/platform/hardware/interfaces/+/20614826
Change-Id: I505f48ddf91052395f54ec450fb45462257cde77
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
|
|
deserialize utility functions 2p: 4668f30dcf am: fd5dced8e1 -s ours
am skip reason: Merged-In I6bfb02a5cd76258284cc4d797a4508b21e672c4b with SHA-1 7a9e483f4b is already in history
Original change: https://googleplex-android-review.googlesource.com/c/platform/hardware/interfaces/+/20614826
Change-Id: Ib3c42ff99ae5d31a383a93d7ec1c1897c7d8270b
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
|
|
utility functions am: 7a9e483f4b -s ours
am skip reason: Merged-In I6bfb02a5cd76258284cc4d797a4508b21e672c4b with SHA-1 082cefe340 is already in history
Original change: https://googleplex-android-review.googlesource.com/c/platform/hardware/interfaces/+/20613784
Change-Id: I3b12bce9c004a743cbe952b3a00117d402339408
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
|
|
utility functions am: 082cefe340 -s ours am: ac9b33c584 -s ours
am skip reason: Merged-In I6bfb02a5cd76258284cc4d797a4508b21e672c4b with SHA-1 67d9ebe9e6 is already in history
Original change: https://googleplex-android-review.googlesource.com/c/platform/hardware/interfaces/+/20613775
Change-Id: I9a51e45184a9b01d7a66ae792eb9101aeb8660ce
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
|
|
"cherrypick-cherrypick-cherrypick-nnapi_burst_deserialize-fvwo2wt1ja-mueq5vhv8v-2ym2uz8wjy" into sc-qpr1-dev
* changes:
[automerge] Add additional bounds checks to NNAPI FMQ deserialize utility functions 2p: 4668f30dcf
Add additional bounds checks to NNAPI FMQ deserialize utility functions
|