Searched refs:ServiceBinderAdaptor (Results 1 – 3 of 3) sorted by relevance
/system/connectivity/shill/binder/ |
D | service_binder_adaptor.cc | 34 static string ObjectID(ServiceBinderAdaptor* s) { in ObjectID() 40 ServiceBinderAdaptor::ServiceBinderAdaptor(Service* service, in ServiceBinderAdaptor() function in shill::ServiceBinderAdaptor 44 ServiceBinderAdaptor::~ServiceBinderAdaptor() { service_ = nullptr; } in ~ServiceBinderAdaptor() 46 void ServiceBinderAdaptor::EmitBoolChanged(const string& name, bool /*value*/) { in EmitBoolChanged() 51 void ServiceBinderAdaptor::EmitUint8Changed(const string& name, in EmitUint8Changed() 57 void ServiceBinderAdaptor::EmitUint16Changed(const string& name, in EmitUint16Changed() 63 void ServiceBinderAdaptor::EmitUint16sChanged(const string& name, in EmitUint16sChanged() 69 void ServiceBinderAdaptor::EmitUintChanged(const string& name, in EmitUintChanged() 75 void ServiceBinderAdaptor::EmitIntChanged(const string& name, int /*value*/) { in EmitIntChanged() 80 void ServiceBinderAdaptor::EmitRpcIdentifierChanged(const string& name, in EmitRpcIdentifierChanged() [all …]
|
D | service_binder_adaptor.h | 51 class ServiceBinderAdaptor 56 ServiceBinderAdaptor(Service* service, const std::string& id); 57 ~ServiceBinderAdaptor() override; 90 DISALLOW_COPY_AND_ASSIGN(ServiceBinderAdaptor);
|
D | binder_control.cc | 122 return CreateAdaptor<Service, ServiceAdaptorInterface, ServiceBinderAdaptor>( in CreateServiceAdaptor()
|