Malcolm Chen
8f8e3d7b1c
Add HAL API to optimize exiting APM for emergency call case.
...
Bug: 143683647
Test: build
Change-Id: Ic8c094f1e59d1b7cb452cef9e5a710c8b84b62b1
2019-12-17 18:11:08 -08:00
Ahmed ElArabawy
c828cff678
Wifi-hostapd: Add 6GHz impacts to softAP
...
This commit adds changes needed to support the 6GHz band to
SoftAP.
Bug: 139354972
Test: Manual
Test: VTS test
Change-Id: Ib4e14facc7cbb54ba89ecf07e75df8dceacb361f
2019-12-17 14:58:55 -08:00
TreeHugger Robot
aa7db006b8
Merge "Camera: add OFFLINE_PROCESSING APIs"
2019-12-17 09:31:41 +00:00
Yin-Chia Yeh
91e07785b5
Camera: add OFFLINE_PROCESSING APIs
...
Also a typo fix in metadata doc.
Test: N/A. New API skeleton, no implementation yet.
Bug: 135142453
Change-Id: I4852ee28242afabe81b02cfef39994c5d2705359
2019-12-16 11:40:28 -08:00
Baekgyeong Kim
3bc7741e91
Add audio stream and usage for virtual assistant
...
New stream type: AUDIO_STREAM_ASSISTANT
This is intended to be used by a virtual assistant like
Google Assistant, Bixby, etc.
The audio stream has own volume alias and the volume
does not change by volume changes of other streams.
Bug: 123745215
Test: make
Change-Id: I3696d8fba32070954cc6a330574af8507fea7a74
2019-12-16 11:39:27 -08:00
Mikhail Naganov
6c070ca4e8
audio: Add IDevice::updateAudioPatch method
...
Add method 'updateAudioPatch' which should be used when
an existing patch needs to be updated with new routing.
Use of this method allows audio HAL to avoid disrupting
audio stream while changing routing.
Bug: 79248321
Test: atest VtsHalAudioV6_0TargetTest
Change-Id: I6c87f67fa4f2463ba9e8f0272a3232f5c9c55714
2019-12-13 19:28:37 -08:00
Automerger Merge Worker
ec0c134145
Merge "Add APN type XCAP" am: 126564a371
am: 847b15d671
...
Change-Id: Icb2d71fc1333a4109bd55e4b3acc6825308ed288
2019-12-12 23:38:56 +00:00
Eric Laurent
6c29bf2096
Audio HAL: Add API to attach an effect to a device
...
Add a method to IDevice interface allowing the attachement of an
audio effect to an audio device.
This is used when an audio effect is implemented below the HAL (e.g by an audio DSP)
and is attached/enabled when a particular sink(e.g speaker) or source(e.g mic) device
is selected.
Bug: 136294538
Test: make
Change-Id: I73d78c4f234fd80443a1cb3772c2d65457968652
2019-12-12 14:16:38 -08:00
Nicholas Ambur
ad84668d29
Merge "add SoundTrigger HAL V2.3"
2019-12-12 21:37:00 +00:00
Sarah Chin
039d542f95
Add APN type XCAP
...
Add XCAP and update DataProfileInfo
Test: build
Bug: 73792201
Change-Id: I7cb450c91a458d66eec558265a8d9f48792cfa77
Merged-In: I7cb450c91a458d66eec558265a8d9f48792cfa77
2019-12-12 11:56:46 -08:00
Eric Laurent
00a501a992
Merge "audio: add call assistant usage"
2019-12-12 18:10:42 +00:00
Nicholas Ambur
1e90019220
add SoundTrigger HAL V2.3
...
add support for model parameter control APIs with THRESHOLD_FACTOR
as the first supported parameter
Bug: 141929369
Test: Tested manually with test app, GTS test
gts-tradefed run gts-dev -m GtsAssistIntentTestCases
and VTS test
vts-tradefed run vts-hal -m VtsHalSoundtriggerV2_3Target
Change-Id: I79d2b6365cc63fbdfe06fa94f1d0878903cbf554
2019-12-11 19:42:51 -08:00
Sarah Chin
1d3b15cd3e
Add APN type XCAP
...
Add XCAP and update DataProfileInfo
Test: build
Bug: 73792201
Change-Id: I7cb450c91a458d66eec558265a8d9f48792cfa77
2019-12-11 17:48:19 -08:00
Automerger Merge Worker
4ae6fec6dc
Merge "Adding audiocontrol and evs hashes to current.txt" into qt-qpr1-dev am: df3648e4ff
am: 9f7428122a
...
Change-Id: Ifda3ad9280eb394ec8c657a110a3a88c9ed13a71
2019-12-12 00:58:24 +00:00
TreeHugger Robot
dca3a5763b
Merge "audio: Add check for MMap buffer size to the default implementation"
2019-12-12 00:41:27 +00:00
Automerger Merge Worker
9f7428122a
Merge "Adding audiocontrol and evs hashes to current.txt" into qt-qpr1-dev am: df3648e4ff
...
Change-Id: Idec81bb231be3113db6672f1dcd7c4cd6def393e
2019-12-12 00:37:44 +00:00
Automerger Merge Worker
9d2674ac93
Merge "Remove HAL API of whether enabling uicc applications are enabled." am: e5c19d9bb3
am: 49facf5986
am: 2b931d50b0
...
Change-Id: I371aee0178bcf34b5680dae40e829ef09f63f142
2019-12-11 23:40:04 +00:00
Mikhail Naganov
b2178b9248
audio: Add check for MMap buffer size to the default implementation
...
Add documentation and check that 'minSizeFrames' parameter
is a positive value. Previously a similar check was added
to Pixel HAL.
Bug: 141989952
Test: atest VtsHalAudioV6_0TargetTest
Change-Id: I526431fc214f7f5bc424f0c9e4c890cf918ca2b2
2019-12-11 15:07:47 -08:00
Eric Laurent
3c181a6fd6
audio: add call assistant usage
...
Add audio usage for call assistant use cases.
Used by apps playing over call uplink path for call
screening or other in call assitant features.
Bug: 135213843
Test: make
Change-Id: I7eeea676fe188946ff86f1e11e8e00a624a4ec5c
2019-12-11 13:51:13 -08:00
TreeHugger Robot
0f2ba63003
Merge "Add AUDIO_INPUT_FLAG_DIRECT to Audio HAL constants"
2019-12-11 21:36:51 +00:00
Eric Laurent
4ca35647d4
Merge "Audio effect HAL: Add device ID to createEffect API"
2019-12-11 21:27:57 +00:00
Hayden Gomes
8f2708c3f7
Merge "Adding audiocontrol and evs hashes to current.txt"
2019-12-11 20:47:52 +00:00
Xusong Wang
f4f2a0d6bf
Merge "NN HAL: Upgrade IPreparedModel::executeSynchronously to 1.3."
2019-12-11 20:24:12 +00:00
Malcolm Chen
2e7b82a2c0
Remove HAL API of whether enabling uicc applications are enabled.
...
This API is no longer needed as enabling / disabling uicc applications
are no longer an optional operation in IRadio 1.5.
Bug: 141018421
Test: sanity
Change-Id: Ia72a8f97ff0d192fb421fdc6c096513f36a69f5a
2019-12-11 11:44:07 -08:00
Mikhail Naganov
d334593715
Add AUDIO_INPUT_FLAG_DIRECT to Audio HAL constants
...
This flag used to be framework only. To simplify constants
management it's better to have it defined at all layers.
Currently it is only used for MSD module but potentially
can be used for HDMI inputs.
Bug: 141273649
Test: use AOSP MSD on Pixel
atest VtsHalAudioV6_0TargetTest
Change-Id: I3b853d5d0a05cc4d4bacd0a9ae432099bb47fad9
2019-12-10 16:47:00 -08:00
Hayden Gomes
96856f48b0
Adding audiocontrol and evs hashes to current.txt
...
- Added hashes for IAudioControl, IEvsCamera, IEvsCameraStream,
IEvsDisplay, IEvsEnumeration, and evs@1.0::types
- SHAs changed due to changes in comments. No API functionality changes
have been made
Bug: 142877791
Test: Ran vts module VtsTrebleVendorVintfTest
Change-Id: I01d74858addaf0d59bd6c99407dc265d70045e27
2019-12-10 17:08:14 +00:00
lesl
84c4d39480
Freeze wifi hostapd 1.2 HAL
...
For R release, so that the tree is in a shippable state. If further
changes to it are needed in R, this hash can be updated.
Bug: 142752869
Test: build (checks hashes)
Change-Id: If035ab957d472ca1b347eecd1f1dddfbbd3cd1c4
2019-12-11 00:36:44 +08:00
Shuo Qian
511264a552
Support isEnabled feature in reporting criteria for SignalStrenghth
...
Test: build
Bug: 135717625
Change-Id: Ia56b54f44345650117f884942ef917e3547277a9
Merged-In: Ia56b54f44345650117f884942ef917e3547277a9
(cherry picked from commit d5ae42e540
)
2019-12-10 00:56:07 +00:00
Sasha Kuznetsov
068f928e5e
Merge "Add support to blacklist IRNSS in HAL 2.1"
2019-12-10 00:14:39 +00:00
Shuo Qian
3b5fa1001d
Merge "Support isEnabled feature in reporting criteria for SignalStrenghth"
2019-12-09 23:21:52 +00:00
Eric Laurent
ceaeee1d73
Audio effect HAL: Add device ID to createEffect API
...
Add the possibility to specify a target audio device when
creating an audio effect by passing its audio port handle
to createEffect API.
To attach an effect to a device, the framework will use
session ID AudioSessionConsts.DEVICE and provide a valid
AudioPortHandle as device ID.
Bug: 136294538
Test: make
Change-Id: Ic697eeafbd5df6800ad4c7fd9e0698e3d8e3beae
2019-12-09 09:46:37 -08:00
Jimmy Chen
e374a4a0a6
Wifi: WAPI constants and methods
...
This change includes two parts:
* Define WAPI proto, key management, and cipher constants.
* Expose WAPI HAL API for setting the certificate suite.
Bug: 139257562
Test: atest VtsHalWifiSupplicantV1_3TargetTest
Change-Id: Id7a58b242776d641a091b9ede3f147b7d42003d1
2019-12-09 09:45:51 +08:00
Sasha Kuznetsov
845f6d54e4
Add support to blacklist IRNSS in HAL 2.1
...
Test: atest VtsHalGnssV2_1TargetTest
Bug: 135042665
Change-Id: I10a12f5171c640e400af4ee66ce9ab63cf6e94f2
2019-12-07 12:02:15 -08:00
Eric Laurent
6d48565360
audio: add audio session for device effects
...
Add specific audio session ID for effects applied to a
particular audio device.
Bug: 136294538
Test: make
Change-Id: Iea3e3a07f404e1075844422c740d2dc4d5163598
2019-12-06 12:26:26 -08:00
Shuo Qian
d5ae42e540
Support isEnabled feature in reporting criteria for SignalStrenghth
...
Test: build
Bug: 135717625
Change-Id: Ia56b54f44345650117f884942ef917e3547277a9
2019-12-06 11:21:39 -08:00
Hayden Gomes
aadb064fa1
Adding audiocontrol and evs hashes to current.txt
...
- Added hashes for IAudioControl, IEvsCamera, IEvsCameraStream,
IEvsDisplay, IEvsEnumeration, and evs@1.0::types
Bug: 142877791
Test: Ran vts module VtsTrebleVendorVintfTest
Change-Id: I542492b7cfa52a3e01ef2f24efe5a30f679e2a15
2019-12-05 13:24:35 -08:00
Mikhail Naganov
479ee33801
Add Audio HAL V6 hashes to current.txt
...
Done using the following command:
hidl-gen -L hash -r android.hardware:hardware/interfaces \
-r android.hidl:system/libhidl/transport \
android.hardware.audio@6.0 \
android.hardware.audio.common@6.0 \
android.hardware.audio.effect@6.0
Bug: 138747770
Test: N/A
Change-Id: I9cbd5c2358a663ec346d8624d0e6a12c643147e3
2019-12-05 11:03:09 -08:00
Sarah Chin
afa47584bf
Update NGRAN bands
...
Test: build
Bug: 143683654
Change-Id: I7b59cd52dffdccc30b536a0bef9cab5ad977d371
Merged-In: I7b59cd52dffdccc30b536a0bef9cab5ad977d371
2019-12-04 13:16:21 -08:00
Sarah Chin
2eed46cbdc
Merge "Update NGRAN bands"
2019-12-04 17:10:03 +00:00
Sarah Chin
dbb5f9d745
Update NGRAN bands
...
Test: build
Bug: 143683654
Change-Id: I7b59cd52dffdccc30b536a0bef9cab5ad977d371
2019-12-04 00:15:57 +00:00
Yu-Han Yang
c06b536662
Add GNSS HAL 2.1
...
Bug: 136136192
Bug: 141758837
Test: atest VtsHalGnssV2_1TargetTest
Change-Id: I8e6d52695c8ab0aeacacb0107a6c0c8271983ed3
2019-12-03 13:42:22 -08:00
Sarah Chin
b7709bba42
Add HAL for 5G bands
...
Added NgranBands and RadioAccessNetwork NGRAN
Updated RadioAccessSpecifier and NetworkScanRequest
Updated IRadio and IRadioResponse to use updated structs/enums
Bug: 143683654
Test: build
Change-Id: I2e751a544b626d48a7c78b7bdcb4ac6477e25bc6
Merged-In: I2e751a544b626d48a7c78b7bdcb4ac6477e25bc6
2019-12-03 11:08:30 -08:00
Xiangyu/Malcolm Chen
f597a4ae0e
Merge "Adding HAL API for disabling subscription"
2019-12-03 19:04:59 +00:00
Sarah Chin
e99c5601ac
Merge "Add HAL for 5G bands"
2019-12-03 17:59:31 +00:00
Robert Shih
b169712df0
Merge "Add Drm 1.3"
2019-12-03 17:33:03 +00:00
Sarah Chin
b6663d1703
Add HAL for 5G bands
...
Added NgranBands and RadioAccessNetwork NGRAN
Updated RadioAccessSpecifier and NetworkScanRequest
Updated IRadio and IRadioResponse to use updated structs/enums
Bug: 143683654
Test: build
Change-Id: I2e751a544b626d48a7c78b7bdcb4ac6477e25bc6
2019-12-02 14:09:28 -08:00
Malcolm Chen
fb6d6241c7
Adding HAL API for disabling subscription
...
Bug: 141018421
Test: vts on cuttlefish
Change-Id: I90ded163ddc047916c205513ab77a886ebcc48f7
Merged-In: I90ded163ddc047916c205513ab77a886ebcc48f7
2019-12-02 11:37:25 -08:00
Lev Proleev
5595da3741
Add TENSOR_QUANT8_ASYMM_SIGNED support for more ops
...
Updated:
CONCATENATION
REDUCE_MIN
REDUCE_MAX
STRIDED_SLICE
RESHAPE
SQUEEZE
MEAN
Bug: 143934554
Bug: 143935314
Bug: 143934726
Bug: 143934771
Bug: 143934557
Bug: 143934306
Bug: 143935140
Test: quantization coupling tests in CTS and VTS
Change-Id: Ie73d070fd6f0a27185c1f26561710635b6e03b26
Merged-In: Ie73d070fd6f0a27185c1f26561710635b6e03b26
(cherry picked from commit 91134e7fb9
)
2019-12-02 11:40:55 +00:00
Przemyslaw Szczepaniak
90fc2cc193
Add TENSOR_QUANT8_ASYMM_SIGNED support for more ops
...
Updated:
BATCH_TO_SPACE_ND
CHANNEL_SHUFFLE
DEPTH_TO_SPACE
GROUPED_CONV_2D
PAD
PAD_V2
QUANTIZE
RESIZE_BILINEAR
RESIZE_NEAREST_NEIGHBOR
SPACE_TO_BATCH_ND
SPACE_TO_DEPTH
SPLIT
TILE
TOPK_V2
TRANSPOSE
Bug: 143934582
Bug: 143934585
Bug: 143934628
Bug: 143934630
Bug: 143934721
Bug: 143935039
Bug: 143935052
Bug: 143935113
Bug: 143935115
Bug: 143935141
Bug: 143935353
Bug: 143935355
Bug: 143935392
Bug: 143935394
Bug: 143935413
Test: quantization coupling tests in CTS and VTS
Change-Id: I7e1b65507ea0f7dcdfdb5fd98e7871d84f569ed7
Merged-In: I7e1b65507ea0f7dcdfdb5fd98e7871d84f569ed7
(cherry picked from commit 6d3cdc322b
)
2019-12-02 11:40:40 +00:00
Lev Proleev
91134e7fb9
Add TENSOR_QUANT8_ASYMM_SIGNED support for more ops
...
Updated:
CONCATENATION
REDUCE_MIN
REDUCE_MAX
STRIDED_SLICE
RESHAPE
SQUEEZE
MEAN
Bug: 143934554
Bug: 143935314
Bug: 143934726
Bug: 143934771
Bug: 143934557
Bug: 143934306
Bug: 143935140
Test: quantization coupling tests in CTS and VTS
Change-Id: Ie73d070fd6f0a27185c1f26561710635b6e03b26
2019-11-28 11:54:29 +00:00
Przemyslaw Szczepaniak
6d3cdc322b
Add TENSOR_QUANT8_ASYMM_SIGNED support for more ops
...
Updated:
BATCH_TO_SPACE_ND
CHANNEL_SHUFFLE
DEPTH_TO_SPACE
GROUPED_CONV_2D
PAD
PAD_V2
QUANTIZE
RESIZE_BILINEAR
RESIZE_NEAREST_NEIGHBOR
SPACE_TO_BATCH_ND
SPACE_TO_DEPTH
SPLIT
TILE
TOPK_V2
TRANSPOSE
Bug: 143934582
Bug: 143934585
Bug: 143934628
Bug: 143934630
Bug: 143934721
Bug: 143935039
Bug: 143935052
Bug: 143935113
Bug: 143935115
Bug: 143935141
Bug: 143935353
Bug: 143935355
Bug: 143935392
Bug: 143935394
Bug: 143935413
Test: quantization coupling tests in CTS and VTS
Change-Id: I7e1b65507ea0f7dcdfdb5fd98e7871d84f569ed7
2019-11-27 15:09:09 +00:00
Lev Proleev
cdb67453de
Add TENSOR_QUANT8_ASYMM_SIGNED support for activations
...
Ops updated: RELU, RELU1, RELU6, TANH, LOGISTIC
Fix: 143933951
Fix: 143934720
Fix: 143933831
Fix: 143934770
Fix: 143934743
Test: quantization coupling tests in CTS and VTS
Change-Id: Id5e7a8c6b30463708bd93dbf6a3f30d05c2bcf40
Merged-In: Id5e7a8c6b30463708bd93dbf6a3f30d05c2bcf40
(cherry picked from commit 3466c78b04
)
2019-11-27 14:55:49 +00:00
Lev Proleev
d1b3450b3d
Add TENSOR_QUANT8_ASYMM_SIGNED support for pooling ops
...
* Update AVERAGE_POOL_2D and MAX_POOL_2D
Bug: 143934716
Bug: 143934303
Test: quantization coupling tests in CTS and VTS
Change-Id: I15f36d6f819c92f96a46c40f9cc1491627644278
Merged-In: I15f36d6f819c92f96a46c40f9cc1491627644278
(cherry picked from commit 3f17cc3daa
)
2019-11-27 14:55:13 +00:00
Lev Proleev
53c79d179a
Add TENSOR_QUANT8_ASYMM_SIGNED support to ADD, MUL and SUB.
...
Bug: 143934463
Bug: 143934627
Bug: 143935040
Test: NNTest_static and 1.3 VTS
Change-Id: I47ffc2c264390f3c6b98aa9567fb47f2c58333fe
Merged-In: I47ffc2c264390f3c6b98aa9567fb47f2c58333fe
(cherry picked from commit 122bc2c0cc
)
2019-11-27 14:54:27 +00:00
Robert Shih
37e52fa88d
Add Drm 1.3
...
New API(s):
* IDrmFactory::getSupportedCryptoScheme
Bug: 139134043
Test: MediaDrmTest
Change-Id: Ibe8c7eabcbdd96618c7c336281582ff19f349de9
2019-11-27 01:12:09 +00:00
Sarah Chin
438edf349a
Merge "Set up IRadioConfig 1.3 skeleton"
2019-11-26 18:52:26 +00:00
Slava Shklyaev
76f5263d6f
Merge changes from topic "quant_coupling"
...
* changes:
Add QUANT8_ASYMM_SIGNED support to SELECT op
Add quantization coupling test
Combine test parameters into TestConfig structure
2019-11-26 17:44:27 +00:00
Sarah Chin
b071f8ae53
Set up IRadioConfig 1.3 skeleton
...
Create IRadioConfig, IRadioConfigIndication, IRadioConfigResponse
Create vts for 1.3
Create default implementation for 1.3
Test: run vts -m VtsHalRadioConfigV1_3Target
Bug: 144101226
Change-Id: Ibf92683ca48b4053e86de3fb655ac15ad1e0725d
Merged-In: Ibf92683ca48b4053e86de3fb655ac15ad1e0725d
2019-11-25 16:23:41 -08:00
Malcolm Chen
a164db9e84
Adding HAL API for disabling subscription
...
Bug: 141018421
Test: vts on cuttlefish
Change-Id: I90ded163ddc047916c205513ab77a886ebcc48f7
2019-11-25 16:15:26 -08:00
Sarah Chin
ac9dbf6eb9
Merge "Set up IRadioConfig 1.3 skeleton"
2019-11-25 23:58:50 +00:00
Przemyslaw Szczepaniak
7460d44faf
Merge "Add TENSOR_QUANT8_ASYMM_SIGNED support for activations"
2019-11-25 10:14:15 +00:00
Przemyslaw Szczepaniak
83ad3583b8
Merge "Add TENSOR_QUANT8_ASYMM_SIGNED support for pooling ops"
2019-11-25 10:13:34 +00:00
Treehugger Robot
2264258028
Merge "Add NNAPI 1.3 OperationType"
2019-11-22 22:12:01 +00:00
Sarah Chin
83e3ca82e6
Set up IRadioConfig 1.3 skeleton
...
Create IRadioConfig, IRadioConfigIndication, IRadioConfigResponse
Create vts for 1.3
Create default implementation for 1.3
Test: run vts -m VtsHalRadioConfigV1_3Target
Bug: 144101226
Change-Id: Ibf92683ca48b4053e86de3fb655ac15ad1e0725d
2019-11-22 10:35:29 -08:00
Lev Proleev
3466c78b04
Add TENSOR_QUANT8_ASYMM_SIGNED support for activations
...
Ops updated: RELU, RELU1, RELU6, TANH, LOGISTIC
Change-Id: Id5e7a8c6b30463708bd93dbf6a3f30d05c2bcf40
Fix: 143933951
Fix: 143934720
Fix: 143933831
Fix: 143934770
Fix: 143934743
Test: quantization coupling tests in CTS and VTS
2019-11-21 17:35:30 +00:00
Lev Proleev
e1e4fc9a38
Merge "Add TENSOR_QUANT8_ASYMM_SIGNED support to ADD, MUL and SUB."
2019-11-21 15:27:35 +00:00
Lev Proleev
3f17cc3daa
Add TENSOR_QUANT8_ASYMM_SIGNED support for pooling ops
...
* Update AVERAGE_POOL_2D and MAX_POOL_2D
Bug: 143934716
Bug: 143934303
Test: quantization coupling tests in CTS and VTS
Change-Id: I15f36d6f819c92f96a46c40f9cc1491627644278
2019-11-21 14:39:40 +00:00
Lev Proleev
3683c785f2
Add QUANT8_ASYMM_SIGNED support to SELECT op
...
Also fix repo hook complaining about comment formatting.
Bug: 143935354
Test: NNTest_static and VTS_1_3 with --gtest_filter="*QuantizationCouplingTest*select*"
Change-Id: I1b0d1e987ebccc6700dd172b4222f9996105513d
Merged-In: I1b0d1e987ebccc6700dd172b4222f9996105513d
(cherry picked from commit 04bf939c7a
)
2019-11-21 12:06:36 +00:00
Lev Proleev
3b60d80ff6
Add NNAPI 1.3 OperationType
...
* Add 1.3 OperationType.
* Remove "using V1_2::OperationType" from 1.3 VTS tests.
* Update current.txt
Test: mma
Change-Id: Ieaede9b7a6cecb16dbcc753f347f7ff04c009f20
Merged-In: Ieaede9b7a6cecb16dbcc753f347f7ff04c009f20
(cherry picked from commit 8774f10b76
)
2019-11-21 12:06:27 +00:00
Shawn Willden
0e363cda29
Add Keymaster 4.1 hashes
...
Merging hashes separately to address merge conflict.
Change-Id: I929ddc0b9a02ffac45be67aa04adda2a32f6a85c
Merged-in: If0705662121c91f7f4a5753bba9e2f9a07890686
Test: N/A
2019-11-20 12:14:36 -07:00
Jakub Pawlowski
1e32cdf320
Merge "bluetooth: V1.1" am: 58b3a47b89
am: 57ab4a1db2
...
am: 4fd666d86a
Change-Id: Ice95085e625ffb90db8efb0411fb70437093d41c
2019-11-20 11:05:38 -08:00
Lev Proleev
122bc2c0cc
Add TENSOR_QUANT8_ASYMM_SIGNED support to ADD, MUL and SUB.
...
Bug: 143934463
Bug: 143934627
Bug: 143935040
Test: NNTest_static and 1.3 VTS
Change-Id: I47ffc2c264390f3c6b98aa9567fb47f2c58333fe
2019-11-20 11:15:02 +00:00
Lev Proleev
5c305e52ef
Merge changes from topic "quant_coupling"
...
* changes:
Add QUANT8_ASYMM_SIGNED support to SELECT op
Add quantization coupling test
2019-11-20 10:56:14 +00:00
Jakub Pawlowski
13b4d3150c
bluetooth: V1.1
...
Add ISO
Test: run rootcanal, verify 1.1 HAL can be used
Bug: 144413056
Change-Id: Ic5b33602e1e4ba8e6d16623b9f8c46f674fc476c
2019-11-20 00:47:22 +01:00
Jakub Pawlowski
dead48f5fb
Add hash for media.c2@1.1
...
Bug: 136316504
Change-Id: Ic78f472723e327758985ed1a9e30faabba3ed365
2019-11-19 23:03:30 +01:00
Xusong Wang
1b3f426648
NN HAL: Upgrade IPreparedModel::execute to 1.3.
...
Bug: 143242728
Test: 1.3 VTS with sample driver
Change-Id: I9ca1e28ddc97fe880a72885afe7afb6c93903697
Merged-In: I9ca1e28ddc97fe880a72885afe7afb6c93903697
(cherry picked from commit 62a760c32d
)
2019-11-19 12:18:41 -08:00
Xusong Wang
cc47dffa57
NN HAL: Upgrade IPreparedModelCallback::notify to 1.3.
...
Bug: 143242728
Test: 1.3 VTS with sample driver
Change-Id: I56bc7a2fb179a9576036ad0c2aae0e1f41ec4e2c
Merged-In: I56bc7a2fb179a9576036ad0c2aae0e1f41ec4e2c
(cherry picked from commit 68c3234ad3
)
2019-11-19 12:18:33 -08:00
sqian
db5163ca1b
Fix a mistake in the RSSNR range.
...
Test: build
Bug: 135717625
Change-Id: I2e7db25d6f9abb142f8c113d4f1d9666defe6be4
Merged-In: I2e7db25d6f9abb142f8c113d4f1d9666defe6be4
(cherry picked from commit e3c8d131b9
)
2019-11-18 14:04:13 -08:00
Xusong Wang
ebd88ba8d2
NN HAL: Upgrade IPreparedModel::executeSynchronously to 1.3.
...
Bug: 143242728
Test: 1.3 VTS with sample driver
Change-Id: I4b74e8ac031c5d793cf7e5d66190734949367538
2019-11-18 11:20:37 -08:00
Lev Proleev
04bf939c7a
Add QUANT8_ASYMM_SIGNED support to SELECT op
...
Also fix repo hook complaining about comment formatting.
Bug: 143935354
Test: NNTest_static and VTS_1_3 with --gtest_filter="*QuantizationCouplingTest*select*"
Change-Id: I1b0d1e987ebccc6700dd172b4222f9996105513d
2019-11-18 17:20:55 +00:00
Shuo Qian
e3c8d131b9
Fix a mistake in the RSSNR range.
...
Test: build
Bug: 135717625
Change-Id: I2e7db25d6f9abb142f8c113d4f1d9666defe6be4
2019-11-15 18:55:43 -08:00
sqian
bd4a6f13df
Mark RSSNR in 4G as an optional support, and vendor dependency
...
Test: build
Bug: 135717625
Change-Id: Iaf42797b2d388843778ce5fedbd28861f340ec5c
Merged-In: Iaf42797b2d388843778ce5fedbd28861f340ec5c
(cherry picked from commit 42f01a6477
)
2019-11-15 16:05:27 -08:00
TreeHugger Robot
f96c16cd20
Merge "Mark RSSNR in 4G as an optional support, and vendor dependency"
2019-11-15 23:52:53 +00:00
Shawn Willden
4ffd6b6152
Add hashes for Keymaster 4.1
...
KM4.1 is actually landing in AOSP, but it creates a merge conflict.
This is to deconflict the merge.
Test: N/A
Change-Id: If0705662121c91f7f4a5753bba9e2f9a07890686
2019-11-15 09:11:03 -07:00
Shuo Qian
42f01a6477
Mark RSSNR in 4G as an optional support, and vendor dependency
...
Test: build
Bug: 135717625
Change-Id: Iaf42797b2d388843778ce5fedbd28861f340ec5c
2019-11-14 21:37:09 +00:00
Lev Proleev
1835d68944
Merge "Add NNAPI 1.3 OperationType"
2019-11-13 11:52:15 +00:00
sqian
f1850bf050
Add Signal Strength Threshold HAL for 4G and 5G
...
Test: Build
Bug: 135717625
Change-Id: I324cfd592ca53a12ebe1161f242ae3b9c7fc59a4
Merged-In: I324cfd592ca53a12ebe1161f242ae3b9c7fc59a4
(cherry picked from commit 1f4012f417
)
2019-11-12 18:26:30 -08:00
Shuo Qian
1f4012f417
Add Signal Strength Threshold HAL for 4G and 5G
...
Test: Build
Bug: 135717625
Change-Id: I324cfd592ca53a12ebe1161f242ae3b9c7fc59a4
2019-11-12 14:51:39 -08:00
Lev Proleev
8774f10b76
Add NNAPI 1.3 OperationType
...
* Add 1.3 OperationType.
* Remove "using V1_2::OperationType" from 1.3 VTS tests.
* Update current.txt
Test: mma
Change-Id: Ieaede9b7a6cecb16dbcc753f347f7ff04c009f20
2019-11-11 18:11:50 +00:00
Xusong Wang
cf6a591772
Merge "NN HAL: Upgrade IPreparedModel::execute to 1.3."
2019-11-11 18:01:28 +00:00
TreeHugger Robot
54e9ec9cfa
Merge "vibrator@1.4: remove from current.txt"
2019-11-11 06:42:42 +00:00
Steven Moreland
b14c364004
vibrator@1.4: remove from current.txt
...
Since it is being replaced by an AIDL HAL interface.
Bug: 141828236
Test: N/A
Change-Id: Ie46843cd17540665f0575798ea97355e174a359c
2019-11-10 20:24:46 -08:00
Steven Moreland
5bd756e62e
vibrator@1.4: remove from current.txt
...
Since it is being replaced by an AIDL HAL interface.
Bug: 141828236
Test: N/A
Change-Id: Ie46843cd17540665f0575798ea97355e174a359c
Merged-In: Ie46843cd17540665f0575798ea97355e174a359c
2019-11-10 20:22:34 -08:00
TreeHugger Robot
7f27c06787
Merge "NN HAL: Upgrade IPreparedModelCallback::notify to 1.3."
2019-11-11 01:12:40 +00:00
Sunil Ravi
aabb5ccb26
Merge "Wifi: MBO-OCE feature support (phase 1)"
2019-11-08 22:57:25 +00:00
Sunil Ravi
89157a4baa
Wifi: MBO-OCE feature support (phase 1)
...
1. Added hidl API to return MBO and OCE feature capability.
2. Added hidl API to update the cellular data status.
Bug: 139474288
Test: Manual
Test: VTS test
Change-Id: I4fe1c2ff054f5cc7288e9ed234d29a8ffcca7456
2019-11-08 12:09:19 -08:00
Xusong Wang
62a760c32d
NN HAL: Upgrade IPreparedModel::execute to 1.3.
...
Bug: 143242728
Test: 1.3 VTS with sample driver
Change-Id: I9ca1e28ddc97fe880a72885afe7afb6c93903697
2019-11-07 17:30:56 -08:00
Xusong Wang
68c3234ad3
NN HAL: Upgrade IPreparedModelCallback::notify to 1.3.
...
Bug: 143242728
Test: 1.3 VTS with sample driver
Change-Id: I56bc7a2fb179a9576036ad0c2aae0e1f41ec4e2c
2019-11-07 17:30:43 -08:00
Henry Fang
0ce0f981a7
Add cas@1.2 support
...
Test: Manual
bug: 141783130
Change-Id: I487aa47c13ad1a50831ddbcb3b9b25de9972e5b7
2019-11-07 13:03:11 -08:00
Yifan Hong
953a692aad
Freeze health 2.1 am: 4f73c7a8dd
am: 0877b0cb10
...
am: 7cb94d0d94
Change-Id: I58374f501a2f340f0f36c2a097c35ed0aeac8877
2019-10-31 15:45:42 -07:00