Lines Matching refs:mDeathRecipient
88 mDeathRecipient{new DeathRecipient(notify)} {
89 service->linkToDeath(mDeathRecipient);
94 mDeathRecipient{new DeathRecipient(notify)} {
95 service->linkToDeath(mDeathRecipient, 0);
100 mDeathRecipient{new DeathRecipient(notify)} {
101 mDeathRecipient->initNdk();
104 mDeathRecipient->mCookieKey = sCookieKeyCounter++;
105 sCookies[mDeathRecipient->mCookieKey] = mDeathRecipient;
109 mDeathRecipient->getNdkRecipient(),
110 reinterpret_cast<void*>(mDeathRecipient->mCookieKey));
114 : mService{other.mService}, mDeathRecipient{other.mDeathRecipient} { in DeathNotifier()
116 other.mDeathRecipient = nullptr;
124 std::get<1>(mService)->unlinkToDeath(mDeathRecipient); in ~DeathNotifier()
127 std::get<2>(mService)->unlinkToDeath(mDeathRecipient); in ~DeathNotifier()
133 mDeathRecipient->getNdkRecipient(), in ~DeathNotifier()
134 reinterpret_cast<void*>(mDeathRecipient->mCookieKey)); in ~DeathNotifier()