platform_hardware_interfaces/camera
Chih-Hung Hsieh 7eb57b60ab Remove unused lambda capture
New clang compiler gives warning to unused lambda captures.
Apply clang-format.

Bug: 37423073
Test: Build

Change-Id: Icdf019df1a6c9dcadeb35551377d7afa09eebb3e
2017-05-15 14:02:45 -07:00
..
common Update makefiles for c++-sources and c++-headers. (2/2) am: bc71124120 2017-05-11 01:38:14 +00:00
device Update makefiles for c++-sources and c++-headers. (2/2) 2017-05-11 00:48:55 +00:00
metadata Update makefiles for c++-sources and c++-headers. (2/2) 2017-05-09 19:58:43 -07:00
provider Remove unused lambda capture 2017-05-15 14:02:45 -07:00
Android.bp Camera: default implementation of device 1.0 2017-03-01 22:24:39 -08:00
README.md Camera: HIDLized camera HALs, first set 2016-12-02 19:43:39 +00:00

Camera HALs


Overview:

The camera.* HAL tree is used by the Android camera service to discover and operate camera devices available on the device.

More details and versioning information can be found within each particular HAL.

More complete information about the Android camera HAL and subsystem can be found at source.android.com.