Commit graph

30955 commits

Author SHA1 Message Date
Jiabin Huang
e565a9967d Merge "Add AudioTransport to replace AudioProfile in AudioPort." am: 5bbfdbfbeb am: 3225bc292a am: 40d8d1eac6
Original change: https://android-review.googlesource.com/c/platform/hardware/interfaces/+/1650659

Change-Id: I685be54e0baf5bf6e55a026378c00ce05b949ca0
2021-03-24 20:39:38 +00:00
Jiabin Huang
40d8d1eac6 Merge "Add AudioTransport to replace AudioProfile in AudioPort." am: 5bbfdbfbeb am: 3225bc292a
Original change: https://android-review.googlesource.com/c/platform/hardware/interfaces/+/1650659

Change-Id: Ie4971d1ac248206517099387e8dfcd89cf26a2a8
2021-03-24 19:51:51 +00:00
Jiabin Huang
3225bc292a Merge "Add AudioTransport to replace AudioProfile in AudioPort." am: 5bbfdbfbeb
Original change: https://android-review.googlesource.com/c/platform/hardware/interfaces/+/1650659

Change-Id: Id411d36a2e78c89e38e6fd361b1ca987de1f0172
2021-03-24 19:32:38 +00:00
Jiabin Huang
5bbfdbfbeb Merge "Add AudioTransport to replace AudioProfile in AudioPort." 2021-03-24 18:59:41 +00:00
Vince Leung
9bef7ab458 Merge "Add Chirp APIs for PWLE sequence creation" into sc-dev 2021-03-24 16:33:01 +00:00
Shinru Han
6e03517044 Merge "Add capability bit for Bluesky driving" into sc-dev 2021-03-24 06:54:25 +00:00
Sunil Ravi
806f09f112 Merge "Wifi: Add Radio ID in radiostats" into sc-dev 2021-03-24 06:36:20 +00:00
Vince Leung
823cf5f455 Add Chirp APIs for PWLE sequence creation
Add the necessary Chirp APIs required to allow for piecewise-linear
equation sequencing of haptic waveforms. These APIs will allow
developers to create a fully customizable sequence of haptics waveforms
for playback.

Bug: 162859057
Test: verify pwle sequences can be created and played using idlcli
command. Also verify using atest.

Change-Id: I7fec224b7090e482bbcd1c94a3799ec232cc547f
2021-03-24 06:20:21 +00:00
Satya Tangirala
aa32e69039 Merge "Keystore 2.0: add convertStorageKeyToEphemeral() to IKeymintDevice" am: 38b3bcee7f am: d037d2a2c7 am: ae368b8c17
Original change: https://android-review.googlesource.com/c/platform/hardware/interfaces/+/1622545

Change-Id: I21ebe3153fd278c3ba9e74f850bd4fe445aa1ee2
2021-03-24 05:49:44 +00:00
Satya Tangirala
ae368b8c17 Merge "Keystore 2.0: add convertStorageKeyToEphemeral() to IKeymintDevice" am: 38b3bcee7f am: d037d2a2c7
Original change: https://android-review.googlesource.com/c/platform/hardware/interfaces/+/1622545

Change-Id: I7aeba5e9d1d7cd48066677f9ed39c1aea47128fb
2021-03-24 05:02:26 +00:00
Satya Tangirala
d037d2a2c7 Merge "Keystore 2.0: add convertStorageKeyToEphemeral() to IKeymintDevice" am: 38b3bcee7f
Original change: https://android-review.googlesource.com/c/platform/hardware/interfaces/+/1622545

Change-Id: I537219835bb45ccf0ac746e4e1c47751fa63aff0
2021-03-24 04:19:30 +00:00
Kai Wang
25274e82aa Merge "Convert VTS for VHAL from python to gtest" into sc-dev 2021-03-24 04:15:18 +00:00
Satya Tangirala
38b3bcee7f Merge "Keystore 2.0: add convertStorageKeyToEphemeral() to IKeymintDevice" 2021-03-24 03:43:38 +00:00
Les Lee
a42f20168d Merge "wifi: Correct document for SAP 11AX mode" into sc-dev 2021-03-24 01:11:55 +00:00
lesl
a2f3e4bab9 wifi: Correct document for SAP 11AX mode
Current hostapd doesn't support mode: HOSTAPD_MODE_IEEE80211AX.
Using he_capabilies->he_supported to identify if the current mode is
AX.
BYPASS_INCLUSIVE_LANGUAGE_REASON : The HE is a abbreviation
which is High-Efficiency.

