Home
last modified time | relevance | path

Searched defs:Controller (Results 1 – 5 of 5) sorted by relevance

/system/core/libprocessgroup/profiles/
Dcgroups.json4 "Controller": "blkio", string
11 "Controller": "cpu", string
18 "Controller": "cpuacct", string
23 "Controller": "cpuset", string
30 "Controller": "memory", string
37 "Controller": "schedtune", string
44 "Controller": "freezer", string
Dtask_profiles.json5 "Controller": "cpuset", string
10 "Controller": "cpuset", string
15 "Controller": "cpuset", string
20 "Controller": "memory", string
25 "Controller": "memory", string
30 "Controller": "memory", string
35 "Controller": "schedtune", string
40 "Controller": "schedtune", string
45 "Controller": "cpu", string
50 "Controller": "cpu", string
[all …]
Dcgroups.recovery.json4 "Controller": "cpuacct", string
/system/bt/main/shim/
Dentry.h47 class Controller; variable
/system/bt/gd/hci/
Dcontroller.cc756 Controller::Controller() : impl_(std::make_unique<impl>(*this)) {} in Controller() function in bluetooth::hci::Controller