Home
last modified time | relevance | path

Searched refs:sInterfaceCtrl (Results 1 – 2 of 2) sorted by relevance

/system/netd/
DCommandListener.h41 static InterfaceController *sInterfaceCtrl; variable
DCommandListener.cpp52 InterfaceController *CommandListener::sInterfaceCtrl = NULL; member in CommandListener
158 if (!sInterfaceCtrl) in CommandListener()
159 sInterfaceCtrl = new InterfaceController(); in CommandListener()
328 rc = sInterfaceCtrl->interfaceCommand(argc, argv, &rbuf); in runCommand()