mirror of
https://github.com/Evolution-X-Devices/device_google_redbull
synced 2026-02-01 09:20:23 +00:00
Created a new group for for camera dedicated threads, and let power hint change the cpuset according to use cases. Bug: 157122808 Test: group created as expected Change-Id: I929a7b73bb1a6e58b68932822f9eb0615ff1624b
18 lines
284 B
JSON
18 lines
284 B
JSON
{
|
|
"Profiles": [
|
|
{
|
|
"Name": "CameraServiceHighCapacity",
|
|
"Actions": [
|
|
{
|
|
"Name": "JoinCgroup",
|
|
"Params":
|
|
{
|
|
"Controller": "cpuset",
|
|
"Path": "camera-daemon-dedicated"
|
|
}
|
|
}
|
|
]
|
|
}
|
|
]
|
|
}
|