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

/system/netd/
H A DSoftapController.h30 class SoftapController { class
32 SoftapController();
33 virtual ~SoftapController();
H A DSoftapController.cpp36 #define LOG_TAG "SoftapController"
43 #include "SoftapController.h"
48 SoftapController::SoftapController() function in class:SoftapController
51 SoftapController::~SoftapController() {
54 int SoftapController::startSoftap() {
84 int SoftapController::stopSoftap() {
101 bool SoftapController::isSoftapStarted() {
114 int SoftapController
[all...]
H A DAndroid.mk22 SoftapController.cpp \
H A DCommandListener.h26 #include "SoftapController.h"
40 static SoftapController *sSoftapCtrl;
H A DCommandListener.cpp47 SoftapController *CommandListener::sSoftapCtrl = NULL;
156 sSoftapCtrl = new SoftapController();

Completed in 68 milliseconds