HomeSort by relevance Sort by last modified time
    Searched defs:PPPDeviceFactory (Results 1 - 2 of 2) sorted by null

  /system/connectivity/shill/
ppp_device_factory.cc 27 base::LazyInstance<PPPDeviceFactory> g_ppp_device_factory
32 PPPDeviceFactory::PPPDeviceFactory() {}
33 PPPDeviceFactory::~PPPDeviceFactory() {}
35 PPPDeviceFactory* PPPDeviceFactory::GetInstance() {
39 PPPDevice* PPPDeviceFactory::CreatePPPDevice(
ppp_device_factory.h 32 class PPPDeviceFactory {
34 virtual ~PPPDeviceFactory();
36 // This is a singleton. Use PPPDeviceFactory::GetInstance()->Foo().
37 static PPPDeviceFactory* GetInstance();
48 PPPDeviceFactory();
51 friend struct base::DefaultLazyInstanceTraits<PPPDeviceFactory>;
53 DISALLOW_COPY_AND_ASSIGN(PPPDeviceFactory);

Completed in 522 milliseconds