Home | History | Annotate | Download | only in audioflinger

Lines Matching defs:PMDeathRecipient

102     class PMDeathRecipient : public IBinder::DeathRecipient {
104 PMDeathRecipient(const wp<ThreadBase>& thread) : mThread(thread) {}
105 virtual ~PMDeathRecipient() {}
111 PMDeathRecipient(const PMDeathRecipient&);
112 PMDeathRecipient& operator = (const PMDeathRecipient&);
323 const sp<PMDeathRecipient> mDeathRecipient;