Home
last modified time | relevance | path

Searched refs:TtyCollection (Results 1 – 3 of 3) sorted by relevance

/system/netd/
DPppController.h24 typedef android::netd::List<char *> TtyCollection; typedef
27 TtyCollection *mTtys;
38 TtyCollection *getTtyList();
DPppController.cpp38 mTtys = new TtyCollection(); in PppController()
43 TtyCollection::iterator it; in ~PppController()
62 TtyCollection::iterator it; in attachPppd()
120 TtyCollection *PppController::getTtyList() { in getTtyList()
126 TtyCollection::iterator it; in updateTtyList()
DCommandListener.cpp650 TtyCollection *tlist = sPppCtrl->getTtyList(); in runCommand()
651 TtyCollection::iterator it; in runCommand()