OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:TtyCollection
(Results
1 - 3
of
3
) sorted by null
/system/netd/
PppController.h
24
typedef android::netd::List<char *>
TtyCollection
;
27
TtyCollection
*mTtys;
38
TtyCollection
*getTtyList();
PppController.cpp
38
mTtys = new
TtyCollection
();
43
TtyCollection
::iterator it;
62
TtyCollection
::iterator it;
120
TtyCollection
*PppController::getTtyList() {
126
TtyCollection
::iterator it;
CommandListener.cpp
650
TtyCollection
*tlist = sPppCtrl->getTtyList();
651
TtyCollection
::iterator it;
[
all
...]
Completed in 40 milliseconds