Searched refs:UsbController (Results 1 - 5 of 5) sorted by relevance

/system/netd/
H A DUsbController.h23 class UsbController { class
26 UsbController();
27 virtual ~UsbController();
H A DUsbController.cpp25 #define LOG_TAG "UsbController"
28 #include "UsbController.h"
31 UsbController::UsbController() { function in class:UsbController
34 UsbController::~UsbController() {
37 int UsbController::startRNDIS() {
42 int UsbController::stopRNDIS() {
47 int UsbController::enableRNDIS(bool enable) {
56 bool UsbController
[all...]
H A DAndroid.mk24 UsbController.cpp \
H A DCommandListener.h28 #include "UsbController.h"
36 static UsbController *sUsbCtrl;
H A DCommandListener.cpp50 UsbController *CommandListener::sUsbCtrl = NULL;
75 sUsbCtrl = new UsbController();

Completed in 63 milliseconds