Bug: 162484222
Test: Enable SAP on P21 (supported AX) and check the wifistandard is
AX mode.
BYPASS_INCLUSIVE_LANGUAGE_REASON=The HE is a abbreviation
which is High-Efficiency.
Change-Id: I1f40f2e2e5a0d1a862810d19899a6d968d8c29b2
2021-03-24 01:10:53 +00:00
bohu
f001b12854 gnss: allows custom gnss device name
This is a temporary workaround the missing kernel
support of reclaiming virtio-console as gnss0 device.

When kernel can support converting virtio-console to
gnss0 device, this cl can be reverted

Bug: 180435101

Change-Id: I6e48b6c446dd945f066fbd8f5471b77226eba68b
2021-03-24 01:05:34 +00:00
jiabin
574a86fa36 Add AudioTransport to replace AudioProfile in AudioPort.
An AudioTransport contains AudioProfile or hardware descriptor to
describe the audio capabilities for an AudioPort and the encapsulation
type to represent the encapsualtion format that must be used when
sending the audio data with the format associated the AudioTransport to
Android.

The hardware descriptor will be used when the format is not recognized
by the platform.

Currently, the short audio descriptor is added as one of the hardware
descriptors. Short audio descriptor is reported from EDID for HDMI.

Bug: 131736540
Bug: 178619392
Test: atest android.hardware.audio.common@7.0-util_tests
Test: atest VtsHalAudioV7_0TargetTest
Change-Id: Ic5ed9ff9b694511fdd7e90cdcda2777bdfa74f65
2021-03-23 17:22:38 -07:00
Amit Mahajan
812a33cb40 Merge "add capability for TelephonyManager.getNetworkSlicingConfiguration()" into sc-dev 2021-03-23 21:10:37 +00:00
Janis Danisevskis
eaeb1bc518 security.sharedsecret: Add rust derives and fix docs. am: 442a08d3ee am: 97b86f8dab am: c732eaff9f
Original change: https://android-review.googlesource.com/c/platform/hardware/interfaces/+/1647987

Change-Id: Id6def2c2dddf6bec5f1663e61cab546864ca4a5d
2021-03-23 17:56:13 +00:00
Janis Danisevskis
c732eaff9f security.sharedsecret: Add rust derives and fix docs. am: 442a08d3ee am: 97b86f8dab
Original change: https://android-review.googlesource.com/c/platform/hardware/interfaces/+/1647987

Change-Id: I92be349d6b353f24d1f63b590782334ba35faf4c
2021-03-23 17:31:33 +00:00
Janis Danisevskis
97b86f8dab security.sharedsecret: Add rust derives and fix docs. am: 442a08d3ee
Original change: https://android-review.googlesource.com/c/platform/hardware/interfaces/+/1647987

Change-Id: Ifcb64e79927a5da199493b85227c4fa63a912e73
2021-03-23 16:53:26 +00:00
TreeHugger Robot
a3434d47f1 Merge "Add media.c2@1.2" into sc-dev 2021-03-23 16:46:27 +00:00
Treehugger Robot
418843cf75 [automerger skipped] Merge "Security: Provide generated java sources." am: 2d56123a87 am: f56ef2c88f am: aa02923c2a -s ours
am skip reason: skip tag Change-Id If00e4dfc24bf776f87c7e2b2e3f42350aa4d4379 with SHA-1 65aa12e1f2 is already in history

Original change: https://android-review.googlesource.com/c/platform/hardware/interfaces/+/1643002

Change-Id: I9afb14e33880873c3ac798f65e5d7a21610019cc
2021-03-23 13:59:11 +00:00
TreeHugger Robot
470fc06ab0 Merge changes from topic "b178126071_selfRecoveryEnhancement" into sc-dev
* changes:
  Add API "startSubsystemRestart" and callback function
  Uprev IWifiEventCallback.hal to 1.5
