Home
last modified time | relevance | path

Searched defs:TransferDeathRecipient (Results 1 – 1 of 1) sorted by relevance

/frameworks/native/libs/binder/ndk/
Dibinder_internal.h149 struct TransferDeathRecipient : ::android::IBinder::DeathRecipient { struct
150 TransferDeathRecipient(const ::android::wp<::android::IBinder>& who, void* cookie, in TransferDeathRecipient() function
163 const ::android::wp<::android::IBinder>& getWho() { return mWho; } in getWho()
164 void* getCookie() { return mCookie; } in getCookie()
168 void* mCookie;
174 const AIBinder_DeathRecipient_onBinderDied mOnDied;
175 const AIBinder_DeathRecipient_onBinderUnlinked mOnUnlinked;