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

  /system/connectivity/shill/binder/
service_binder_adaptor.cc 34 static string ObjectID(ServiceBinderAdaptor* s) {
40 ServiceBinderAdaptor::ServiceBinderAdaptor(Service* service,
44 ServiceBinderAdaptor::~ServiceBinderAdaptor() { service_ = nullptr; }
46 void ServiceBinderAdaptor::EmitBoolChanged(const string& name, bool /*value*/) {
51 void ServiceBinderAdaptor::EmitUint8Changed(const string& name,
57 void ServiceBinderAdaptor::EmitUint16Changed(const string& name,
63 void ServiceBinderAdaptor::EmitUint16sChanged(const string& name,
69 void ServiceBinderAdaptor::EmitUintChanged(const string& name
    [all...]
service_binder_adaptor.h 47 // There is a 1:1 mapping between Service and ServiceBinderAdaptor
48 // instances. Furthermore, the Service owns the ServiceBinderAdaptor
49 // and manages its lifetime, so we're OK with ServiceBinderAdaptor
51 class ServiceBinderAdaptor
56 ServiceBinderAdaptor(Service* service, const std::string& id);
57 ~ServiceBinderAdaptor() override;
90 DISALLOW_COPY_AND_ASSIGN(ServiceBinderAdaptor);
binder_control.cc 122 return CreateAdaptor<Service, ServiceAdaptorInterface, ServiceBinderAdaptor>(

Completed in 87 milliseconds