Searched defs:DeathRecipient (Results 1 - 1 of 1) sorted by relevance

/system/core/libbinderwrapper/
H A Dreal_binder_wrapper.cc30 class RealBinderWrapper::DeathRecipient : public IBinder::DeathRecipient { class in class:android::RealBinderWrapper
32 explicit DeathRecipient(const base::Closure& callback) function in class:android::RealBinderWrapper::DeathRecipient
34 ~DeathRecipient() = default;
36 // IBinder::DeathRecipient:
45 DISALLOW_COPY_AND_ASSIGN(DeathRecipient);
89 sp<DeathRecipient> recipient(new DeathRecipient(callback));

Completed in 59 milliseconds