Searched defs:TransferDeathRecipient (Results 1 – 1 of 1) sorted by relevance
148 struct TransferDeathRecipient : ::android::IBinder::DeathRecipient { struct149 TransferDeathRecipient(const ::android::wp<::android::IBinder>& who, void* cookie, in TransferDeathRecipient() function162 const ::android::wp<::android::IBinder>& getWho() { return mWho; } in getWho()163 void* getCookie() { return mCookie; } in getCookie()167 void* mCookie;173 const AIBinder_DeathRecipient_onBinderDied mOnDied;174 const AIBinder_DeathRecipient_onBinderUnlinked mOnUnlinked;