Files
hardware_interfaces/camera
Yin-Chia Yeh 6dc9b53abe Camera: fix open_legacy crash
If the torch callback is fired during CameraProvider
constructor, the sp will cause it being deleted
when the callback returns.

Test: fix the crash
Bug: 35216523
Change-Id: I133d866ed603d6c7e549b57d20a911af7a7e0698
2017-02-09 23:10:57 -08:00
..
2017-02-03 10:03:01 -08:00
2017-02-03 10:03:01 -08:00
2017-02-09 23:10:57 -08:00
2017-01-05 14:48:27 -08: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.