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

/system/netd/
H A DTetherController.h24 typedef android::netd::List<char *> InterfaceCollection; typedef
28 InterfaceCollection *mInterfaces;
54 InterfaceCollection *getTetheredInterfaceList();
H A DTetherController.cpp37 mInterfaces = new InterfaceCollection();
45 InterfaceCollection::iterator it;
317 InterfaceCollection::iterator it;
330 InterfaceCollection *TetherController::getTetheredInterfaceList() {
H A DCommandListener.cpp690 InterfaceCollection *ilist = sTetherCtrl->getTetheredInterfaceList();
691 InterfaceCollection::iterator it;

Completed in 51 milliseconds