Home
last modified time | relevance | path

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

/aosp_15_r20/frameworks/native/libs/binder/ndk/
H A Dibinder_internal.h172 struct TransferDeathRecipient : ::android::IBinder::DeathRecipient { struct
173 TransferDeathRecipient(const ::android::wp<::android::IBinder>& who, void* cookie, in TransferDeathRecipient() argument
186 const ::android::wp<::android::IBinder>& getWho() { return mWho; } in getWho()
187 void* getCookie() { return mCookie; } in getCookie()
191 void* mCookie;
197 const AIBinder_DeathRecipient_onBinderDied mOnDied;
198 const AIBinder_DeathRecipient_onBinderUnlinked mOnUnlinked;