summaryrefslogtreecommitdiffstats
path: root/services/camera/libcameraservice/utils/ClientManager.h
Commit message (Collapse)AuthorAgeFilesLines
* Track camera and flashlight usage in battery stats.Ruben Brunk2015-06-011-37/+96
| | | | | | Bug: 15986092 Change-Id: I9dc6828332e4091fd93bf2d82839e8e3862a2fc2
* camera2: Fix empty set handling for eviction.Ruben Brunk2015-05-141-9/+11
| | | | | Bug: 20304829 Change-Id: I120ed6e41ca592c3770797a5fb1e5ce556543949
* camera: Fix client eviction/disconnect race.Ruben Brunk2015-04-131-0/+49
| | | | | | | | | | | - Add blocking wait in camera service connect call to prevent race when client has called disconnect while eviction of that client is taking place, resulting in early call of device initialization before all HAL resources are available. Bug: 20038135 Change-Id: I7afc5bfa23612ba7f83293fa542ff983a5991230
* camera2: Add camera client eviction enforcement.Ruben Brunk2015-03-181-0/+539
- This updates the CameraService to implement client eviction behavior based on process priority. Bug: 19186859 Change-Id: I646939b1cdf1a2237c4e5044164d55a2542cf36e