summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Call notify for voiceReg and dataReg VTS testsandroid-wear-9.0.0_r3android-wear-9.0.0_r2android-wear-9.0.0_r1android-cts-9.0_r6android-cts-9.0_r5android-cts-9.0_r4android-cts-9.0_r3android-cts-9.0_r2android-cts-9.0_r1android-9.0.0_r9android-9.0.0_r8android-9.0.0_r7android-9.0.0_r6android-9.0.0_r5android-9.0.0_r3android-9.0.0_r2android-9.0.0_r18android-9.0.0_r17android-9.0.0_r10android-9.0.0_r1pie-releaseEric Schwarzenbach2018-06-261-3/+7
| | | | | | | Bug: 80554443 Test: vts Change-Id: I19f7131f7b65323065f3c283a89668ff761815e3 (cherry picked from commit 2bb626a2975ef3398adbcb12fe50804cf71efc39)
* Add REQUEST_NOT_SUPPORTED for changeIccPinForApp and changeIccPin2ForAppsqian2018-06-261-2/+6
| | | | | | | Bug: 110037298 Test: run vts -m VtsHalRadioV1_0Target Change-Id: Iaba800814c5a6950d086a2f105714d01fdaa14a4 (cherry picked from commit 7470cbd04dbb90ec4a6481d08db54c6a8c5f2efd)
* Fix free() in keymaster VTSHung-ying Tyan2018-06-262-6/+8
| | | | | | | | | | | | The buffer is allocated by OPENSSL_malloc() in X509_NAME_oneline(name, nullptr, 0). Should be reclaimed by OPENSSL_free() instead of free(). The patch is provided by vink.shen@mediatek.corp-partner.google.com Bug: 109708231 Test: build pass Change-Id: I66a864e3e28905eebac2e7d3a4517d4d5aaa39df (cherry picked from commit 79db3ec849c5f1142a0802dccfff6cbef564ff76)
* Merge cherrypicks of [4368877, 4369031, 4369032, 4369033, 4369034, 4368878, ↵android-build-team Robot2018-06-183-44/+203
|\ | | | | | | | | | | 4369035, 4369036, 4369008] into pi-release Change-Id: Ic608620596e708c1aa2b344833883e470877b7d5
| * Respect limited requirements for Strongbox KM implementationsnagendra modadugu2018-06-183-44/+203
|/ | | | | | | | | | | | | With this patch the KM VTS test apply the restricted requirements on supported key sizes, EC curves, and Digests to Strongbox keymaster implementations. Also amend tests to use Update(). Test: Yes it is Bug: 74519020 Change-Id: Ibec9c3398671f81dbc0ecf78e554726276160579 (cherry picked from commit 3a7e2cade3305d59f861c21206b5862de9d05d5c)
* Snap for 4829593 from 2c82288f49d865c516fcd6d83bcd819e28b9a221 to pi-releaseandroid-build-team Robot2018-06-089-37/+47
|\ | | | | | | Change-Id: Ia8edc7df562516015bacd9da24b48fbfa22af410
| * Merge "Fix comments and internal names about SEEK operation." into pi-devTreeHugger Robot2018-06-077-33/+42
| |\
| | * Fix comments and internal names about SEEK operation.Tomasz Wasilczyk2018-06-077-33/+42
| | | | | | | | | | | | | | | | | | | | | | | | | | | Legacy radio HAL named it SCAN and the name slipped through HAL 1.x into HAL 2.0. I finally noticed it after HAL 2.0 was locked down. Bug: 109740376 Test: build ow Change-Id: I5ca4147227a7dd0c32248a279f03fb632d97258e
| * | Merge "secure_element: vts: Fix openBasicChannel and transmit test case" ↵TreeHugger Robot2018-06-071-1/+3
| |\ \ | | | | | | | | | | | | into pi-dev
| | * | secure_element: vts: Fix openBasicChannel and transmit test caseRuchi Kandoi2018-06-071-1/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Status Response for basic channel can be only 2 bytes as well. Update the test to test for 2 or more bytes. Basic Channel if opened successfully should be closed. Transmit test case should specify the channel number in the command. Test: atest VtsHalSecureElementV1_0TargetTest Bug: 109833790 Change-Id: I91c943b4297067f6ae6872efb038f1295f92f5c8 (cherry picked from commit d7700d216f0d854405bb9d99972c79f1af5b1b68)
| * | | Camera: Add only physical ids during multi-camera configurationEmilian Peev2018-06-071-3/+2
| |/ / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Per API specification "physicalCameraId" must not contain any logical camera ids. The test case should only use the physical ids it receives from the camera static metadata. Bug:109874630 Test:run vts --skip-all-system-status-check --skip-preconditions --primary-abi-only --module VtsHalCameraProviderV2_4Target -l INFO Change-Id: I82c5bf44f4572b3a6abdbb3101a11140907b1c9e
* | | Snap for 4826885 from 0be954949ddf098fb9ab28c523b04aceeb575323 to pi-releaseandroid-build-team Robot2018-06-073-5/+51
|\| | | | | | | | | | | Change-Id: I61892e5290c6001f820e20301d5f5a1b10802e93
| * | Merge "Document unspecified dimensions." into pi-devDavid Gross2018-06-062-5/+49
| |\ \
| | * | Document unspecified dimensions.David Gross2018-06-052-5/+49
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Test: mm Bug: 77234888 Bug: 109687058 Change-Id: Ia8928e494d8c712bc9cfb592d67476fde9753f45
| * | | Merge "Camera: Avoid Metadata re-allocation during shrinkCaptureResult" into ↵TreeHugger Robot2018-06-061-0/+2
| |\ \ \ | | | | | | | | | | | | | | | pi-dev
| | * | | Camera: Avoid Metadata re-allocation during shrinkCaptureResultShuzhen Wang2018-06-061-0/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | If capture result metadata is to be shrinked, reserve enough space so that CameraMetadata isn't re-allocated when std::vector expands. If vector expansion happens, CameraMetadata is re-allocated, causing camera_metadata_t being re-allocated as well. Test: Camera CTS Bug: 109672123 Change-Id: Idaf5bf409bdbbccf617614edc96c0478260b4c30
* | | | | Snap for 4824048 from 308d390720d0627de06a82e590b9e0359fea2b0a to pi-releaseandroid-build-team Robot2018-06-062-32/+28
|\| | | | | | | | | | | | | | | | | | | Change-Id: I284781eb8db90eb26af8cc663d8a6b3e07b77651
| * | | | Merge "SetColorMode is not available for vendor hwc less than 1.4" into pi-devTreeHugger Robot2018-06-051-11/+13
| |\ \ \ \ | | |/ / / | |/| | |
| | * | | SetColorMode is not available for vendor hwc less than 1.4huans2018-06-011-11/+13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bug: 90510785 Test: VTS VtsHalGraphicsComposerV2_1Target SetColorMode(default) pass Change-Id: Ia295b3ef2f0f433a7e1b5179eb230b8f7c649400
| * | | | Merge "Add initial values for properties" into pi-devSteve Paik2018-06-051-21/+15
| |\ \ \ \ | | |_|_|/ | |/| | |
| | * | | Add initial values for propertiesSteve Paik2018-06-041-21/+15
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Cleanup defaultconfig.h to have proper initial values so that all properties may be tested with EmbeddedKitchenSink. Bug: 109674339 Test: Embedded Kitchen Sink Change-Id: I3007c645b90b0e6805b8d1011c3a8d659eb13d2b
* | | | | Snap for 4821244 from 62fd03d8e64f368fadce4a972ead88404f94b21d to pi-releaseandroid-build-team Robot2018-06-052-10/+10
|\| | | | | | | | | | | | | | | | | | | Change-Id: I971e6cbdb1947bc662f5f57c4e6751c04ae994f1
| * | | | Explicitly unfreeze the Automotive HALsScott Randolph2018-06-042-10/+10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Per discussion with Treble team, keeping HALs unfrozen is suitable for platforms whos functionality is evolving and which do not require hard gaurantees of cross version vendor/system interoperability. Test: build owl Bug: 109674659 Change-Id: Idc2a391b4bd7c2edbf9cdd7fc099b9d4a6fcf95a
* | | | | Snap for 4818534 from 2ae3cb74c7224916fd47dcc1e7c146f1e3d316ee to pi-releaseandroid-build-team Robot2018-06-0310-38/+89
|\| | | | | | | | | | | | | | | | | | | Change-Id: Ia9c3b88885bbadb3ffa7ea6a507ef0e4ea7c4ebf
| * | | | Merge "VtsHalMediaOmx should test functionality only" into pi-devTreeHugger Robot2018-06-025-0/+25
| |\ \ \ \
| | * | | | VtsHalMediaOmx should test functionality onlyRay Essick2018-06-015-0/+25
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The tests insisted on presence of codecs as well as functionality, but the list it reads is a superset of what may be on the device. Modified so that if a codec is not present, we ignore it rather than failing the test. The Vts tests that check OMX Store are being augmented to ensure any advertised codecs are indeed present. Bug: 80029024 Bug: 80530946 Test: vts run VtsHalMediaOmxV1_0Host Change-Id: Icd6d049c5c0d31f47ef3dbda52d6927e38bd894d
| * | | | | Merge "Set lowPowerMode as false in StartAndGetLocations" into pi-devYu-Han Yang2018-06-011-1/+1
| |\ \ \ \ \
| | * | | | | Set lowPowerMode as false in StartAndGetLocationsYu-Han Yang2018-05-311-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bug: 80544245 Change-Id: Icf85e9b8ed433dbdb759b54c4ba7b5e7a21b7a26 Fixes: 80544245 Test: VtsHalGnssV1_1TargetTest --gtest_filter=*Blacklist*
| * | | | | | Merge "Modified tests to account for different directories being used based ↵Joshua Mccloskey2018-05-311-4/+22
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | on different first API levels" into pi-dev
| | * | | | | | Modified tests to account for different directories being used based onjoshmccloskey2018-05-291-4/+22
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | different first API levels Fixes: 80028983 Test: Ran tests on P17 and P18 Change-Id: I2752c5b8e15dc5e3ee386b0079a75b482a21543f
| * | | | | | | Merge "Minor corrections to the Keymaster4 documentation." into pi-devTreeHugger Robot2018-05-313-33/+41
| |\ \ \ \ \ \ \ | | |_|_|/ / / / | |/| | | | | |
| | * | | | | | Minor corrections to the Keymaster4 documentation.Shawn Willden2018-05-303-33/+41
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Gramatical and punctuation corrections; addition of missing userSecureId to AuthorizationList schema and removal of extraneous rollbackResistant from same; correction of OS_PATCHLEVEL source property; and addition of missing TAG_UNLOCKED_DEVICE_REQUIRED documentation. Bug: 69550260 Test: N/A Change-Id: I04092b7df3af69201ba1467cddc09f6f44e861a8
* | | | | | | | Snap for 4813226 from 739c3177ea3228a26ae7a8293158f417d6105dff to pi-releaseandroid-build-team Robot2018-05-316-13/+41
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: I233eb5c00cae6ca95a8c0f987bcee3afe8711248
| * | | | | | | Merge "graphics: COLORIMETRIC is optional for HDR modes" into pi-devTreeHugger Robot2018-05-304-6/+27
| |\ \ \ \ \ \ \ | | |_|_|/ / / / | |/| | | | | |
| | * | | | | | graphics: COLORIMETRIC is optional for HDR modesChia-I Wu2018-05-304-6/+27
| | | |_|/ / / | | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bug: 80030364 Test: VTS Change-Id: I2180f18e8742850f728491887475f16b1cad4791 Merged-In: I2180f18e8742850f728491887475f16b1cad4791
| * | | | | | Merge "Update VTS test to blacklist only non-GPS satellites" into pi-devYu-Han Yang2018-05-302-7/+14
| |\ \ \ \ \ \ | | |_|_|_|/ / | |/| | | | |
| | * | | | | Update VTS test to blacklist only non-GPS satellitesYu-Han Yang2018-05-222-7/+14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bug: 79481978 Change-Id: Ieef04d816448d37ae54c61375db4955d4d3a24d7 Fixes: 79481978 Test: make vts
* | | | | | | Snap for 4810559 from 4f0635a2a9578cb2fb90d345346c4711b69ff139 to pi-releaseandroid-build-team Robot2018-05-301-0/+2
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: I4e5de7566c5088cd548a19fd98c3dac806d1355c
| * | | | | | Merge "audio hal: Add 'interface' declarations for IDeviceFactory into .rc" ↵TreeHugger Robot2018-05-291-0/+2
| |\ \ \ \ \ \ | | |_|/ / / / | |/| | | | | | | | | | | | into pi-dev
| | * | | | | audio hal: Add 'interface' declarations for IDeviceFactory into .rcMikhail Naganov2018-05-251-0/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Declaring the interfaces allows HIDL hwservicemanager to start the HAL service in case it has crashed before audioserver has called 'getService'. Bug: 80227481 Test: use the repro case from the bug Change-Id: Ibb46beb714b3985ab373d56d92da1105cfda28c6
* | | | | | | Snap for 4807121 from a12e7b7847958fd57144ea643fed971543dbf353 to pi-releaseandroid-build-team Robot2018-05-276-7/+72
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: I1e83ed6567ab3b3694884f35b3dfa60f85df79f9
| * | | | | | Merge "confirmationui: explicitly declare only one thread." into pi-devTreeHugger Robot2018-05-251-0/+1
| |\ \ \ \ \ \ | | |_|_|_|/ / | |/| | | | |
| | * | | | | confirmationui: explicitly declare only one thread.Steven Moreland2018-05-251-0/+1
| | | |_|/ / | | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Due to an unclear API, wireless_charger accidentally started two threads. Bug: 80102279 Test: use lshal to verify that the service only has one thread Change-Id: Ic6bdb6ef0025173f4388f0550e00a6b4fc2e21df
| * | | | | Merge "Fix tire pressure sensor property" into pi-devTreeHugger Robot2018-05-252-3/+4
| |\ \ \ \ \
| | * | | | | Fix tire pressure sensor propertySteve Paik2018-05-232-3/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Update comment to remove reference to unused min/max values Bug: 80102628 Test: comments updated Change-Id: I9555ac2e6c274b52e01ce9555e8403b2b94a5036
| * | | | | | Merge "Camera: add FMQ size override logic" into pi-devTreeHugger Robot2018-05-251-4/+21
| |\ \ \ \ \ \ | | |_|_|/ / / | |/| | | | |
| | * | | | | Camera: add FMQ size override logicYin-Chia Yeh2018-05-241-4/+21
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Test: modify FMQ size in device.mk Bug: 80242493 Change-Id: Ie1fb12118ad53c5bbe0cf264bffaafcd3728f8db
| * | | | | | Merge "Fix default keymaster so it doesn't start an extra thread." into pi-devTreeHugger Robot2018-05-241-0/+1
| |\ \ \ \ \ \
| | * | | | | | Fix default keymaster so it doesn't start an extra thread.Shawn Willden2018-05-241-0/+1
| | |/ / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bug: 80102279 Bug: 80251973 Test: N/A; this keymaster exists only for policy compliance. It's never used. Change-Id: I45f0eefd9abdd02f6774aa52f238040510c5d62c
| * | | | | | Add multichannel support am: c678d51bdc am: 5de1ae23f9 am: e0c3d0c3fdPawin Vongmasa2018-05-240-0/+0
| |\ \ \ \ \ \ | | |_|_|/ / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | am: 006436f92f Change-Id: I6aeba2a72185c08a15dc96468bfe6c4c45410d52