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;
50 InterfaceCollection *getTetheredInterfaceList();
H A DTetherController.cpp37 mInterfaces = new InterfaceCollection();
44 InterfaceCollection::iterator it;
247 InterfaceCollection::iterator it;
277 InterfaceCollection::iterator it;
292 InterfaceCollection::iterator it;
308 InterfaceCollection *TetherController::getTetheredInterfaceList() {
H A DCommandListener.cpp725 InterfaceCollection *ilist = sTetherCtrl->getTetheredInterfaceList();
726 InterfaceCollection::iterator it;

Completed in 41 milliseconds