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

/system/netd/
H A DPppController.h24 typedef android::netd::List<char *> TtyCollection; typedef
27 TtyCollection *mTtys;
38 TtyCollection *getTtyList();
H A DPppController.cpp38 mTtys = new TtyCollection();
43 TtyCollection::iterator it;
62 TtyCollection::iterator it;
120 TtyCollection *PppController::getTtyList() {
126 TtyCollection::iterator it;
H A DCommandListener.cpp578 TtyCollection *tlist = sPppCtrl->getTtyList();
579 TtyCollection::iterator it;

Completed in 947 milliseconds