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

/system/netd/
H A DPppController.h26 class PppController { class
31 PppController();
32 virtual ~PppController();
H A DPppController.cpp32 #define LOG_TAG "PppController"
35 #include "PppController.h"
37 PppController::PppController() { function in class:PppController
42 PppController::~PppController() {
51 int PppController::attachPppd(const char *tty, struct in_addr local,
105 int PppController::detachPppd(const char *tty) {
120 TtyCollection *PppController::getTtyList() {
125 int PppController
[all...]
H A DAndroid.mk18 PppController.cpp \
H A DCommandListener.h25 #include "PppController.h"
37 static PppController *sPppCtrl;
H A DCommandListener.cpp48 PppController *CommandListener::sPppCtrl = NULL;
147 sPppCtrl = new PppController();

Completed in 181 milliseconds