platform_hardware_interfaces/camera
Suren Baghdasaryan 849e9fc8b6 Replace direct pid writes with setting task profiles for camera interfaces
For easy transition from SchedTune to UtilClamp, direct access to these
cgroups should be abstracted by using task profiles. Replace writepid
commands with new task_profiles command.

Bug: 155419956
Test: change .rc file and confirm task profile is applied
Signed-off-by: Suren Baghdasaryan <surenb@google.com>
Change-Id: I2732f7365351f132dbf0566319e3969c2a25b3e4
2020-04-30 13:45:23 -07:00
..
common Merge "Camera: Add support for IMapper 3.0" into qt-dev 2019-05-20 21:56:22 -07:00
device Include what you use: <fcntl.h> 2020-04-13 11:09:42 -07:00
metadata Update hidl makefiles for bpfmt 2019-04-18 18:13:05 -07:00
provider Replace direct pid writes with setting task profiles for camera interfaces 2020-04-30 13:45:23 -07: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.