summaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Collapse)AuthorAgeFilesLines
...
* Revise camera HAL 2, and add unit test skeleton.Eino-Ville Talvala2012-04-112-0/+150
| | | | | | | | | | | | | | | | | | | - Add missing method in stream_ops (set_buffers_geometry) - Remove extra method in stream_ops (set_swap_interval) - Document metadata queue protocol - Change metadata queue methods to be set/get through function calls only, instead of a struct member in the HAL device ops. - Change vendor extension tag query methods to be retrieved by a get call, instead of a struct member in the HAL device ops. - Add basic gtest unit test skeleton, which currently just returns static info from all camera devices. Change-Id: I94117097b0243023ad60638070cc7f0cefec18e6
* Add delete_all to keymaster APIKenny Root2012-03-261-0/+39
| | | | | | | | In order to aid keymasters erase their memory efficiently, introduce new delete_all API to tell keymasters to forget everything. This will be triggered when keystore itself is told to reset. Change-Id: I730375f1f32cd1ea0bf1fa38d5b1bec2f81ba492
* Use frameworks/native copy of UniquePtr.hKenny Root2012-03-222-2/+1
| | | | Change-Id: Idfe46c057699b5f019f84e588bb8a9697e48236c
* Add tests for keymaster APIKenny Root2012-03-192-0/+784
| | | | | | | This adds unit tests for implementors of the keymaster API. It can be compiled and run as a stand-alone executable. Change-Id: Id5bb8f4533b744c254b52e07df66a8d158dfda0d
* improve sensor HAL testMathias Agopian2011-09-181-49/+49
| | | | Change-Id: Id5e22ae2b9cb3bf71ec235a2ec6bb4319d0389da
* Fix sim-eng build.Brian Carlstrom2010-08-241-0/+1
| | | | | | | | Missing a <string.h> header. git cherry-pick -e d0019991 Change-Id: I7a3dc7cb7d2855fde56512b3dcb181a092055497
* Fix build (missing #include).Elliott Hughes2010-08-191-0/+1
| | | | Change-Id: Icafc2289d1320f2cd41e8756363240268780d8b8
* fix the nusensor testMathias Agopian2010-07-201-9/+18
| | | | | | it used the sensor handle instead of the sensor type Change-Id: I8a1bc11826427bde9fb88d6fe88be58e3b8d2397
* new sensor_event_t structure for the new HAL that can handle bigger payloadsMathias Agopian2010-07-191-9/+16
| | | | Change-Id: I8f21e457c308eea9cb1f73b49b1fed36627ec55e
* New sensor HAL and testMathias Agopian2010-07-143-0/+191
| | | | Change-Id: I216e3dd0b2b45829fef7c682774d2cdd8271d4e7
* auto import from //branches/cupcake/...@126645The Android Open Source Project2009-01-152-163/+0
|
* Code drop from //branches/cupcake/...@124589The Android Open Source Project2008-12-172-0/+163