OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:death_callbacks_
(Results
1 - 2
of
2
) sorted by null
/system/core/libbinderwrapper/
stub_binder_wrapper.cc
43
const auto it =
death_callbacks_
.find(binder);
44
if (it !=
death_callbacks_
.end())
68
death_callbacks_
[binder] = callback;
74
death_callbacks_
.erase(binder);
/system/core/include/binderwrapper/
stub_binder_wrapper.h
92
// Run the calback in |
death_callbacks_
| corresponding to |binder|.
122
std::map<sp<IBinder>, base::Closure>
death_callbacks_
;
member in class:android::StubBinderWrapper
Completed in 46 milliseconds