aboutsummaryrefslogtreecommitdiff
path: root/camera/z2_plus/CameraDevice.cpp (unfollow)
Commit message (Collapse)Author
2017-10-31z2_plus: Switch to stock aosp camera implementationdd3boh
* With the wrapper this just works good Signed-off-by: dd3boh <dade.garberi@gmail.com>
2017-10-31z2_plus: Rename services so that it doesn't create problems when both ↵dd3boh
z2_plus and z2_row device trees are there Signed-off-by: dd3boh <dade.garberi@gmail.com>
2017-10-31Camera: zuk: Add support for non-treble camera blobsLuK1337
* Camera HALs before Treble used to pass camera id in user field, in Treble they are meant to pass pointer to CameraDevice. * This patch workarounds this by storing local pointer to CameraDevice and not relying on user field. * Similar to demon000's CameraWrapper solution but it doesn't require wrapping the HAL which could theoretically break HAL3 compatibility. Change-Id: Iadf0359878f71f4da0a3f952b3af5b914bd49fa8
2017-10-31z2_plus: camera: rename various servicesdd3boh
Signed-off-by: dd3boh <dade.garberi@gmail.com>
2017-10-31camera: Fork camera provider 2.4 and camera device 1.0 from ↵dd3boh
hardware/interfaces/camera camera/device/1.0/default -> camera/zuk camera/provider/2.4/default -> camera/provider Signed-off-by: dd3boh <dade.garberi@gmail.com>