Home
last modified time | relevance | path

Searched refs:BinderControl (Results 1 – 3 of 3) sorted by relevance

/system/connectivity/shill/binder/
Dbinder_control.cc58 const char BinderControl::kNullRpcIdentifier[] = "-1";
60 BinderControl::BinderControl(EventDispatcher* dispatcher) in BinderControl() function in shill::BinderControl
78 BinderControl::~BinderControl() { in ~BinderControl()
85 const string& BinderControl::NullRPCIdentifier() { return null_identifier_; } in NullRPCIdentifier()
87 void BinderControl::RegisterManagerObject( in RegisterManagerObject()
98 DeviceAdaptorInterface* BinderControl::CreateDeviceAdaptor(Device* device) { in CreateDeviceAdaptor()
103 IPConfigAdaptorInterface* BinderControl::CreateIPConfigAdaptor( in CreateIPConfigAdaptor()
108 ManagerAdaptorInterface* BinderControl::CreateManagerAdaptor(Manager* manager) { in CreateManagerAdaptor()
113 ProfileAdaptorInterface* BinderControl::CreateProfileAdaptor(Profile* profile) { in CreateProfileAdaptor()
117 RPCTaskAdaptorInterface* BinderControl::CreateRPCTaskAdaptor(RPCTask* task) { in CreateRPCTaskAdaptor()
[all …]
Dbinder_control.h33 class BinderControl : public ControlInterface {
35 BinderControl(EventDispatcher* dispatcher);
36 ~BinderControl() override;
/system/connectivity/shill/
Ddaemon_task.cc101 control_.reset(new BinderControl(dispatcher_.get())); in Init()