Searched defs:TransferDeathRecipient (Results 1 – 1 of 1) sorted by relevance
165 struct TransferDeathRecipient : ::android::IBinder::DeathRecipient { struct166 TransferDeathRecipient(const ::android::wp<::android::IBinder>& who, void* cookie, in TransferDeathRecipient() function179 const ::android::wp<::android::IBinder>& getWho() { return mWho; } in getWho()180 void* getCookie() { return mCookie; } in getCookie()184 void* mCookie;190 const AIBinder_DeathRecipient_onBinderDied mOnDied;191 const AIBinder_DeathRecipient_onBinderUnlinked mOnUnlinked;