Home
last modified time | relevance | path

Searched refs:BinderAdaptor (Results 1 – 8 of 8) sorted by relevance

/system/connectivity/shill/binder/
Dbinder_adaptor.cc35 static string ObjectID(BinderAdaptor* b) { in ObjectID()
40 BinderAdaptor::BinderAdaptor(const string& id) : id_(id) { in BinderAdaptor() function in shill::BinderAdaptor
44 void BinderAdaptor::AddPropertyChangedSignalHandler( in AddPropertyChangedSignalHandler()
49 void BinderAdaptor::SendPropertyChangedSignal(const string& name) { in SendPropertyChangedSignal()
Dbinder_adaptor.h39 class BinderAdaptor {
41 explicit BinderAdaptor(const std::string& id);
42 ~BinderAdaptor() = default;
68 DISALLOW_COPY_AND_ASSIGN(BinderAdaptor);
Dservice_binder_adaptor.h53 public BinderAdaptor,
Dservice_binder_adaptor.cc42 : BinderAdaptor(id), service_(service) {} in ServiceBinderAdaptor()
Ddevice_binder_adaptor.h55 public BinderAdaptor,
Ddevice_binder_adaptor.cc44 : BinderAdaptor(id), device_(device) {} in DeviceBinderAdaptor()
Dmanager_binder_adaptor.h55 public BinderAdaptor,
Dmanager_binder_adaptor.cc48 : BinderAdaptor(id), manager_(manager) {} in ManagerBinderAdaptor()