Searched refs:PMDeathRecipient (Results 1 - 2 of 2) sorted by relevance

/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;
H A DAudioFlinger.cpp1148 mDeathRecipient(new PMDeathRecipient(this))
1396 void AudioFlinger::ThreadBase::PMDeathRecipient::binderDied(const wp<IBinder>& who)

Completed in 149 milliseconds