summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2013-01-30am 4c645d0a: Camera2: Fix metadata symbols: DO NOT MERGEtools_r22jb-mr1.1-dev-plus-aospIgor Murashkin
# Via Igor Murashkin * commit '4c645d0a9bd4721fe65f1c2264fed7a5830428a2': Camera2: Fix metadata symbols: DO NOT MERGE
2013-01-30am 803a8c76: Revert "Camera2: Tests: Future-alias select metadata symbols: ↵Igor Murashkin
DO NOT MERGE": DO NOT MERGE # Via Igor Murashkin * commit '803a8c76c532f1548425fc1a3d3d9d04554b29f3': Revert "Camera2: Tests: Future-alias select metadata symbols: DO NOT MERGE": DO NOT MERGE
2013-01-30Camera2: Fix metadata symbols: DO NOT MERGEIgor Murashkin
Change-Id: I5d7c8416b8ed8effca699aa9e51068f5678927ea
2013-01-30Revert "Camera2: Tests: Future-alias select metadata symbols: DO NOT MERGE": ↵Igor Murashkin
DO NOT MERGE This reverts commit 4ac84a428d05ce7963f201df7ca308acb88fd8d8.
2013-01-14am af05c912: am a8c06116: Merge "Remove remnants of HWC 0.x"Jesse Hall
* commit 'af05c912e1afa1f7d7b3f4b1d8b3034427abc37b': Remove remnants of HWC 0.x
2013-01-14am a8c06116: Merge "Remove remnants of HWC 0.x"Jesse Hall
* commit 'a8c061169752cbaf335a35e49568b7fe7d7e83cd': Remove remnants of HWC 0.x
2013-01-14Merge "Remove remnants of HWC 0.x"jb-mr1-dev-plus-aospJesse Hall
2013-01-10Remove remnants of HWC 0.xJesse Hall
Change-Id: I85f4b95e8db44998abc07686a554d3e802a6a4a9
2013-01-10am 2dc781d2: Camera2: Tests: ModuleTests should not return OK for bad ↵Igor Murashkin
indices: DO NOT MERGE * commit '2dc781d20e8321aada3e8f46f76414c8dd3229da': Camera2: Tests: ModuleTests should not return OK for bad indices: DO NOT MERGE
2013-01-10am 2d3c3e14: Camera2: Tests: Fix Camera2Test to be correct: DO NOT MERGEIgor Murashkin
* commit '2d3c3e145545f0920f38340a8702d39e5ae8a792': Camera2: Tests: Fix Camera2Test to be correct: DO NOT MERGE
2013-01-10am f32c9ea6: Camera2: Tests: Ignore V1 device initialization failures.: DO ↵Igor Murashkin
NOT MERGE * commit 'f32c9ea6dfa86904fff4935ee0ffe989c4297b39': Camera2: Tests: Ignore V1 device initialization failures.: DO NOT MERGE
2013-01-10am 1f51808a: Camera2: Tests: Fix CameraFrameTests to pass instead of failing ↵Igor Murashkin
and hanging.: DO NOT MERGE * commit '1f51808ad12e52b44097b4bbe0cfb454ed21687f': Camera2: Tests: Fix CameraFrameTests to pass instead of failing and hanging.: DO NOT MERGE
2013-01-10am d8875030: Camera2: Tests: Release streams after HAL is unloaded: DO NOT MERGEIgor Murashkin
* commit 'd887503095926eadfefefdc07fcedaff51e4f07d': Camera2: Tests: Release streams after HAL is unloaded: DO NOT MERGE
2013-01-10am 2a5c0e2a: Camera2: Tests: Skip stream tests /w formats that are not ↵Igor Murashkin
available.: DO NOT MERGE * commit '2a5c0e2a466fe5252cd12c0199d4868efcc83264': Camera2: Tests: Skip stream tests /w formats that are not available.: DO NOT MERGE
2013-01-10am ff4d762c: Camera2: Tests: Add CLI arguments for disabling forking and ↵Igor Murashkin
changing camera ID: DO NOT MERGE * commit 'ff4d762c34e2f785a01f7d2253d746d0bcdc7aa4': Camera2: Tests: Add CLI arguments for disabling forking and changing camera ID: DO NOT MERGE
2013-01-10am afdd2b62: Camera2: Add a test for bursting 10 frames at a time /w manual ↵Igor Murashkin
exp controls: DO NOT MERGE * commit 'afdd2b621140f90c2df1a161ed36e42caa2d26da': Camera2: Add a test for bursting 10 frames at a time /w manual exp controls: DO NOT MERGE
2013-01-10am 4ac84a42: Camera2: Tests: Future-alias select metadata symbols: DO NOT MERGEIgor Murashkin
* commit '4ac84a428d05ce7963f201df7ca308acb88fd8d8': Camera2: Tests: Future-alias select metadata symbols: DO NOT MERGE
2013-01-10am 919cf643: Camera2: Tests -- Fork each test before executing it: DO NOT MERGEIgor Murashkin
* commit '919cf643730fe7aacbbbaf014f2dfbf47521ecfa': Camera2: Tests -- Fork each test before executing it: DO NOT MERGE
2013-01-10am 7e38f5fa: Camera2: Automated tests for testing HAL2.0 interface: DO NOT MERGEIgor Murashkin
* commit '7e38f5faac9a8404bd13ea02cf136f1a69443715': Camera2: Automated tests for testing HAL2.0 interface: DO NOT MERGE
2013-01-10Camera2: Tests: ModuleTests should not return OK for bad indices: DO NOT MERGEIgor Murashkin
Change-Id: Ie2a0558104c13fe881d90ababf66a54f810f12aa
2013-01-10Camera2: Tests: Fix Camera2Test to be correct: DO NOT MERGEIgor Murashkin
- Requests were missing control type (capture vs reprocess) - Not waiting for streams to be drained before disconnecting (sporadic fails) Change-Id: Icaf88287344e98138b22afcd14b9f1878cdffa47
2013-01-10Camera2: Tests: Ignore V1 device initialization failures.: DO NOT MERGEIgor Murashkin
This allows CameraModuleTests.LoadModule and GetCameraInfo to pass. Change-Id: I0489ef996b5caf3e97bb71ef8c2502b0ee4d7ec3
2013-01-10Camera2: Tests: Fix CameraFrameTests to pass instead of failing and ↵Igor Murashkin
hanging.: DO NOT MERGE Producer would wait for buffers to be released so it could dequeue into them. Since the test never acquired/released buffers, it would run out, and then the HAL would deadlock when trying to shutdown since the producing thread would never finish. Change-Id: I123f36d87a2e72a2c42d942c975c02b8bd3f9f1a
2013-01-10Camera2: Tests: Release streams after HAL is unloaded: DO NOT MERGEIgor Murashkin
This fixes a segfault in the HAL where it was trying to write to a locked buffer that disappeared from underneath it. Any users of CameraModuleFixture should now call SetUp/TearDown explicitly. Other classes remain unchanged until we need a custom TearDown order for them. Change-Id: Ia2dc3ac3e2497d9ede9b580f6e10cf9ec646bdab
2013-01-10Camera2: Tests: Skip stream tests /w formats that are not available.: DO NOT ↵Igor Murashkin
MERGE Change-Id: I0c0d6c639ee3b0fe625d0888cca4486da9e2bb98
2013-01-10Camera2: Tests: Add CLI arguments for disabling forking and changing camera ↵Igor Murashkin
ID: DO NOT MERGE Change-Id: I3c9133f74ef88dfdf10eb2c28760fc4acba8eb2f
2013-01-10Camera2: Add a test for bursting 10 frames at a time /w manual exp controls: ↵Igor Murashkin
DO NOT MERGE Change-Id: Ib7c706a0d1f2d917d01397efe55b7e45035cb252
2013-01-10Camera2: Tests: Future-alias select metadata symbols: DO NOT MERGEIgor Murashkin
Change-Id: I4010311d32a9c57790653b6c4ef0f51bfe24f853
2013-01-10Camera2: Tests -- Fork each test before executing it: DO NOT MERGEIgor Murashkin
Use CAMERA2_TEST_FORKING_DISABLED=1 environment variable to override this behavior (e.g. when wanting to attach gdb to the test app). Change-Id: I3696243825901e5c7a7e4d0515831e76ae47ef4f
2013-01-10Camera2: Automated tests for testing HAL2.0 interface: DO NOT MERGEIgor Murashkin
Change-Id: If5c922a0c0139b90c4781f022d80f7b9a0932e9e
2012-12-04am e847651d: Merge "All tests should fail immediate to avoid SEGV"Kenny Root
* commit 'e847651d45a1dd76004145d35346806acc6ef403': All tests should fail immediate to avoid SEGV
2012-12-04Merge "All tests should fail immediate to avoid SEGV"Kenny Root
2012-12-04All tests should fail immediate to avoid SEGVKenny Root
Change-Id: I7ec2861c079357b708cb6242f0171672afd55e02
2012-11-20am 48697f6d: Fix HWC documentation.Mathias Agopian
* commit '48697f6dc249d1238243677de77d3a0eb6a17b3f': Fix HWC documentation.
2012-11-20Fix HWC documentation.android-cts-4.2_r2android-4.2.2_r1.2android-4.2.2_r1.1android-4.2.2_r1jb-mr1.1-releaseMathias Agopian
Specify more clearly the behavior of compositionType and hints. Change-Id: I9abdccedd904b2fba783381bf9e2f8975ede8d67
2012-11-06am bdcf8251: Reconcile with jb-mr1-factory-release jb-mr1-release - do not mergeThe Android Open Source Project
* commit 'bdcf82513c64690ee0de6a791fdf07b005ebd43d':
2012-11-06Reconcile with jb-mr1-factory-release jb-mr1-release - do not mergeThe Android Open Source Project
Change-Id: Ibadcd642e060d8b828b13f7c748f0dfddf751906
2012-11-01Reconcile with jb-mr1-release - do not mergeThe Android Open Source Project
Change-Id: Ieb5a478a87c7f3a3bb38e588c92e6768c047bb29
2012-10-31merge in jb-mr1-release history after reset to jb-mr1-devandroid-cts-4.2_r1android-4.2_r1android-4.2.1_r1.2android-4.2.1_r1.1android-4.2.1_r1jb-mr1-releaseThe Android Automerger
2012-10-31am 90b0fbd1: Shutdown audio pipe when closing input streamJean-Michel Trivi
* commit '90b0fbd13f97127e29ea565c09b64cc25ab6e9c9': Shutdown audio pipe when closing input stream
2012-10-30Shutdown audio pipe when closing input streamandroid-sdk-support_r11Jean-Michel Trivi
Writing to the audio pipe for the remote submix is blocking, unless the audio output pipe is in shutdown mode. The playback thread could stay blocked on the write if the input stream has already been closed. The change consists in shutting down the pipe also when the input stream gets closed. When the pipe is in this state, simulate timing in the write operation so we don't drain the output faster than realtime. Bug 7424646 Change-Id: I5feb3be642b0ee7eef10dee0141308684ee9c811
2012-10-12Reconcile with jb-mr1-factory-release - do not mergeThe Android Open Source Project
Change-Id: Ic82b52d2ef117f9c7820c88a8e44b81b25766f80
2012-10-11merge in jb-mr1-factory-release history after reset to jb-mr1-devThe Android Automerger
2012-10-11Reconcile with jb-mr1-release - do not mergeThe Android Open Source Project
Change-Id: I385ce51e37f3116c03d7de78036f4ed7ad883641
2012-10-11merge in jb-mr1-release history after reset to jb-mr1-devThe Android Automerger
2012-10-10am 20c7f50c: Support querying active record sourcesJean-Michel Trivi
* commit '20c7f50cd5d60ee7d76f2f502866187992e7675b': Support querying active record sources
2012-10-10Support querying active record sourcesJean-Michel Trivi
Add support for querying whether there is currently a recording underway from the specified audio source. Bug 7314859 Change-Id: I270f27eff4dcf1cc179089859a4c690140825ad1
2012-10-10Reconcile with jb-mr1-factory-release jb-mr1-release - do not mergeThe Android Open Source Project
Change-Id: Ib081b6a0369bd5a597e53ee3a5551f5a63b67939
2012-10-10merge in jb-mr1-factory-release history after reset to jb-mr1-devThe Android Automerger
2012-10-10merge in jb-mr1-release history after reset to jb-mr1-devThe Android Automerger