Home | History | Annotate | Download | only in audioflinger

Lines Matching defs:PMDeathRecipient

219     class PMDeathRecipient : public IBinder::DeathRecipient {
221 PMDeathRecipient(const wp<ThreadBase>& thread) : mThread(thread) {}
222 virtual ~PMDeathRecipient() {}
228 PMDeathRecipient(const PMDeathRecipient&);
229 PMDeathRecipient& operator = (const PMDeathRecipient&);
452 const sp<PMDeathRecipient> mDeathRecipient;