HomeSort by relevance Sort by last modified time
    Searched refs:UsbController (Results 1 - 5 of 5) sorted by null

  /system/netd/
UsbController.h 23 class UsbController {
26 UsbController();
27 virtual ~UsbController();
UsbController.cpp 25 #define LOG_TAG "UsbController"
28 #include "UsbController.h"
31 UsbController::UsbController() {
34 UsbController::~UsbController() {
37 int UsbController::startRNDIS() {
42 int UsbController::stopRNDIS() {
47 int UsbController::enableRNDIS(bool enable) {
56 bool UsbController::isRNDISStarted()
    [all...]
Android.mk 24 UsbController.cpp \
CommandListener.h 28 #include "UsbController.h"
36 static UsbController *sUsbCtrl;
CommandListener.cpp 50 UsbController *CommandListener::sUsbCtrl = NULL;
75 sUsbCtrl = new UsbController();

Completed in 410 milliseconds