HomeSort by relevance Sort by last modified time
    Searched refs:CreateAdaptor (Results 1 - 4 of 4) sorted by null

  /system/connectivity/shill/binder/
binder_control.cc 99 return CreateAdaptor<Device, DeviceAdaptorInterface, DeviceBinderAdaptor>(
109 return CreateAdaptor<Manager, ManagerAdaptorInterface, ManagerBinderAdaptor>(
122 return CreateAdaptor<Service, ServiceAdaptorInterface, ServiceBinderAdaptor>(
188 AdaptorInterface* BinderControl::CreateAdaptor(Object* object) {
binder_control.h 89 AdaptorInterface* CreateAdaptor(Object* object);
  /system/connectivity/shill/dbus/
chromeos_dbus_control.cc 132 AdaptorInterface* ChromeosDBusControl::CreateAdaptor(Object* object) {
159 CreateAdaptor<Device, DeviceAdaptorInterface, ChromeosDeviceDBusAdaptor>(
166 CreateAdaptor<IPConfig, IPConfigAdaptorInterface,
178 CreateAdaptor<Profile, ProfileAdaptorInterface,
185 CreateAdaptor<RPCTask, RPCTaskAdaptorInterface,
192 CreateAdaptor<Service, ServiceAdaptorInterface,
200 CreateAdaptor<ThirdPartyVpnDriver, ThirdPartyVpnAdaptorInterface,
chromeos_dbus_control.h 164 AdaptorInterface* CreateAdaptor(Object* object);

Completed in 46 milliseconds