summaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Collapse)AuthorAgeFilesLines
* Merge "Camera2 tests: Fix incorrect error code check" into mnc-devEino-Ville Talvala2015-07-111-1/+1
|\
| * Camera2 tests: Fix incorrect error code checkEino-Ville Talvala2015-07-101-1/+1
| | | | | | | | | | Bug: 22410279 Change-Id: Iad74e90d148908aafd39878608c10fe03c689b8a
* | Remove out-of-date camera2 native tests.Ruben Brunk2015-07-102-873/+0
|/ | | | | Bug: 22410279 Change-Id: Ib4a39306115e05b8e430bdc8456ad940b3426a8e
* Camera2 tests: Update for framework changesEino-Ville Talvala2015-06-092-13/+13
| | | | Change-Id: I9ac788cfe9a001ef33bdc52a9e8ba0bdcf3ded2c
* Fingerprint: Add an API to get authenticator idSasha Levitskiy2015-04-161-0/+5
| | | | | Change-Id: If45ebc228425eaa43bf9abde934f8bb4e7d97e6c Signed-off-by: Sasha Levitskiy <sanek@google.com>
* Camera: Add HAL module init method.Eino-Ville Talvala2015-04-151-1/+2
| | | | | | | | For use by Camera HAL libraries to perform one-time initialization steps after the library is loaded. Bug: 20016050 Change-Id: Ia01ae0eafcadece9124ac2cfcc3b1c3939352843
* Merge "Change struct offsets tests"Ashutosh Joshi2015-04-141-1/+2
|\
| * Change struct offsets testsAshutosh Joshi2015-04-141-1/+2
| | | | | | | | | | | | | | Change the structure offset tests to account for the addition of a new member in a sensors device structure. Change-Id: I2ef7b82446b09b32f903346bbc9b857a99d80043
* | Clean up FingerprintManager API and make it public.Jim Miller2015-04-111-0/+15
|/ | | | Change-Id: I416dcc42fd70926875cc77e0c2cc958fdfcd9f9d
* Input event hub for evdev input HAL module.Tim Kilbourn2015-03-306-0/+611
| | | | | | | | | InputHub monitors paths for device changes and input events. InputDeviceManager creates InputDevices and routes input events to them. InputDevices currently just log these events during development. InputHost represents a wrapper around the HAL interface. Change-Id: Ic47d574498eb07bcdcd17812a648539fdf1c69d6
* Merge "Update fingerprint.h for new API"Jim Miller2015-03-251-0/+5
|\
| * Update fingerprint.h for new APIJim Miller2015-03-241-0/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | This adds vendor-specific messaging capabilities to the HAL driver to avoid the possibility of vendors clobbering general-purpose methods. The framework translates these additional messages as an offset into a custom message array. Additionally, authenticate() now takes a group id to restrict authentication to a subset of possible fingerprints. Bug 16487912 Change-Id: I8a92a6c86b4729af03a5576b4a150b1c73fbc9cc
* | Camera: update test per interface changeYin-Chia Yeh2015-03-245-9/+9
|/ | | | | | | | | CameraModule does not allow for accessing raw module pointer anymore. Also cleanup some warnings. Bug: 19897963 Change-Id: I111cc093f09f5fb3c4b13693d5d0687e1f441058
* Camera: Fix tests per camera service interface changeYin-Chia Yeh2015-03-162-1/+2
| | | | | | | Also clarify rotation field has no meaning and will always be 0 for a input stream. Change-Id: I0f4343a0bfa7bf09ba887c78a1da1c08daa35333
* Camera tests: Adjust for framework device interface changesEino-Ville Talvala2015-03-092-1/+2
| | | | | | Account for requirement to pass in dataspace in stream creation. Change-Id: Ibc5af912ef4a55b787c70843fc82422977a02c0b
* Replace/rename old HAL graphics formatsEino-Ville Talvala2015-03-063-9/+9
| | | | | | | - Replace RAW_SENSOR with RAW16 - Remove sRGB formats Change-Id: Ic5c44878c638c3d3559495ea5685e10fcc2c39e1
* Separate keymaster0 and keymaster1 HALs.Shawn Willden2015-02-251-8/+8
| | | | | | | | | For now the keymaster1 HAL still includes all of the keymaster0 entry points, and soft_keymaster_device will continue to implement them. In the near future the keymaster0 entry points will be removed, as soon as we can ensure that keystore no longer needs them. Change-Id: I5c54282c12d1c4b8b22ed4929b6e6c724a94ede4
* Camera: modify test per framework interface changeYin-Chia Yeh2015-02-034-18/+18
| | | | | | | Wrap camera_module_t by CameraModule to follow framework interface change. Change-Id: Ief423a1571cf06c7ef80b98b403a33969baf95f6
* am c9832229: am 7b8e44f5: Merge "Remove superfluous OpenSSL include paths."Kenny Root2015-01-261-3/+0
|\ | | | | | | | | * commit 'c98322296c13617c911cc66f4578aa5daf08aadb': Remove superfluous OpenSSL include paths.
| * am 7b8e44f5: Merge "Remove superfluous OpenSSL include paths."Kenny Root2015-01-261-3/+0
| |\ | | | | | | | | | | | | * commit '7b8e44f511fdb5bd2730e29cc88f72305cf7ab16': Remove superfluous OpenSSL include paths.
| | * Remove superfluous OpenSSL include paths.Adam Langley2015-01-221-3/+0
| | | | | | | | | | | | | | | | | | | | | | | | The libcrypto and libssl modules (and their respective static and host versions) use LOCAL_EXPORT_C_INCLUDE_DIRS thus just including the module is sufficient. Change-Id: I9030a3747b8a1f18acd0308746cb2f63d4123f8b
* | | camera_common: add torch mode APIs for flashlightChien-Yu Chen2015-01-151-1/+2
|/ / | | | | | | | | | | | | | | Add torch mode APIs to support flashlight without opening any camera devices. Bug: 2682206 Change-Id: Ida46bb878962caf305f3e97051b15e0465fe8c02
* | am 4f1fe2f5: Merge "Fix build in C++11 mode"Dan Albert2014-12-173-8/+7
|\ \ | |/ | | | | | | * commit '4f1fe2f59889d88ed026596c1841043db7edbc6f': Fix build in C++11 mode
| * Fix build in C++11 modeBernhard Rosenkränzer2014-12-123-8/+7
| | | | | | | | | | | | | | | | | | | | | | | | Fix build in C++11 mode instead of reverting to C++98 mode. (Fixes some constructs that were mistaken for C++11 literals and a use of the std::ostream(NULL) constructor). Building in C++98 mode causes clang to fall over conflicting definitions of char16_t. Change-Id: I66230eeb960f4a894d6c98fe7935ec932569c5a4 Signed-off-by: Bernhard Rosenkränzer <Bernhard.Rosenkranzer@linaro.org>
* | am 58afe329: Merge "Use an older C++ standard."Dan Albert2014-11-201-1/+1
|\ \ | |/ | | | | | | * commit '58afe329533dc60618186f414d945829706ed772': Use an older C++ standard.
| * Use an older C++ standard.Dan Albert2014-11-201-1/+1
| | | | | | | | Bug: 18466763 Change-Id: Ibea0eb2617f13bacca0a662fe4ca88fc8a168cd7
| * am 9f497870: Merge "Don\'t manually link stlport."Dan Albert2014-09-262-19/+2
| |\ | | | | | | | | | | | | * commit '9f4978701783942e836aeab526727458e9cb1492': Don't manually link stlport.
* | \ am e0e834e3: Merge "Add a BufferItem parameter to onFrameAvailable" into ↵Dan Stoza2014-11-073-3/+3
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | lmp-mr1-dev * commit 'e0e834e3fe5561bf87aac7f88faaed39f0937a64': Add a BufferItem parameter to onFrameAvailable
| * \ \ Merge "Add a BufferItem parameter to onFrameAvailable" into lmp-mr1-devDan Stoza2014-11-073-3/+3
| |\ \ \
| | * | | Add a BufferItem parameter to onFrameAvailableDan Stoza2014-11-043-3/+3
| | |/ / | | | | | | | | | | | | | | | | | | | | | | | | | | | | Passes the BufferItem for the queued buffer to the onFrameAvailable callback so the consumer can track the BufferQueue's contents. Bug: 18111837 Change-Id: If9d07229c9b586c668e5f99074e9b63b0468feb0
* | | | am 8d3acf6e: Merge "Camera2/3 HAL test: cleanup deprecated keys" into ↵Yin-Chia Yeh2014-11-076-103/+273
|\ \ \ \ | |/ / / | | | | | | | | | | | | | | | | | | | | lmp-mr1-dev * commit '8d3acf6e6e58c392fcdc4913e49c6b1ded8117c8': Camera2/3 HAL test: cleanup deprecated keys
| * | | Camera2/3 HAL test: cleanup deprecated keysYin-Chia Yeh2014-11-066-103/+273
| |/ / | | | | | | | | | | | | Bug:16877860 Change-Id: I1eddec02cefa39692f63cc54cc40b75f449516a7
* | | am 9f497870: Merge "Don\'t manually link stlport."Dan Albert2014-09-262-19/+2
|\ \ \ | |/ / |/| / | |/ | | * commit '9f4978701783942e836aeab526727458e9cb1492': Don't manually link stlport.
| * Don't manually link stlport.Dan Albert2014-09-262-19/+2
| | | | | | | | Change-Id: Ib5a6e31b3a6dea39b45727a49356fa2838ea77bc
* | Camera2/3 HAL test: Update tet according createStream changeZhijun He2014-08-102-2/+2
| | | | | | | | | | Bug: 14327010 Change-Id: I45d2ab4859ee0cc9273e579254f0569108c748f1
* | Camera2/3 Test: cleanup the testZhijun He2014-08-073-2/+6
| | | | | | | | | | | | | | | | 1. Fix the HAL version check 2. Disable some test temporarily as the deprecated tags were used. Bug: 16855498 Change-Id: I9f9dc285a1085b471d03c5a900cc44dd2a7480c3
* | update struct-offset.cpp test for hwc 1.4Greg Hackmann2014-07-241-1/+2
| | | | | | | | | | Change-Id: I882a1741ad473492d4acc58918a54d944ac382c3 Signed-off-by: Greg Hackmann <ghackmann@google.com>
* | Merge "Added enumeration of legitimate sample rates for input and output." ↵Paul McLean2014-07-151-1/+3
|\ \ | | | | | | | | | into lmp-dev
| * | hwcomposer: Allow display configuration selectionDan Stoza2014-07-141-1/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | Adds two functions to the HWC interface: one for querying the current display configuration, and one for setting a new configuration. This will enable DisplayManager to change the mode on demand. Bug: 14320401 Change-Id: I556c509192b877b38b2103a78f937b3687f35546
* | | Fix warningsGlenn Kasten2014-07-151-1/+1
|/ / | | | | | | Change-Id: I1ba5c871a1cb44df8c383f595cbe6d75fef02aa3
* | update struct-offset.cpp test for camera API 2.3Greg Hackmann2014-06-131-1/+2
| | | | | | | | | | Change-Id: I2f63f9f5e567099ea9d0005317f7a745c5a63ca6 Signed-off-by: Greg Hackmann <ghackmann@google.com>
* | Camera2: Build both 32 and 64 bit test binariesZhijun He2014-05-301-0/+3
| | | | | | | | Change-Id: I6efd201a52bb546efa59ff0a5178a25a040654b4
* | update struct-offset.cpp test for gralloc API 0.3Greg Hackmann2014-05-121-1/+4
| | | | | | | | | | Change-Id: I6509ea0fda3a3d9b4aea83c5342a491993dc9c26 Signed-off-by: Greg Hackmann <ghackmann@google.com>
* | Merge "Define new wake_up sensors in sensors.h"Aravind Akella2014-04-241-0/+7
|\ \
| * | Define new wake_up sensors in sensors.hAravind Akella2014-04-231-0/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | i) Define WAKE_UP sensors. ii) Deprecate flags DRY_RUN and WAKE_UPON_FIFO_FULL. iii) Define maxDelay and isWakeUpSensor flag in sensor_t. Bug: 13251067 Change-Id: Ic474d90d05459b06e93094856423f6645b4bf58e
* | | Merge "Hardware: Fingerprint: Move the HAL to an async model, add some ↵Sasha Levitskiy2014-04-221-5/+5
|\ \ \ | |/ / |/| | | | | vendor requested functionality."
| * | Hardware: Fingerprint: Move the HAL to an async model, add some vendor ↵Sasha Levitskiy2014-04-221-5/+5
| | | | | | | | | | | | | | | | | | | | | requested functionality. Change-Id: Ib99e3edb99579ac4495918eb57d1022d75dccb57 Signed-off-by: Sasha Levitskiy <sanek@google.com>
* | | Camera2: Tests: 64-bit warning fixitSasha Levitskiy2014-04-212-14/+16
|/ / | | | | | | | | Change-Id: Idb761d2bfd8f07838a194f986f7c0a06429f4049 Signed-off-by: Sasha Levitskiy <sanek@google.com>
* | Merge "Remove offset checks for reserved fields in sensor_t and ↵Aravind Akella2014-04-111-2/+0
|\ \ | | | | | | | | | sensors_event_t."
| * | Remove offset checks for reserved fields in sensor_t and sensors_event_t.Aravind Akella2014-04-111-2/+0
| | | | | | | | | | | | | | | | | | This reverts commit ea676f9ae6757018110532f424fa15df6704be0e. Change-Id: I4c69b46f20fa3505e062363643711991e65d6cb4