summaryrefslogtreecommitdiffstats
path: root/include/camera/ICameraServiceListener.h
Commit message (Collapse)AuthorAgeFilesLines
* camera: Make some binder interfaces compatible with AIDLIgor Murashkin2013-06-111-0/+3
| | | | | | | | | | | | | Done: * ICameraService * ICameraServiceListener Partial: * ICamera (disconnect only) * IProCameraUser (disconnect only) Bug: 9213377 Change-Id: I8e2e6e05cfd02ec36be1d5b2c551f10ffb43b5b4
* Camera: Add hotplug support (for fixed # of cameras)Igor Murashkin2013-03-261-5/+6
| | | | | | | * Minor: also change addListener to fire the current status upon subscription * Minor: STATUS_AVAILABLE is now an alias for STATUS_PRESENT and deprecated Change-Id: I254608a7332095e3ef201ffea64cff156cfc1b3e
* ICameraServiceListener.h: Add STATUS_ENUMERATING enumIgor Murashkin2013-03-211-2/+21
| | | | Change-Id: I41a9f358f63a19e7b746a9ccf24722001e5e7475
* Camera: Drop ProCamera connections when a Camera connection happensIgor Murashkin2013-02-281-0/+64
* Also adds an ICameraServiceListener with available/not available statuses Bug: 8291653 Change-Id: I24680f1a2dc109510caf451cf7c7bd180b670d84