OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:death_recipients_
(Results
1 - 2
of
2
) sorted by null
/system/core/libbinderwrapper/
real_binder_wrapper.cc
95
death_recipients_
[binder] = recipient;
101
auto it =
death_recipients_
.find(binder);
102
if (it ==
death_recipients_
.end()) {
111
death_recipients_
.erase(it);
real_binder_wrapper.h
51
std::map<sp<IBinder>, sp<DeathRecipient>>
death_recipients_
;
member in class:android::RealBinderWrapper
Completed in 111 milliseconds