Searched defs:BinderAdaptor (Results 1 - 2 of 2) sorted by last modified time

/system/connectivity/shill/binder/
H A Dbinder_adaptor.cc35 static string ObjectID(BinderAdaptor* b) {
40 BinderAdaptor::BinderAdaptor(const string& id) : id_(id) { function in class:shill::BinderAdaptor
41 SLOG(this, 2) << "BinderAdaptor: " << id;
44 void BinderAdaptor::AddPropertyChangedSignalHandler(
49 void BinderAdaptor::SendPropertyChangedSignal(const string& name) {
H A Dbinder_adaptor.h39 class BinderAdaptor { class in namespace:shill
41 explicit BinderAdaptor(const std::string& id);
42 ~BinderAdaptor() = default;
68 DISALLOW_COPY_AND_ASSIGN(BinderAdaptor);

Completed in 63 milliseconds