Slava Shklyaev
6a222a3eec
Update loopTimeoutDuration documentation in NNAPI
...
Bug: 149686804
Test: m
Change-Id: I0096a2fc2e579d39a2d59a605a4217d53a381691
2020-04-07 13:24:15 +01:00
Hayden Gomes
b3bdf80113
Merge "Fixing AudioFocusChange to be signed int" into rvc-dev
2020-04-03 21:59:30 +00:00
Hayden Gomes
23f48e01b5
Fixing AudioFocusChange to be signed int
...
AudioFocusChange is expected to have negative values, but was originally
defined to be an unsigned int.
Bug: 153090512
Test: make -j
Change-Id: I27cd8134f9fe19fbefc788e5c2498947dc52967e
2020-04-02 14:13:40 -07:00
Changyeon Jo
3e69744f0f
User allocated EVS camera capture buffers
...
This change introduces a new API to import frame capture buffers
allocated by the clients.
Bug: 152493110
Test: m -j and run /system/bin/evs_app --test --extmem
Change-Id: I679c61719e4d0e3a7d0c41110afe66e0a4ccb305
2020-03-31 17:45:22 -07:00
TreeHugger Robot
220b3237dd
Merge "Remove IOperation and beginOp." into rvc-dev
2020-03-30 17:59:00 +00:00
Steven Moreland
e6372d5cdd
remove face@1.1 HAL from current.txt
...
It no longer exists. Accidentally added.
Bug: 147496715
Test: n/a
Change-Id: Id6f062618413d76d201aa46eb3a591adc1940cb6
2020-03-27 17:56:03 -07:00
Miao Wang
6dbc481649
Merge "Update the specification for the following operations" into rvc-dev
2020-03-27 21:57:09 +00:00
Sarah Chin
2aa757432a
Update HAL Bands
...
Test: mm cf_x86_phone-userdebug
Test: atest VtsHalRadioV1_5Target
Bug: 151842542
Change-Id: I3d2b1328693b18cd4a51da6795228ef3b5d2b473
2020-03-26 14:57:35 -07:00
Shawn Willden
e0affee86b
Remove IOperation and beginOp.
...
The way I planned for this to work doesn't work. We'll revisit in
Keymaster5. For now, removing IOperation and beginOp.
Bug: 152536287
Test: Build & boot
Change-Id: I017d17079380cc3bacc6f05b2486e1b6e6c3f675
2020-03-26 13:49:28 -06:00
Miao Wang
077c0339d4
Update the specification for the following operations
...
- RANDOM_MULTINOMIAL
- L2_NORMALIZATION
Bug: 136279892
Bug: 140177375
Test: mm
Change-Id: Iab38ef29ebf6d1f5c0a408436b3d564e45e537a0
2020-03-25 16:46:13 -07:00
Steven Moreland
6b72cf0a74
Freeze HALs for Android R
...
Bug: 147496715
Test: none
Change-Id: Ied59b4ba94c8b6bb9e3ead869d8341cffa86f1e8
2020-03-25 13:49:29 -07:00
Ilya Matyukhin
f17c21ac1e
Update the hash for biometrics.fingerprint@2.2
...
Bug: 147496715
Bug: 139317981
Bug: 149502271
Test: atest vts_treble_vintf_vendor_test
Change-Id: I68d8977234a81eec2185fb57adea4fd9342863a8
2020-03-24 14:09:16 -07:00
Ilya Matyukhin
a69fd6ae73
Revert "Add biometrics.face@1.1 to current.txt"
...
This reverts commit 7b8a5c99d6 .
Reason for revert: this interface is untested in R.
Bug: 151331855
Change-Id: I6e0f8096a1c9c02936d7f3fcc247566f80b37648
2020-03-24 14:09:16 -07:00
Jayant Chowdhary
9b56a5a538
Merge "Clarify getConcurrentStreamingCameraids may return hidden physical camera ids as well." into rvc-dev
2020-03-23 03:01:23 +00:00
Jayant Chowdhary
61c3ac2a69
Clarify getConcurrentStreamingCameraids may return hidden physical camera ids as well.
...
Bug: 151891611
Test: builds
Change-Id: I889065b379d9966e9cc8a225fb335685f2f065cd
Signed-off-by: Jayant Chowdhary <jchowdhary@google.com >
2020-03-20 16:25:05 -07:00
Nazish Tabassum
20c6369609
Documentation for enum PersoSubstate
...
Documentation for Additional personalization categories.
- SIM_SPN
- SIM_SP_EHPLMN
- SIM_ICCID
- SIM_IMPI
- SIM_NS_SP
Bug: 69389695
Test: TH
Change-Id: I011c4e67b4189e5db21883f3ac19bee5ea2af250
(cherry picked from commit 0b7f4669ca26249165bba61eb4c65a02fe67edc7)
2020-03-20 15:43:41 -07:00
Steven Moreland
891b838925
sort 'HALs released in Android R'
...
For this section 'sort -k2'.
Bug: 147496715
Test: continues to compile (checks hashes)
Change-Id: I4dfcb24e5e864d1271e5e2a7e06619ef8ab9bb35
2020-03-19 12:09:15 -07:00
Steven Moreland
c2a724ef5f
Remove identity@1.0 from current.txt
...
It does not exist.
Fixes: 151954406
Test: aosp-changes-report no longer shows identity as being incorrectly
added
Change-Id: I878f8719175188c718d249251d051ff616def891
2020-03-19 11:54:54 -07:00
Yu-Han Yang
6668eab9dc
Update inter-signal bias (HAL)
...
- Rename recieverInterSignalBiasNs into interSignalBiasNs, which refers
to the sum of receiver ISB and satellite ISB.
Bug: 150724332
Test: atest VtsHalGnssV2_1TargetTest
Change-Id: Ifae15cb482bc12e793a481fec7847c817ef3c34d
2020-03-17 20:42:32 +00:00
Lev Proleev
f161cc74a1
Clarify supported ranks for new ops in R
...
Fix: 151108533
Test: mma
Change-Id: I85b66ab5940d09b2786ecb14bff5bc1c1dee894a
2020-03-12 13:34:18 +00:00
TreeHugger Robot
d2a36d278a
Merge "Update doc of proxyAppPackageName" into rvc-dev
2020-03-10 01:19:06 +00:00
Alain Michaud
b19aac8c96
bluetooth: Reference Bluetooth core specification 5.2
...
Test: None
Bug: 151089119
Change-Id: I5c4ade22cda7bb8592625c6d0b7ec4aaf481aadd
2020-03-09 20:12:20 +00:00
Yu-Han Yang
e8286f04b8
Update doc of proxyAppPackageName
...
Fixes: 151088537
Test: doc only and builds
Change-Id: If0c4c6d879a1a35293739838702a33ec770b0ed3
2020-03-09 11:43:36 -07:00
Sarah Chin
dafc9a99e9
Update 1.5 IRadio interface with missing structs/functions
...
Structs: AppStatus, CardStatus
Responses: getDataCallListResponse_1_5, getIccCardStatusResponse_1_5
Indications: dataCallListChanged_1_5
Update VTS tests to use 1.5 CardStatus
Test: build cf_x86_phone-userdebug
Bug: 150246280
Change-Id: Ib26c6df804d99f2487e2bfa7b302a98fa25f55e1
2020-02-28 20:42:19 -08:00
Jordan Liu
76b2cf3501
Add more info on control key param
...
Bug: 149957303
Test: no change to behavior
Change-Id: Id9d0e0e9cb2eb1eda83d7b5f1bd72be63216d976
(cherry picked from commit 8c2a986ee9 )
2020-02-27 18:09:42 +00:00
Jayant Chowdhary
6ae828b6f0
ICameraProvider@2.6: Add documentation about resource cost constraints for concurrent camera combinations.
...
- Also clarify requirements for MONOCHROME devices supporting Y8 outputs.
Bug: 150225538
Test: builds (doc change only)
Change-Id: I992f1bcee4bf266b6e66ddb32ece8291381c8e56
Signed-off-by: Jayant Chowdhary <jchowdhary@google.com >
2020-02-26 22:44:00 +00:00
TreeHugger Robot
3e9669ff69
Merge "Add callback for output stream." into rvc-dev
2020-02-26 18:32:40 +00:00
Andy Hung
77d161d09e
Merge "audio hal: Update offload configuration" into rvc-dev
2020-02-25 21:04:00 +00:00
jiabin
5d11612694
Add callback for output stream.
...
The callback is targeted for events related to an output stream.
Currently, there is one callback event defined, which is codec
format changed event.
Bug: 133526565
Test: manual
Test: atest VtsHalAudioV6_0TargetTest
Change-Id: I73a4914c1ffc30e1c88b8fedd61a031e24a069f6
2020-02-25 09:08:26 -08:00
Steven Moreland
bfefeddfef
Merge "Clarify new setRadioPower documentation" into rvc-dev
2020-02-25 17:06:14 +00:00
Andy Hung
7aab1010d4
audio hal: Update offload configuration
...
Test: no regression with offloaded Play Music
Bug: 133526565
Merged-In: Ie655a96503be5a4ad1660d4b2183b01e514452fd
Change-Id: Ie655a96503be5a4ad1660d4b2183b01e514452fd
(cherry picked from commit c91b679ac1 )
2020-02-25 09:06:09 -08:00
Sarah Chin
8f4e79a646
Remove IRadioConfig 1.3 hash
...
Bad merge conflict resolution when removing IRadioConfig 1.3
Bug: 149522248
Test: mm cf_x86_phone-userdebug
Change-Id: I055b94a2bf275d9ed5ecff6f271e8204e6ee7c0b
2020-02-25 01:19:49 +00:00
Brad Ebinger
92747ce5d1
Clarify new setRadioPower documentation
...
There were some questions on how the new IRadio 1.5 setRadioPower
command should be implemented based on vendor feedback. This CL
clarifies this behavior.
Test: manual
Bug: 143683674
Bug: 147496715
Merged-In: If08741f0ea156a5c2656a47e46f7e1f98bf54ec4
Change-Id: If08741f0ea156a5c2656a47e46f7e1f98bf54ec4
(cherry picked from commit 0eac27ccf3 )
2020-02-25 01:16:15 +00:00
Andy Hung
6f3fdba631
Merge changes from topics "fix-b-133526565-setters-getters", "fix-b-133526565-setters-getters-2"
...
* changes:
audio: Add playback rate parameters to IStreamOut
audio: Add Dual Mono Mode and Audio Description Mix Level to IStreamOut
2020-02-21 23:37:33 +00:00
TreeHugger Robot
e69d939378
Merge "Add hash value for the interfaces in Tuner HAL"
2020-02-21 22:54:41 +00:00
Yin-Chia Yeh
24bcd6340c
Merge "Camera: clarify depth camera requirement for OFFLINE_PROCESSING"
2020-02-21 21:43:49 +00:00
Henry Fang
b7a0685c9c
Add hash value for the interfaces in Tuner HAL
...
bug: 148110220
Test: Manual
Change-Id: If73f5fc2cd17e6c784b5386b025003b716658dd2
2020-02-21 13:01:55 -08:00
Lev Proleev
fe31a4dfa8
Merge "Add align_corners and half_pixel_centers parameters to resize ops"
2020-02-21 06:08:51 +00:00
Yin-Chia Yeh
6e082e8581
Camera: clarify depth camera requirement for OFFLINE_PROCESSING
...
Test: build (doc only change)
Bug: 135142453
Change-Id: I48589e6f7fad6ff291a57de305b4a549dbb843b2
2020-02-20 22:44:27 +00:00
Mikhail Naganov
973e4d33b5
audio: Add playback rate parameters to IStreamOut
...
Playback rate parameters allow changing the playback speed
of audio streams optionally preserving the pitch (this is
often referred to as "timestretch"). HALs can apply these
parameters when decoding of streams is done in hardware.
Bug: 133526565
Test: atest VtsHalAudioV6_0TargetTest
Change-Id: Ie78cd924bd034b57bf5b6a74affd62641ffc0aba
2020-02-20 11:13:14 -08:00
Lev Proleev
3ab17d6b02
Add align_corners and half_pixel_centers parameters to resize ops
...
Fix: 135147454
Test: NNTest_static
Change-Id: I4115120c8b6261c5518d561c043cda913d47dd45
2020-02-20 11:01:07 +00:00
Jayant Chowdhary
fca2707a26
Merge "ICameraProvider@2.6 : Update documentation for getConcurrentStreamingCameraIds."
2020-02-20 06:43:14 +00:00
Jayant Chowdhary
94165c3514
Merge "ICameraProvider@2.6: Update mandatory concurrent stream combinations."
2020-02-20 03:04:01 +00:00
TreeHugger Robot
c2a7122706
Merge "Update constellation types in measurement corrections"
2020-02-20 02:48:29 +00:00
Sarah Chin
fbac448db1
Merge changes from topics "revert-10153355-dev_cap-JUKVIAUYRW", "revert-9919494-device_cap-HJIMIMXSXL", "revert-setup_iradioconfig_13"
...
* changes:
Revert "Set up IRadioConfig 1.3 skeleton"
Revert "PhoneCapabilities changes for device capabilities"
Revert "Update PhoneCapability to use 1.5 UTRAN bands"
2020-02-20 00:06:18 +00:00
TreeHugger Robot
ef19939618
Merge "Remove oneway designator on contexthub HAL 1.1"
2020-02-19 23:33:28 +00:00
Michael Butler
f7a98b26ed
Merge changes from topic "nnapi-relax-qos-deadlines"
...
* changes:
Fix NNAPI QoS Deadline test
Relax NNAPI QoS deadline parameter
2020-02-19 22:34:08 +00:00
Sasha Kuznetsov
6311a08910
Merge "Update getExtensionX HAL docs"
2020-02-19 22:21:07 +00:00
Jayant Chowdhary
3a0030faab
ICameraProvider@2.6 : Update documentation for getConcurrentStreamingCameraIds.
...
Bug: 148995918
Test: builds
Change-Id: I89df3be9e15881e081b76d6c0312bc54da931dea
Signed-off-by: Jayant Chowdhary <jchowdhary@google.com >
2020-02-19 14:16:44 -08:00
Automerger Merge Worker
861e8b9ad8
Merge "Add UNSUPPORTED to health 2.1 types" am: 6a4ab26005 am: 49a258dd49 am: 0451d28dad
...
Change-Id: I711b7b1ed49618ea1abb7b92ca85ebbcc2b50b35
2020-02-19 22:16:25 +00:00