Searched defs:PMDeathRecipient (Results 1 - 1 of 1) sorted by path

/frameworks/av/services/audioflinger/
H A DAudioFlinger.h534 class PMDeathRecipient : public IBinder::DeathRecipient { class in class:android::AudioFlinger::ThreadBase
536 PMDeathRecipient(const wp<ThreadBase>& thread) : mThread(thread) {} function in class:android::AudioFlinger::ThreadBase::PMDeathRecipient
537 virtual ~PMDeathRecipient() {}
543 PMDeathRecipient(const PMDeathRecipient&);
544 PMDeathRecipient& operator = (const PMDeathRecipient&);
746 const sp<PMDeathRecipient> mDeathRecipient;

Completed in 19 milliseconds