2021-03-23 10:06:54 +00:00
TreeHugger Robot
e66993fd28 Merge "Fix flaky WorkerThreadTest" into sc-dev 2021-03-23 02:03:29 +00:00
Sunil Ravi
83f7907233 Wifi: Add Radio ID in radiostats
Get the radio id from link layer radio stats
to framework.

Bug: 163103321
Test: VTS test - VtsHalWifiV1_5TargetTest
Change-Id: I6958a5b78798edf8529032cd255c61ba6a442633
2021-03-22 17:52:54 -07:00
Satya Tangirala
c757c1ba39 Keystore 2.0: add convertStorageKeyToEphemeral() to IKeymintDevice
Add a function convertStorageKeyToEphemeral to IKeymintDevice that vold
can use to get a per-boot ephemeral key from a wrapped storage key.

Bug: 181806377
Bug: 181910578
Change-Id: I1b008423e3e24797132c8eb79ab3899e2b1c68e8
2021-03-22 17:39:36 -07:00
Ilya Matyukhin
71823fad7b Merge "Add ISessionCallback#onSessionClosed" into sc-dev 2021-03-23 00:07:02 +00:00
Henry Fang
84978c1c48 Merge "Close stream at end of OpenAnOpenedStreamsTest" am: edd9dea02c am: c127d95b71 am: 9069693ab0
Original change: https://android-review.googlesource.com/c/platform/hardware/interfaces/+/1513650

Change-Id: I66da2f861e081e40c18d4671708809f3037523f9
2021-03-22 23:20:54 +00:00
Treehugger Robot
aa02923c2a Merge "Security: Provide generated java sources." am: 2d56123a87 am: f56ef2c88f
Original change: https://android-review.googlesource.com/c/platform/hardware/interfaces/+/1643002

Change-Id: If9cf2ea18fa7b1904a7199e211679b448a1510d4
2021-03-22 23:18:46 +00:00
Sungtak Lee
aede9615c7 Add media.c2@1.2
Add setOutputSurfaceWithSyncObj() to IComponent.

Test: make vts -j123 && vts-tradefed run commandAndExit vts \
-m VtsHAlMediaC2V1_0Host

Bug: 157111613
Change-Id: I5a52b3d9448ea88681eb9b1b409f89723f732e9b
2021-03-22 15:59:46 -07:00
Treehugger Robot
f56ef2c88f Merge "Security: Provide generated java sources." am: 2d56123a87
Original change: https://android-review.googlesource.com/c/platform/hardware/interfaces/+/1643002

Change-Id: I68ba56a96ed0717c3fb43bad66b6150cfce0fbd9
2021-03-22 22:52:25 +00:00
Henry Fang
9069693ab0 Merge "Close stream at end of OpenAnOpenedStreamsTest" am: edd9dea02c am: c127d95b71
Original change: https://android-review.googlesource.com/c/platform/hardware/interfaces/+/1513650

Change-Id: Ia284d780b468c152eb25905a8f47154956855fcc
2021-03-22 22:38:36 +00:00
Janis Danisevskis
442a08d3ee security.sharedsecret: Add rust derives and fix docs.
Add rust derives to SecretSharingParameters.

Also fix some comments.

Test: N/A
Change-Id: Id3f02744d2880e59c678d781344bcbb83e8c8864
2021-03-22 15:35:38 -07:00
Treehugger Robot
2d56123a87 Merge "Security: Provide generated java sources." 2021-03-22 22:31:56 +00:00
Ilya Matyukhin
1d998ec20e Fix flaky WorkerThreadTest
Bug: 183250492
Test: atest --host android.hardware.biometrics.fingerprint.WorkerThreadTest
Change-Id: Ic51681103989d13d5c968d9b7ce1ebf9a306edee
2021-03-22 22:05:27 +00:00
Henry Fang
c127d95b71 Merge "Close stream at end of OpenAnOpenedStreamsTest" am: edd9dea02c
Original change: https://android-review.googlesource.com/c/platform/hardware/interfaces/+/1513650

