HomeSort by relevance Sort by last modified time
    Searched refs:TtyCollection (Results 1 - 3 of 3) sorted by null

  /system/netd/server/
PppController.h 24 typedef std::list<char *> TtyCollection;
27 TtyCollection *mTtys;
38 TtyCollection *getTtyList();
PppController.cpp 38 mTtys = new TtyCollection();
43 TtyCollection::iterator it;
62 TtyCollection::iterator it;
125 TtyCollection *PppController::getTtyList() {
131 TtyCollection::iterator it;
CommandListener.cpp 341 TtyCollection *tlist = gCtls->pppCtrl.getTtyList();
342 TtyCollection::iterator it;
    [all...]

Completed in 87 milliseconds