OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:PppController
(Results
1 - 5
of
5
) sorted by null
/system/netd/
PppController.h
26
class
PppController
{
31
PppController
();
32
virtual ~
PppController
();
PppController.cpp
32
#define LOG_TAG "
PppController
"
35
#include "
PppController
.h"
39
PppController
::
PppController
() {
44
PppController
::~
PppController
() {
53
int
PppController
::attachPppd(const char *tty, struct in_addr local,
107
int
PppController
::detachPppd(const char *tty) {
122
TtyCollection *
PppController
::getTtyList() {
127
int
PppController
::updateTtyList()
[
all
...]
Android.mk
14
PppController
.cpp \
CommandListener.h
25
#include "
PppController
.h"
35
static
PppController
*sPppCtrl;
CommandListener.cpp
45
PppController
*CommandListener::sPppCtrl = NULL;
72
sPppCtrl = new
PppController
();
[
all
...]
Completed in 328 milliseconds