Change-Id: Iabf80e68439e25a1098f9eb8120af87f29cba350
2021-03-22 21:55:56 +00:00
Ilya Matyukhin
cbbfa93a17 Add ISessionCallback#onSessionClosed
Bug: 181984005
Test: m android.hardware.biometrics.fingerprint-update-api
Test: m android.hardware.biometrics.face-update-api
Test: atest VtsHalBiometricsFingerprintTargetTest
Change-Id: I766c3ae0dc9916c376da6432a5545af581dda819
2021-03-22 14:43:22 -07:00
Henry Fang
edd9dea02c Merge "Close stream at end of OpenAnOpenedStreamsTest" 2021-03-22 21:29:12 +00:00
Przemyslaw Szczepaniak
66689d7e9c Merge changes from topic "nnapi-aidl-burst" am: e24a7e57e2 am: 7f4c0a220d am: 143f103042
Original change: https://android-review.googlesource.com/c/platform/hardware/interfaces/+/1645423

Change-Id: I631fa491d92cbdf631dce0b1648acb66b66f0750
2021-03-22 20:38:16 +00:00
Michael Butler
cc0e49681c Add IBurst to NN AIDL HAL -- hal am: 88e6e9e66f am: 68a4a14ff4 am: a2381f49cc
Original change: https://android-review.googlesource.com/c/platform/hardware/interfaces/+/1645422

Change-Id: Ie056e56a0629b78392265af070df5a31eb723460
2021-03-22 20:38:14 +00:00
Michael Butler
85a9c330db Format NN AIDL HAL am: 37dcda8704 am: ff362f5343 am: 9da30e1063
Original change: https://android-review.googlesource.com/c/platform/hardware/interfaces/+/1645421

Change-Id: I4cac0f4aa4159469ca9f8a99ee6f312ed5f10639
2021-03-22 20:38:11 +00:00
Janis Danisevskis
61eadb7ce4 Security: Provide generated java sources.
Enable generation of java sources for AIDL interfaces. This allows
enabling the @SensitiveData annotation without causing circular build
dependencies.

Also mark doc comments as @hide to prevent the interface from being
included in the SDK.

Bug: 174857732
Test: N/A
Merged-In: If00e4dfc24bf776f87c7e2b2e3f42350aa4d4379
Change-Id: If00e4dfc24bf776f87c7e2b2e3f42350aa4d4379
2021-03-22 20:02:39 +00:00
Przemyslaw Szczepaniak
143f103042 Merge changes from topic "nnapi-aidl-burst" am: e24a7e57e2 am: 7f4c0a220d
Original change: https://android-review.googlesource.com/c/platform/hardware/interfaces/+/1645423

Change-Id: Ibff0263286415ac523ab19c93d59c19bcd429749
2021-03-22 19:52:42 +00:00
Michael Butler
a2381f49cc Add IBurst to NN AIDL HAL -- hal am: 88e6e9e66f am: 68a4a14ff4
Original change: https://android-review.googlesource.com/c/platform/hardware/interfaces/+/1645422

Change-Id: I02334478bd191924cc998c1cce002710dd833da3
2021-03-22 19:52:40 +00:00
Michael Butler
9da30e1063 Format NN AIDL HAL am: 37dcda8704 am: ff362f5343
Original change: https://android-review.googlesource.com/c/platform/hardware/interfaces/+/1645421

Change-Id: Id101e59db0aee71b3e677a8cbf18cb79106ae4bd
2021-03-22 19:52:38 +00:00
Przemyslaw Szczepaniak
7f4c0a220d Merge changes from topic "nnapi-aidl-burst" am: e24a7e57e2
Original change: https://android-review.googlesource.com/c/platform/hardware/interfaces/+/1645423

Change-Id: Iee324e1209c70e255d336cf6823e505346bba960
2021-03-22 19:19:58 +00:00
Michael Butler
68a4a14ff4 Add IBurst to NN AIDL HAL -- hal am: 88e6e9e66f
Original change: https://android-review.googlesource.com/c/platform/hardware/interfaces/+/1645422

Change-Id: I4f3e5d6fc2e7e357910bc0106a1974dc0ac8279a
2021-03-22 19:19:55 +00:00
Michael Butler
ff362f5343 Format NN AIDL HAL am: 37dcda8704
Original change: https://android-review.googlesource.com/c/platform/hardware/interfaces/+/1645421

Change-Id: I50dbe2311dd36545015db68a11f7c3927edb658c
2021-03-22 19:19:05 +00:00
Janis Danisevskis
270d50d49b Merge "Security: Provide generated java sources." into sc-dev 2021-03-22 17:51:45 +00:00