Searched refs:connDeathRecipient_ (Results 1 – 2 of 2) sorted by relevance
87 connDeathRecipient_(new RSConnectionDeathRecipient(this)), in RSRenderServiceConnection()91 if (!token_->AddDeathRecipient(connDeathRecipient_)) { in RSRenderServiceConnection()98 if (token_ && connDeathRecipient_) { in ~RSRenderServiceConnection()99 token_->RemoveDeathRecipient(connDeathRecipient_); in ~RSRenderServiceConnection()
327 sptr<RSConnectionDeathRecipient> connDeathRecipient_; variable