Home
last modified time | relevance | path

Searched refs:Controller (Results 1 – 25 of 32) sorted by relevance

12

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/policy/
DCallbackControllerTest.java48 Controller controller = mock(Controller.class); in testAddCallback()
66 Controller controller = mock(Controller.class); in testRemoveCallback()
79 private static class Controller implements CallbackController<Object> { class in CallbackControllerTest
/frameworks/ml/nn/runtime/
DExecutionPlan.h187 class Controller {
190 Controller(const Controller&) = delete;
191 Controller& operator=(const Controller&) = delete;
200 Controller(const ExecutionPlan* plan, ExecutionBuilder* executionBuilder,
215 std::shared_ptr<Controller> makeController(ExecutionBuilder* executionBuilder,
218 int next(std::shared_ptr<Controller> controller, std::shared_ptr<StepExecutor>* executor,
222 …int fallback(std::shared_ptr<Controller> controller, std::shared_ptr<StepExecutor>* executor) cons…
DExecutionPlan.cpp626 ExecutionPlan::Controller::Controller( in Controller() function in android::nn::ExecutionPlan::Controller
681 std::shared_ptr<ExecutionPlan::Controller> ExecutionPlan::makeController( in makeController()
707 std::shared_ptr<Controller::SubModelInputsAndOutputsType> subModelInputsAndOutputs; in makeController()
716 std::make_shared<Controller::SubModelInputsAndOutputsType>(); in makeController()
732 return std::shared_ptr<Controller>(new Controller(this, executionBuilder, burstBuilder, in makeController()
739 int ExecutionPlan::fallback(std::shared_ptr<Controller> controller, in fallback()
751 if (controller->mNextStepIndex == Controller::kBadStepIndex) { in fallback()
760 int ExecutionPlan::next(std::shared_ptr<Controller> controller, in next()
772 if (controller->mNextStepIndex == Controller::kBadStepIndex) { in next()
778 controller->mNextStepIndex = Controller::kBadStepIndex; in next()
[all …]
/frameworks/base/data/keyboards/
DVendor_0079_Product_0011.kl15 # Classic [S]NES Controller
DVendor_2378_Product_1008.kl15 # OnLive, Inc. OnLive Wireless Controller, USB adapter
DVendor_1bad_Product_f036.kl15 # MadCatz Generic XBox Controller
DVendor_2378_Product_100a.kl15 # OnLive, Inc. OnLive Wireless Controller
DVendor_046d_Product_c216.kl16 # Logitech Dual Action Controller
DVendor_0e6f_Product_02a4.kl16 # PDP Wired Controller for Xbox One - Stealth Series
DVendor_045e_Product_02e0.kl16 # Xbox Wireless Controller
DVendor_054c_Product_0268_Version_8111.kl16 # Sony Playstation(R)3 Controller
DVendor_054c_Product_0268_Version_8100.kl16 # Sony Playstation(R)3 Controller
DVendor_054c_Product_0268_Version_8000.kl16 # Sony Playstation(R)3 Controller
DVendor_045e_Product_02d1.kl16 # XBox One Controller - Model 1537 - USB
DVendor_054c_Product_0268.kl16 # Sony Playstation(R)3 Controller
DVendor_045e_Product_028e.kl16 # XBox 360 USB Controller
DVendor_045e_Product_02fd.kl16 # XBox One Controller - Model 1708 - Bluetooth
DVendor_045e_Product_02ea.kl16 # XBox One Controller - Model 1708 - USB
DVendor_054c_Product_05c4_Version_8100.kl16 # Sony Playstation(R) DualShock 4 Controller
DVendor_054c_Product_09cc_Version_8111.kl16 # Sony Playstation(R) DualShock 4 Controller
DVendor_054c_Product_09cc_Version_8000.kl16 # Sony Playstation(R) DualShock 4 Controller
DVendor_054c_Product_09cc_Version_8100.kl16 # Sony Playstation(R) DualShock 4 Controller
DVendor_054c_Product_05c4_Version_8111.kl16 # Sony Playstation(R) DualShock 4 Controller
DVendor_054c_Product_05c4_Version_8000.kl16 # Sony Playstation(R) DualShock 4 Controller
DVendor_054c_Product_05c4.kl16 # Sony Playstation(R) DualShock 4 Controller

12