Searched defs:Controller (Results 1 - 2 of 2) sorted by relevance

/system/core/nexus/
H A DController.h30 class Controller { class
47 Controller(const char *name, PropertyManager *propMngr,
49 virtual ~Controller();
68 typedef android::List<Controller *> ControllerCollection;
H A DController.cpp28 #define LOG_TAG "Controller"
32 #include "Controller.h"
38 Controller::Controller(const char *name, PropertyManager *propMngr, function in class:Controller
46 Controller::~Controller() {
53 int Controller::start() {
57 int Controller::stop() {
61 int Controller::loadKernelModule(char *modpath, const char *args) {
76 int Controller
[all...]

Completed in 444 milliseconds