summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Enable bluetooth sim for emualtor targetandroid-mainline-10.0.0_r4android10-qpr1-mainline-releaseandroid10-mainline-media-releaseCalvin Huang2019-08-204-1/+27
| | | | | | Bug: 135452847 Test: System should not crash Change-Id: I34d088df9f572b4299b71b5260d2ea423689a0fb
* Added screen information to emulator audioOscar Azucena2019-06-051-0/+6
|\ | | | | | | | | | | am: a06ecd19c4 Change-Id: Ic11fa92bf21395cf46b7353c65f6c6e1d644cf0c
| * Added screen information to emulator audioandroid10-devOscar Azucena2019-06-031-0/+6
| | | | | | | | | | | | | | | | | | Added display info to emulator audio_polic_configuration.xml. This enables multizone audio support for display in emulator. Bug: 134104943 Test: Tested using emulator and kitchensink app. Change-Id: I89f219ab4ec9be0892f86078c6d6d7815c4e144f
* | Combine manifest and car_emulator_manifest.xml. Cleanup car.mk.Nicholas Sauer2019-05-294-262/+48
|\| | | | | | | | | | | am: c2757e9bbb Change-Id: I11c362fdf3cf71e42e88711bc81286d380f5ab8a
| * Combine manifest and car_emulator_manifest.xml. Cleanup car.mk.Nicholas Sauer2019-05-284-262/+48
| | | | | | | | | | | | | | | | bug: 133807382 Test: lunch gcar && m && emulator lunch aosp && m && emulator Change-Id: I7ca8100519733c3df0c1d55f4e86001f692e14e2
* | Merge "Update broadcastradio HAL instance names" into qt-devTomasz Wasilczyk2019-05-152-2/+4
|\| | | | | | | | | | | am: f7bd8eeac3 Change-Id: I9640ac955262c58aa2d33229a0b088ddb7acc095
| * Merge "Update broadcastradio HAL instance names" into qt-devTreeHugger Robot2019-05-152-2/+4
|/|
| * Update broadcastradio HAL instance namesTomasz Wasilczyk2019-05-142-2/+4
| | | | | | | | | | | | | | | | | | Bug: 129781689 Bug: 131864200 Bug: 129290324 Test: flash, boot, grep logcat for 'broadcastradio' Change-Id: Ibab6ea2155ea73f80a29f6e851137dfafa50d27f
* | Adding BT mock for car emulatorHayden Gomes2019-05-141-1/+5
|/ | | | | | | | Adding BT support to car emulator using services.sim to mock Bluetooth Bug: 132627197 Test: Built and ran emulator locally to verify Change-Id: Ibaf29461f27d3e535550d6f4d800038bb6846a8e
* Remove incorrectly formatted display tagsHayden Gomes2019-05-131-6/+7
| | | | | | | | | | | The car_audio_configuration format has be updated to expect port=# rather than name=string for display tags. As they are not currently used on the emulator, we are simply removing them to enable things to boot again. Test: make -j and ran emulator to confirm it lauches Bug: 132626851 Change-Id: Ia569776aae98d91188ccf5f6cb528755713f92f8
* Merge "Separates zone audio to different channels in car emulator" into qt-devHongwei Wang2019-04-182-6/+31
|\
| * Separates zone audio to different channels in car emulatorHongwei Wang2019-04-172-6/+31
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - rear seat buses (with "rear" in its address) uses right channel - left channel otherwise This behavior is enabled only if ro.aae.simulateMultiZoneAudio property is turned on. To switch the behavior back and forth during runtime, one has to restart the audioserver as well as car service after changing the value via `adb shell setprop <key> <value>`. The most convenient way would be to enable this flag at boot time as following ``` emulator -prop ro.aae.simulateMultiZoneAudio=true ``` Bug: 120299880 Test: manually on gcar_emu_x86-userdebug emulator Change-Id: I61e542ca621f922dfafe7c5979bd4d13ab2fc57a
* | Adds AUDIO_SOURCE_ECHO_REFERENCE in car emulatorHongwei Wang2019-04-082-2/+9
|/ | | | | | | | | | | | | | | | | | Sample usage ``` final AudioAttributes attributes = new AudioAttributes.Builder() .setUsage(AudioAttributes.USAGE_MEDIA) .setInternalCapturePreset(MediaRecorder.AudioSource.ECHO_REFERENCE) .build(); final AudioRecord record = new AudioRecord.Builder() .setAudioAttributes(attributes) .build(); ``` Bug: 129882605 Test: dumpsys media.audio_policy Change-Id: I72a850aa787599a8f7579cf77899e9b8034f10f0
* Merge master@5406228 into qt-dev. am: c97c424ce0Bill Rassieur2019-04-030-0/+0
|\ | | | | | | | | | | am: 12d0d5c53a Change-Id: I5109cf5bc3e2d6c5283f5751a69cfa53b8775344
| * Merge master@5406228 into qt-dev.Bill Rassieur2019-04-030-0/+0
| |\ | | | | | | | | | | | | | | | am: c97c424ce0 Change-Id: I6f9d463807c01b4b18c83dbd5a102b007874eda6
| | * Merge master@5406228 into qt-dev.Bill Rassieur2019-03-281-6/+0
| | |\ | | | | | | | | | | | | | | | | Change-Id: Ic522343ee57f27706e54fcaaf053e7b3ae04324a BUG: 129345239
* | | | Merge master@5406228 into git_qt-dev-plus-aosp.Bill Rassieur2019-04-030-0/+0
|\| | | | |_|/ |/| | | | | | | | | | | am: 42f3af5978 Change-Id: I9bdefeadb44e848a9b38ffb0968bda967b0fdd4e
| * | Merge master@5406228 into git_qt-dev-plus-aosp.Bill Rassieur2019-03-291-6/+0
| |\ \ | |/ / |/| / | |/ | | Change-Id: I501c6b5a901d6082aaae3ea6657025a47b6ccd5c BUG: 129345239
* / Turning off enterprise features for p.car automotive emulator build.jovanak2019-03-221-6/+0
|/ | | | | | Change-Id: I8293c2e996f77b58d21b4ffa346b97192582faba Fixes: 124382077 Test: verify features are not listed in the build + cts-tradefed run cts-dev -m CtsDevicePolicyManagerTestCases
* [automerger skipped] DO NOT MERGE - Merge pi-dev@5234907 into stage-aosp-masterXin Li2019-02-240-0/+0
|\ | | | | | | | | | | | | am: 62d9bcb2f1 -s ours am skip reason: subject contains skip directive Change-Id: Ib25a5c11f5751e35baf29650330e786d7ea0a6fe
| * DO NOT MERGE - Merge pi-dev@5234907 into stage-aosp-masterandroid-o-mr1-iot-release-1.0.13Xin Li2019-02-200-0/+0
| |\ | | | | | | | | | | | | Bug: 120848293 Change-Id: I59ea243c79b9f9c91da7d9eaf87207e7fdd4c076
* | \ Merge "Adds passpoint feature in emulator"TreeHugger Robot2019-01-291-0/+4
|\ \ \
| * | | Adds passpoint feature in emulatorHongwei Wang2019-01-281-0/+4
| | | | | | | | | | | | | | | | | | | | | | | | Bug: 122910497 Test: lunch gcar_emu_x86-userdebug and launch settings Change-Id: I536ffcab1db2e79de961945206a9021011664fa7
* | | | Enables broadcast radio in Car emulatorHongwei Wang2019-01-282-2/+20
|/ / / | | | | | | | | | | | | | | | | | | | | | Also exposes the FM tuner as an audio input device in emulator. Bug: 118763832 Test: Launch Radio app (with startAudioSource) in emulator Change-Id: I75732a68382f8453bc858da8de2de32417c63d98
* | | Add secure lock screen feature to emulator car.Lenka Trochtova2019-01-231-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | Bug: 111072170 Bug: 111071972 Test: TBD by car team Change-Id: I92acea26d40dee6b9972ab857b3c8d5f4d3c2f6f
* | | Adds multi-zone audio support in emulatorHongwei Wang2019-01-084-0/+105
| | | | | | | | | | | | | | | | | | | | | Test: adb shell dumpsys car_service | grep -A72 CarAudioService Bug: 120299880 Bug: 121273516 Change-Id: I1c95b9c95a2c16b55cce90733e54a47076d6198e
* | | [automerger skipped] DO NOT MERGE am: a096a2ce34 -s ours am: 75273a2706 -s ↵The Android Open Source Project2018-12-060-0/+0
|\ \ \ | | |/ | |/| | | | | | | | | | | | | | | | ours am: d137dee4c8 -s ours Change-Id: I2366e181790e700e20f67e94c469362f61a5e709
| * | [automerger skipped] DO NOT MERGE am: a096a2ce34 -s oursThe Android Open Source Project2018-12-060-0/+0
| |\| | | | | | | | | | | | | | | | am: 75273a2706 -s ours Change-Id: If76901f4930091fbf23acc9b55d9ab44bfdc4a34
| | * [automerger skipped] DO NOT MERGEThe Android Open Source Project2018-12-060-0/+0
| | |\ | | | | | | | | | | | | | | | | | | | | am: a096a2ce34 -s ours Change-Id: Id9f65c5eae11384b6a9f79681a6f55f33b67c493
| | | * DO NOT MERGEandroid-q-preview-6android-q-preview-5android-q-preview-4android-q-preview-2.5android-q-preview-1android-o-mr1-iot-release-1.0.8android-o-mr1-iot-release-1.0.7android-o-mr1-iot-release-1.0.12android-o-mr1-iot-release-1.0.10oreo-mr1-iot-releaseThe Android Open Source Project2018-12-060-0/+0
| | | |\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Merge pie-platform-release (PPRL.181105.017, history only) into master Bug: 118454372 Change-Id: I7d50cf8c92a0e933b421422ccfa02d73af535be0
| | | | * Merge pi-qpr1-release PQ1A.181105.017.A1 to pi-platform-releasepie-platform-releasepie-cuttlefish-testingBill Yi2018-11-287-66/+66
| | | | |\ | | | | | | | | | | | | | | | | | | Change-Id: Ib73c3e054af038a5da24197f2a17550385379ea0
* | | | | | Remove android.software.app_widgets from car_core_hardware.xmlNicholas Sauer2018-11-302-7/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Also updated car.mk to copy xml's to the vendor directory to keep inline with generic. This also allows us to properly override handheld_core_hardware.xml. bug: 115782669 bug: 120208671 Test: lunch gcar_emu-userdebug && m; emulator Change-Id: Icbc738426e86dc571564e282570c5d7ac7478099
* | | | | | Convert IMediaCasService to use vintf_fragments am: f8cad1b1ab am: c10521dd52Peter Kalauskas2018-11-260-0/+0
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | am: 9a938b6668 Change-Id: I3b78ec2ae8da097588077194b5f9a642b91448f2
| * | | | | Convert IMediaCasService to use vintf_fragments am: f8cad1b1abPeter Kalauskas2018-11-261-9/+0
| |\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | am: c10521dd52 Change-Id: I8e0cfc22b237d56b2b59834877de2be6ff2d7822
| | * | | | Convert IMediaCasService to use vintf_fragmentsPeter Kalauskas2018-11-261-9/+0
| | |\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | am: f8cad1b1ab Change-Id: Ie379e098a47f6f1c674c43e455d933a230635fbd
| | | * | | Convert IMediaCasService to use vintf_fragmentsandroid-wear-8.0.0_r2Peter Kalauskas2018-11-201-9/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bug: 119669996 Test: Run cts CtsMediaTestCases Change-Id: Ib906cfaa6d5e1063db71c8b9a29c0404d6166b48
* | | | | | Convert IMediaCasService to use vintf_fragmentsPeter Kalauskas2018-11-161-9/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bug: 119669996 Test: Run cts CtsMediaTestCases Change-Id: Ib906cfaa6d5e1063db71c8b9a29c0404d6166b48
* | | | | | [automerger skipped] Merge pie-platform-release to aosp-master - DO NOT ↵Bill Yi2018-10-240-0/+0
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | MERGE am: fe9be25de2 -s ours am: 422888b2e0 -s ours am: c67e5f6eda -s ours Change-Id: I7b033cebc4ace5650827bc91ee9f0cc36d8274d8
| * | | | | [automerger skipped] Merge pie-platform-release to aosp-master - DO NOT ↵Bill Yi2018-10-240-0/+0
| |\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | MERGE am: fe9be25de2 -s ours am: 422888b2e0 -s ours Change-Id: Id66e45a67aee36295daa031eae4f92906a615b62
| | * | | | [automerger skipped] Merge pie-platform-release to aosp-master - DO NOT MERGEBill Yi2018-10-240-0/+0
| | |\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | am: fe9be25de2 -s ours Change-Id: I0dd1273d9f685e49ed3712d043f0d0b8ae5d3e46
| | | * | | Merge pie-platform-release to aosp-master - DO NOT MERGEandroid-o-mr1-iot-release-smart-display-r9android-o-mr1-iot-release-smart-display-r8android-o-mr1-iot-release-smart-display-r5android-o-mr1-iot-release-smart-display-r4android-o-mr1-iot-release-smart-display-r22android-o-mr1-iot-release-smart-display-r14android-o-mr1-iot-release-smart-clock-r6android-o-mr1-iot-release-smart-clock-r2android-o-mr1-iot-release-smart-clock-fsiandroid-o-mr1-iot-release-smart-clock-fcsBill Yi2018-10-240-0/+0
| | | |\| | | | | | | | | | | | | | | | | | | | Change-Id: Ibe182dcde103480be3d92b275fcbbf40ce664db0
* | | | | | [automerger skipped] Merge pi-platform-release to stage-aosp-master - DO NOT ↵Bill Yi2018-10-240-0/+0
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | MERGE am: 7fcdbd3387 -s ours am: 4d7a633e35 -s ours Change-Id: I16b0dc9a166cb6fbf35da6205c9a8507b00c67a3
| * | | | | [automerger skipped] Merge pi-platform-release to stage-aosp-master - DO NOT ↵Bill Yi2018-10-240-0/+0
| |\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | MERGE am: 7fcdbd3387 -s ours Change-Id: Ia2303ded50b2be3b4c1b635174eaeb8c502aa559
| | * | | | Merge pi-platform-release to stage-aosp-master - DO NOT MERGEBill Yi2018-10-240-0/+0
| | |\ \ \ \ | | | | |/ / | | | |/| | | | | | | | Change-Id: I59fd92bd9b06671ac948d68f0e15727f43afee31
| | | * | | Snap for 4813226 from 6f3ae29a9d8be05b812cbfde5b04c15d9356bf4d to pi-releaseandroid-wear-9.0.0_r9android-wear-9.0.0_r8android-wear-9.0.0_r7android-wear-9.0.0_r6android-wear-9.0.0_r5android-wear-9.0.0_r4android-wear-9.0.0_r3android-wear-9.0.0_r23android-wear-9.0.0_r22android-wear-9.0.0_r21android-wear-9.0.0_r20android-wear-9.0.0_r2android-wear-9.0.0_r19android-wear-9.0.0_r18android-wear-9.0.0_r17android-wear-9.0.0_r16android-wear-9.0.0_r15android-wear-9.0.0_r14android-wear-9.0.0_r13android-wear-9.0.0_r12android-wear-9.0.0_r11android-wear-9.0.0_r10android-wear-9.0.0_r1android-vts-9.0_r9android-vts-9.0_r8android-vts-9.0_r7android-vts-9.0_r6android-vts-9.0_r5android-vts-9.0_r4android-vts-9.0_r14android-vts-9.0_r13android-vts-9.0_r12android-vts-9.0_r11android-vts-9.0_r10android-cts-9.0_r9android-cts-9.0_r8android-cts-9.0_r7android-cts-9.0_r6android-cts-9.0_r5android-cts-9.0_r4android-cts-9.0_r3android-cts-9.0_r2android-cts-9.0_r13android-cts-9.0_r12android-cts-9.0_r11android-cts-9.0_r10android-cts-9.0_r1android-9.0.0_r9android-9.0.0_r8android-9.0.0_r7android-9.0.0_r60android-9.0.0_r6android-9.0.0_r59android-9.0.0_r58android-9.0.0_r57android-9.0.0_r56android-9.0.0_r55android-9.0.0_r54android-9.0.0_r53android-9.0.0_r52android-9.0.0_r51android-9.0.0_r50android-9.0.0_r5android-9.0.0_r49android-9.0.0_r48android-9.0.0_r3android-9.0.0_r2android-9.0.0_r18android-9.0.0_r17android-9.0.0_r10android-9.0.0_r1security-pi-releasepie-vts-releasepie-security-releasepie-s2-releasepie-release-2pie-releasepie-r2-s2-releasepie-r2-s1-releasepie-r2-releasepie-cts-releaseandroid-build-team Robot2018-05-312-8/+26
| | | |\ \ \ | | | | | | | | | | | | | | | | | | | | | Change-Id: I1d50b0f95b8a99b078d8156ac8b2c9fc26542804
| | | * \ \ \ Snap for 4793185 from 4f3ff60465a76c7df3a8c3879605e4fc179c9472 to pi-releaseandroid-build-team Robot2018-05-201-0/+18
| | | |\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: I2b581c488b10a7a9657a7b0383e2c213a512d2c6
| | | * \ \ \ \ Snap for 4787078 from 3c1c2ba566df1d0797ed69b79d14765450239ac9 to pi-releaseandroid-build-team Robot2018-05-171-0/+9
| | | |\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: Icd4be7920f52951f8628615e6980aad02ecae254
| | | * \ \ \ \ \ Snap for 4784261 from 2ec1f93aece05532504235d94e71583561991ec5 to pi-releaseandroid-build-team Robot2018-05-163-15/+12
| | | |\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: I22b589af4155b00709fbc947ba19df823a6d98c2
| | | * \ \ \ \ \ \ Snap for 4781566 from da9dc8837ef43c89910bf0ca1f4544889a98f391 to pi-releaseandroid-build-team Robot2018-05-151-2/+2
| | | |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: Ib6f0516138046d6ba51a9cd1a83ce7425e4e49ba
| | | * \ \ \ \ \ \ \ Snap for 4778776 from 8a1a1c4d8a583ce31e4c7adfe01d14dce6fd9f94 to pi-releaseandroid-build-team Robot2018-05-137-197/+583
| | | |\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: Icb2e7489473a12b974b000960b8795c5c549e015