OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:BinderAdaptor
(Results
1 - 2
of
2
) sorted by null
/system/connectivity/shill/binder/
binder_adaptor.cc
35
static string ObjectID(
BinderAdaptor
* b) {
40
BinderAdaptor
::
BinderAdaptor
(const string& id) : id_(id) {
41
SLOG(this, 2) << "
BinderAdaptor
: " << id;
44
void
BinderAdaptor
::AddPropertyChangedSignalHandler(
49
void
BinderAdaptor
::SendPropertyChangedSignal(const string& name) {
binder_adaptor.h
39
class
BinderAdaptor
{
41
explicit
BinderAdaptor
(const std::string& id);
42
~
BinderAdaptor
() = default;
68
DISALLOW_COPY_AND_ASSIGN(
BinderAdaptor
);
Completed in 50 milliseconds