summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Update makefies: no 'types'Steven Moreland2019-03-0498-1260/+0
| | | | | | Bug: 123976090 Test: N/A Change-Id: I30fb04c81889b62775e1b764b965fdb0f893de17
* Updated comment for enableModem().Amit Mahajan2019-03-042-3/+8
| | | | | | Test: build Bug: 124771128 Change-Id: I9ddd679daa9b806b8c8677b9d4ef54dacb40d242
* Adding new APN type for Mission Critical Services.Amit Mahajan2019-03-013-1/+11
| | | | | | Test: build Bug: 124447962 Change-Id: I499c81140d2e4300f5bb81a0815b92f276c9167c
* Merge "Remove update scripts for VTS makefiles."Steven Moreland2019-03-011-6/+0
|\
| * Remove update scripts for VTS makefiles.Steven Moreland2019-02-281-6/+0
| | | | | | | | | | | | | | | | | | | | These are automatically included as part of hidl_interface and no longer need to be checked in. Bug: 117348839 Test: manual Change-Id: If07460e1b88c5929e23256c30ddb332ee64e9c3d Merged-In: If07460e1b88c5929e23256c30ddb332ee64e9c3d
* | [composer] Remove implication.Peiyong Lin2019-02-282-3/+4
| | | | | | | | | | | | | | | | | | | | | | | | The spec of setLayerDataspace never specifies the types of layer it should be call on, however, the spec has the implication that this method will only work for layers with buffer, which is mis-leading. This patch changes the wording of setLayerDataspace spec, removes the implication. Note that this change won't break backward compatability. BUG: 126713799 Test: N/A Change-Id: I97f22469897cb687dcb64a3d419bcb48a3668e5a
* | Merge "Add vts tests on CBRS related HAL APIs"Xiangyu/Malcolm Chen2019-02-285-1/+127
|\ \
| * | Add vts tests on CBRS related HAL APIsMalcolm Chen2019-02-285-1/+127
| | | | | | | | | | | | | | | | | | | | | Bug: 121345298 Test: vts Change-Id: I011f052fdaa07dcd571d2357865486c7708f797a Merged-In: I011f052fdaa07dcd571d2357865486c7708f797a
* | | Merge "Fix doc on getModemStackStatus"Treehugger Robot2019-02-282-8/+5
|\ \ \
| * | | Fix doc on getModemStackStatusNazanin Bakhshi2019-02-272-8/+5
| |/ / | | | | | | | | | | | | | | | | | | | | | Bug: 123958093 Test: build Change-Id: I9ed735df7acd704144f3d399b09f80973e6ff4ab Merged-In: I9ed735df7acd704144f3d399b09f80973e6ff4ab (cherry picked from commit 68eef0850c6ac64e2c1cd691c1711bdfc685d286)
* / / Add VTS for get/setPreferredNetworkBitmapPengquan Meng2019-02-273-3/+55
|/ / | | | | | | | | | | Bug: 121345980 Test: make vts -j32 Change-Id: I94b48f974e7244e1acbace26af8c00e05bee28e1
* / Add vts for getSignalStrength_1_4paulye2019-02-261-0/+20
|/ | | | | | Test: VTS Bug: 124013054 Change-Id: Ia23391970d2c333b128ab8d2990d231e62748789
* Audio HAL: add address documentationKevin Rocard2019-02-262-3/+5
| | | | | | Test: compile Change-Id: I108d512cf3381c5b87c76d152252050d309e46a6 Signed-off-by: Kevin Rocard <krocard@google.com>
* Make audio HAL consistent.Steven Moreland2019-02-268-25/+84
| | | | | | | Bug: 124459302 Test: hidl-gen -Lcheck ... Change-Id: I319fb00ef3a2da3944094228d4801bd9f88c16bb Merged-In: Ie125d9bb014ee747ce56a59feaca577ab2d9e96c
* Modify the documentation of 'Routing'sqian2019-02-252-6/+8
| | | | | | Bug: 121047189 Test: Treehugger Change-Id: If2c22916062f7f0dbaa0b98185660f3d33bc254a
* Merge "power.stats: Specifying opaqueness of some members"Treehugger Robot2019-02-252-5/+5
|\
| * power.stats: Specifying opaqueness of some membersBenjamin Schwartz2019-02-222-5/+5
| | | | | | | | | | | | | | | | | | | | | | subsysName, railName, powerEntityName, and powerEntityStateName are all opaque to the Android framework. Emphasizing the opaque nature of these members in the HAL definition will help developers more quickly understand the intent of the interface. Bug: 125380339 Test: make Change-Id: I42ed1f3cc928726ae146b6be849947b631ae48e6
* | Add vts tests for start network scan 1.4.paulye2019-02-211-0/+344
|/ | | | | | Bug: 122730115 Test: vts Change-Id: If04c5b8c2d2c7d5239805ef65df577f7d4dea61b
* Adds TENSOR_QUANT8_SYMM support to test infrastructureLev Proleev2019-02-211-1/+2
| | | | | | | | | | | This is needed to be able to test DEQUANTIZE after adding TENSOR_QUANT8_SYMM support. Test: NeuralNetworksTest_static Test: VtsHalNeuralnetworksV1_2TargetTest Change-Id: Iba9b286df70919d7b67cd77c91e625a044bd686c Merged-In: Iba9b286df70919d7b67cd77c91e625a044bd686c (cherry picked from commit bf26a9e3d7cfb904075c2d6ac1d622ab89b5bc11)
* Merge "Add setupDataCall_1_4 VTS test case"Paul Hu2019-02-211-1/+56
|\
| * Add setupDataCall_1_4 VTS test casepaulhu2019-02-201-1/+56
| | | | | | | | | | | | | | | | Add a test case for testing setupDataCall_1_4 of radio 1.4 Test: Compilation Bug: 121348900 Change-Id: I0055a6492f1e111444391ffa67b0db2c5d29da1f
* | Merge "Add presubmit tests to NNAPI -- hardware/interfaces/neuralnetworks"Michael Butler2019-02-207-8/+99
|\ \
| * | Add presubmit tests to NNAPI -- hardware/interfaces/neuralnetworksMichael Butler2019-02-197-8/+99
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This CL creates a new suite of tests to enable presubmit tests: * PresubmitHalNeuralnetworksV1_0TargetTest * PresubmitHalNeuralnetworksV1_1TargetTest * PresubmitHalNeuralnetworksV1_2TargetTest These tests are the same as the VTS tests, with the exception that they will skip running all tests (but still pass) if the service cannot be found and its name starts with "service-". This change does not affect the existing NNAPI VTS tests. Test: mma Test: atest Bug: 124040554 Change-Id: I36a38b66b21fd51d0ca381bb4e05a39266dd353f (cherry picked from commit ed682336975e3899709ecebcdceda3d0f2d2a0dd)
* | | Merge "DO NOT MERGE - Merge PPRL.190205.001 into master"Xin Li2019-02-201-2/+0
|\ \ \
| * \ \ DO NOT MERGE - Merge PPRL.190205.001 into masterXin Li2019-02-181-2/+0
| |\ \ \ | | | | | | | | | | | | | | | | | | | | Bug: 124234733 Change-Id: Id802777a54701534cc747ebecf5b1f1b79c132be
| | * \ \ Pretty-print ErrorStatus and DeviceStatus test failure logsMichael Butler2019-02-156-24/+42
| | |\ \ \ | | |/ / / | |/| | | | | | | | | | | | | | | | | | am: 857142085f Change-Id: Idea7fe34048c5b84f779ef5eebfc334fead37a0c
| | * | | Merge "Increate testcase timeout for VtsHalHealthStorageV1_0TargetTest"Hridya Valsaraju2019-02-151-6/+3
| | |\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | am: 3a4601ba48 Change-Id: I225726c4d9979024603a16ed5cdfd8f4fd040ffa
| | * \ \ \ Modify several 1.2 nn operation specs.Xusong Wang2019-02-142-10/+57
| | |\ \ \ \ | | | | |_|/ | | | |/| | | | | | | | | | | | | | | | | | | | am: 3ee1f4a333 Change-Id: I2f86409729979909d0299bc1ffc1c40cab15408b
| | * | | | Merge "Add VTS for emergencyDial"Shuo Qian2019-02-143-7/+87
| | |\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | am: ac077becfd Change-Id: I5f31028ec7f59a491082475f6620f3f52032c616
| | * \ \ \ \ Remove tmp directory after CompilationCachingTest if cache not supported.Xusong Wang2019-02-141-10/+26
| | |\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | am: 6824cc1e64 Change-Id: I2f119007890c1e264f92c454cb8856b0d38b0ba8
| | * \ \ \ \ \ Added missing ASSERT_NE.Herv Guihot2019-02-141-0/+1
| | |\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | am: ac7ac525b2 Change-Id: I1cd8565bd756a6f518af0711294405f6f0b63aea
| | * \ \ \ \ \ \ Fix the usage of GTEST_SKIPMiao Wang2019-02-131-1/+4
| | |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | am: 6e06a5ce41 Change-Id: Ib0b31d572ac4d9bf6770c574630dae64e9ab386c
| | * \ \ \ \ \ \ \ Merge "Freeze HALs for Android Q"Steven Moreland2019-02-131-0/+37
| | |\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | am: 3c27166505 Change-Id: Iebf22867079dea39513769c90cd618cf92336965
| | * \ \ \ \ \ \ \ \ Fix VTS tests.Lev Proleev2019-02-131-2/+32
| | |\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | am: dce38f1364 Change-Id: I374b7b665526dd7b2a02fbcb36e66907fb9529b4
| | * \ \ \ \ \ \ \ \ \ neuralnetworks: Update makefiles.Steven Moreland2019-02-121-0/+1
| | |\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | am: e694cb2dad Change-Id: I25be410843c9a3194340688d13a94a73ab206bd1
| | * \ \ \ \ \ \ \ \ \ \ Merge "Sync docs between NeuralNetworks.h and HAL file"Steven Moreland2019-02-121-15/+4274
| | |\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | am: 11c5c3a4a2 Change-Id: I2b857cb3375402fefd6df56e186a1bd7525d8692
| | * \ \ \ \ \ \ \ \ \ \ \ Merge "update OWNERS for vts related projects"Guang Zhu2019-02-121-0/+1
| | |\ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | am: 5b27c23298 Change-Id: Iccaaf0fe270b418cef2a320a86c9ac4cb17cd6a2
| | * \ \ \ \ \ \ \ \ \ \ \ \ Merge "Add NR Cell Identity to CellIdentityNr"Nathan Harold2019-02-121-2/+12
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | am: 2db4a029a8 Change-Id: Ic1dda29a9b69630672eba78ced9885df33322bde
| | * \ \ \ \ \ \ \ \ \ \ \ \ \ Documentation updates to camera HAL interfaces.Jayant Chowdhary2019-02-126-11/+17
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | am: 48f3952ffc Change-Id: Ie058b9f3d7ce531363a848d3319ccf95b64bd3c8
| | * \ \ \ \ \ \ \ \ \ \ \ \ \ \ Deprecate OEM types in NNAPISlava Shklyaev2019-02-122-4/+15
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | am: 7081726008 Change-Id: I5b459d312b8c297abaefd4524041180f842660f1
| | * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ Update NNAPI Extensions documentationSlava Shklyaev2019-02-121-1/+1
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | am: e94dc72150 Change-Id: I9b7254ff09c53fe8c8c80afbb79f6ebd97ddd4c3
| | * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ Added TENSOR_QUANT8_SYMM type.Herv Guihot2019-02-112-2/+17
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | am: 86a9fa0900 Change-Id: I1ad094b24f79440c277f53c2f002ea6dc9a25b10
| | * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ Add new OperandType TENSOR_QUANT16_ASYMM.Xusong Wang2019-02-111-0/+5
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | am: cf6a9111cc Change-Id: I37cc329995ec116853cf99f7e09460e83c91c506
| | * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ Add VTS tests for NNAPI compilation caching.Xusong Wang2019-02-1111-112/+783
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | am: 96e68dc8e0 Change-Id: If2c8d1fd88ab92c8ec6dfe8fb5ab73f59d9b4e01
| | * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ Add getSupportedExtensions to NNAPI IDeviceSlava Shklyaev2019-02-112-0/+32
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | am: c9ff099c01 Change-Id: I4ac95ad431703cda1d8ca44bb7ac77b27ba2ca6b
| | * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ Define NNAPI Extensions typesSlava Shklyaev2019-02-111-26/+130
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | am: bbcdc42abb Change-Id: Ia6b121a5a29b64955008a91a5e665e76a9eded9b
| | * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ DO NOT MERGE - Merge pi-platform-release (PPRL.190205.001) into ↵Xin Li2019-02-110-0/+0
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | stage-aosp-master Bug: 124234733 Change-Id: I9423eaccaf28fd94eb295fee4749fa3109c7d4aa
| | | * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ Snap for 5180536 from 412352b37accb6e8f3684aae162b82e1a6a2d528 to ↵android-build-team Robot2019-02-097-62/+185
| | | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | pi-platform-release Change-Id: I378cf141149edc38d0e65749085821427b973578
| | | | * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ Snap for 5087486 from 5ef198aa6e7bea74ad373f1ba2e561373c5ee8f7 to ↵android-9.0.0_r35android-9.0.0_r34android-9.0.0_r33android-9.0.0_r32android-9.0.0_r31pie-qpr2-releaseandroid-build-team Robot2018-10-241-6/+6
| | | | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | pi-qpr2-release Change-Id: Ic86f880a88c99eec11fccfe16aad151566e5e0a0
| | | | | * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ graphics: composer@2.2 does not require mapper@2.1Chia-I Wu2018-10-191-6/+6
| | | | | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | am: 0eafa742c6 Change-Id: I825b5abe31dc8de0c16c1348a6b679de228664e4