Home
last modified time | relevance | path

Searched refs:Controller (Results 1 – 25 of 35) 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.h434 class Controller {
438 Controller(const Controller&) = delete;
439 Controller& operator=(const Controller&) = delete;
444 Controller(const ExecutionPlan* plan, ExecutionBuilder* executionBuilder,
447 Controller(const ExecutionPlan* plan, ExecutionBuilder* executionBuilder,
512 std::shared_ptr<Controller> makeController(ExecutionBuilder* executionBuilder,
519 int next(std::shared_ptr<Controller> controller, std::shared_ptr<StepExecutor>* executor,
524 int fallback(std::shared_ptr<Controller> controller,
605 std::optional<Buffer> getBuffer(std::shared_ptr<Controller> controller,
610 int readConditionValue(std::shared_ptr<Controller> controller, SourceOperandIndex operandIndex,
[all …]
DExecutionPlan.cpp732 ExecutionPlan::Controller::Controller(const ExecutionPlan* plan, ExecutionBuilder* executionBuilder, in Controller() function in android::nn::ExecutionPlan::Controller
734 : Controller(plan, executionBuilder, burstBuilder, 0, {}, {}, {}, {}, {}, {}) {} in Controller()
736 ExecutionPlan::Controller::Controller( in Controller() function in android::nn::ExecutionPlan::Controller
819 std::shared_ptr<ExecutionPlan::Controller> ExecutionPlan::makeController( in makeController()
823 return std::shared_ptr<Controller>(new Controller(this, executionBuilder, burstBuilder)); in makeController()
971 return std::shared_ptr<Controller>(new Controller( in makeController()
981 int ExecutionPlan::fallback(std::shared_ptr<Controller> controller, in fallback()
988 if (controller->mFallbackNextStepIndex == Controller::kBadStepIndex) { in fallback()
993 if (controller->mNextStepIndex == Controller::kBadStepIndex) { in fallback()
1048 std::shared_ptr<Controller> controller, SourceOperandIndex operandIndex) const { in getBuffer()
[all …]
/frameworks/base/data/keyboards/
DVendor_0079_Product_0011.kl15 # Classic [S]NES Controller
DVendor_2378_Product_100a.kl15 # OnLive, Inc. OnLive Wireless Controller
DVendor_2378_Product_1008.kl15 # OnLive, Inc. OnLive Wireless Controller, USB adapter
DVendor_1bad_Product_f036.kl15 # MadCatz Generic XBox 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_27f8_Product_0bbf.kl16 # Razer Kishi Mobile Controller
DVendor_054c_Product_0268_Version_8000.kl16 # Sony Playstation(R)3 Controller
DVendor_2e95_Product_7725.kl16 # Scuf Vantage Controller
DVendor_054c_Product_0268_Version_8100.kl16 # Sony Playstation(R)3 Controller
DVendor_054c_Product_0268_Version_8111.kl16 # Sony Playstation(R)3 Controller
DVendor_054c_Product_0268.kl16 # Sony Playstation(R)3 Controller
DVendor_045e_Product_028e.kl16 # XBox 360 USB Controller
DVendor_045e_Product_02ea.kl16 # XBox One Controller - Model 1708 - USB
DVendor_045e_Product_02d1.kl16 # XBox One Controller - Model 1537 - USB
DVendor_045e_Product_02dd.kl16 # XBox One Controller - Model 1697 - USB
DVendor_054c_Product_09cc_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_09cc_Version_8000.kl16 # Sony Playstation(R) DualShock 4 Controller
DVendor_054c_Product_05c4_Version_8100.kl16 # Sony Playstation(R) DualShock 4 Controller
DVendor_054c_Product_09cc_Version_8100.kl16 # Sony Playstation(R) DualShock 4 Controller

12