summaryrefslogtreecommitdiffstats
path: root/modules
Commit message (Expand)AuthorAgeFilesLines
* gralloc: make private_handle_t layout consistent on 32/64-bitGreg Hackmann2014-03-031-1/+1
* Move libhardware of <asm/page.h>.Elliott Hughes2014-02-241-5/+1
* AArch64: Calculate private_handle_t's numIntsAshok Bhat2014-02-071-3/+5
* gralloc: fix warningsColin Cross2014-02-054-11/+11
* hardware/libhardware: convert LOCAL_MODULE_PATH to LOCAL_MODULE_RELATIVE_PATHColin Cross2014-01-2412-13/+13
* Vibra: Adapt AOSP (default) vibrator HAL into a hardware module.Vincent Becker2014-01-133-1/+166
* gralloc: delete unused mutex declarationRom Lemarchand2013-11-261-4/+0
* Merge commit 'c9940a2bfe94dbe2ef3bfe5e8692bf4e3cea5ba0' into HEADThe Android Open Source Project2013-11-2215-32/+1345
|\
| * consumer_ir: add array length to get carrier freqAlex Ray2013-09-111-3/+6
| * modules: add demo consumer IR HALAlex Ray2013-09-093-1/+140
| * Merge "Fix file permissions" into klp-devGlenn Kasten2013-08-221-0/+0
| |\
| | * Fix file permissionsGlenn Kasten2013-08-201-0/+0
| * | remote submix: fix test on sampling valid ratesEric Laurent2013-08-221-4/+4
| |/
| * modules: camera: Separate locking for static characteristicsAlex Ray2013-07-262-34/+36
| * get rid of HAL pixelformats 5551 and 4444Mathias Agopian2013-07-261-2/+0
| * Merge "Code changes for offload support in hardware libhardware"Eric Laurent2013-07-251-1/+10
| |\
| | * Code changes for offload support in hardware libhardwareRichard Fitzgerald2013-07-181-1/+10
| * | modules: camera: Fix build break due to metadata changeZhijun He2013-07-181-5/+5
| |/
| * modules: camera: simplify metadata list traversalAlex Ray2013-07-091-3/+1
| * modules: camera: Shutter notify message supportAlex Ray2013-07-092-0/+28
| * modules: camera: make Metadata a delete-able objectAlex Ray2013-07-031-0/+10
| * modules: camera: only wait on valid acquire fenceAlex Ray2013-07-031-8/+11
| * modules: camera: Write back stream parametersAlex Ray2013-07-033-3/+8
| * modules: camera: Fix stream type characterizationAlex Ray2013-07-032-2/+6
| * modules: camera: Dirty metadata objects on updateAlex Ray2013-07-032-14/+41
| * modules: camera: default request templatesAlex Ray2013-07-024-2/+62
| * modules: camera: fix compiler warningsAlex Ray2013-06-282-3/+7
| * modules: camera: add get_camera_info supportAlex Ray2013-06-286-2/+430
| * modules: camera: No-op result submission with requestAlex Ray2013-05-293-1/+58
| * modules: camera: Input buffer reprocessing scaffoldingAlex Ray2013-05-292-0/+37
| * modules: camera: memoize request settings metadataAlex Ray2013-05-292-1/+35
| * modules: camera: Add buffer registration scaffoldAlex Ray2013-05-133-9/+71
| * modules: camera: Add StreamsAlex Ray2013-05-035-4/+364
| * modules: camera: Add scoped trace helperAlex Ray2013-04-292-9/+55
| * modules: camera: remove unused variableAlex Ray2013-04-291-1/+0
| * modules: camera: fix dump log messageAlex Ray2013-04-291-1/+1
* | gralloc: do not use GNU old-style field designatorssynergy dev2013-11-061-20/+20
|/
* Log when creating a second buffer mapping in a processJesse Hall2013-03-282-5/+47
* Remove pid check in register/unregisterJesse Hall2013-03-282-21/+10
* modules: camera: make Camera object id constAlex Ray2013-02-281-1/+1
* modules: camera: Camera v3 DevicesAlex Ray2013-02-274-52/+163
* modules: camera: Update to v2.1 camera module APIAlex Ray2013-02-262-34/+111
* modules: camera: Hide HAL symbols DO NOT MERGEAlex Ray2013-02-262-5/+4
* modules: camera: Add tracingAlex Ray2013-01-032-1/+15
* modules: camera: Defer documenting APIAlex Ray2013-01-031-6/+5
* Use strong pointers and scopeJean-Michel Trivi2012-12-211-51/+46
* Reference Camera v2 HAL ImplementationAlex Ray2012-11-285-1/+329
* Fix buildGlenn Kasten2012-11-021-2/+1
* Shutdown audio pipe when closing input streamJean-Michel Trivi2012-10-301-2/+16
* Merge "NFC HAL: Use a separate callback for data." into jb-mr1-devMartijn Coenen2012-10-011-1/+1
|\