Home
last modified time | relevance | path

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

/aosp12/system/core/libprocessgroup/profiles/
H A Dtask_profiles_29.json5 "Controller": "schedtune", string
10 "Controller": "schedtune", string
23 "Controller": "schedtune", string
36 "Controller": "schedtune", string
49 "Controller": "schedtune", string
62 "Controller": "schedtune", string
75 "Controller": "schedtune", string
88 "Controller": "schedtune", string
101 "Controller": "schedtune", string
114 "Controller": "schedtune", string
[all …]
H A Dtask_profiles_28.json5 "Controller": "schedtune", string
10 "Controller": "schedtune", string
23 "Controller": "schedtune", string
36 "Controller": "schedtune", string
49 "Controller": "schedtune", string
62 "Controller": "schedtune", string
75 "Controller": "schedtune", string
88 "Controller": "schedtune", string
101 "Controller": "schedtune", string
114 "Controller": "schedtune", string
[all …]
H A Dtask_profiles_30.json5 "Controller": "schedtune", string
10 "Controller": "schedtune", string
23 "Controller": "schedtune", string
36 "Controller": "schedtune", string
49 "Controller": "schedtune", string
62 "Controller": "schedtune", string
75 "Controller": "schedtune", string
88 "Controller": "schedtune", string
101 "Controller": "schedtune", string
114 "Controller": "schedtune", string
[all …]
H A 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": "cpu", string
40 "Controller": "cpu", string
45 "Controller": "cpu", string
50 "Controller": "freezer", string
[all …]
H A Dcgroups.json4 "Controller": "blkio", string
11 "Controller": "cpu", string
18 "Controller": "cpuset", string
25 "Controller": "memory", string
40 "Controller": "freezer", string
H A Dcgroups_28.json4 "Controller": "schedtune", string
H A Dcgroups_29.json4 "Controller": "schedtune", string
H A Dcgroups_30.json4 "Controller": "schedtune", string
/aosp12/system/bt/gd/rust/shim/src/
H A Dcontroller.rs10 pub struct Controller(pub Arc<ControllerExports>); struct
11 impl Deref for Controller { implementation
H A Dstack.rs69 pub fn get_controller(stack: &mut Stack) -> Box<Controller> { in get_controller()
H A Dbridge.rs12 type Controller; typedef
20 fn get_controller(stack: &mut Stack) -> Box<Controller>; in get_controller()
/aosp12/packages/services/Car/service/src/com/android/car/garagemode/
H A DController.java44 public class Controller implements CarPowerStateListenerWithCompletion { class
55 public Controller(Context context, Looper looper) { in Controller() method in Controller
59 public Controller( in Controller() method in Controller
/aosp12/system/bt/main/shim/
H A Dentry.h49 class Controller; variable
/aosp12/packages/apps/DeskClock/src/com/android/deskclock/controller/
H A DController.kt30 class Controller private constructor() { regex
/aosp12/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/policy/
H A DCallbackControllerTest.java109 private static class Controller implements CallbackController<Object> { class in CallbackControllerTest
/aosp12/frameworks/base/packages/SystemUI/animation/src/com/android/systemui/animation/
H A DActivityLaunchAnimator.kt186 private fun Controller.callOnIntentStartedOnMainThread(willAnimate: Boolean) { regex
249 interface Controller : LaunchAnimator.Controller { regex
H A DLaunchAnimator.kt72 interface Controller { regex
/aosp12/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/
H A DMoreKeysPanel.java23 public interface Controller { interface
/aosp12/frameworks/base/services/core/java/com/android/server/location/provider/
H A DAbstractLocationProvider.java360 private class Controller implements LocationProviderController { class in AbstractLocationProvider
364 Controller() {} in Controller() method in AbstractLocationProvider.Controller
/aosp12/system/bt/gd/hci/
H A Dcontroller.cc844 Controller::Controller() : impl_(std::make_unique<impl>(*this)) {} in Controller() function in bluetooth::hci::Controller
/aosp12/frameworks/base/core/proto/android/server/
H A Dactivitymanagerservice.proto713 message Controller { message
/aosp12/packages/modules/NeuralNetworks/runtime/
H A DExecutionPlan.cpp1117 ExecutionPlan::Controller::Controller( in Controller() function in android::nn::ExecutionPlan::Controller