Searched refs:PMDeathRecipient (Results 1 – 4 of 4) sorted by relevance
44 class PMDeathRecipient : public IBinder::DeathRecipient {46 PMDeathRecipient(AWakeLock *wakeLock) : mWakeLock(wakeLock) {} in PMDeathRecipient() function47 virtual ~PMDeathRecipient() {} in ~PMDeathRecipient()53 PMDeathRecipient(const PMDeathRecipient&);54 PMDeathRecipient& operator= (const PMDeathRecipient&);59 const sp<PMDeathRecipient> mDeathRecipient;
35 mDeathRecipient(new PMDeathRecipient(this)) {} in AWakeLock()103 void AWakeLock::PMDeathRecipient::binderDied(const wp<IBinder>& who __unused) { in binderDied()
219 class PMDeathRecipient : public IBinder::DeathRecipient {221 PMDeathRecipient(const wp<ThreadBase>& thread) : mThread(thread) {} in PMDeathRecipient() function222 virtual ~PMDeathRecipient() {} in ~PMDeathRecipient()228 PMDeathRecipient(const PMDeathRecipient&);229 PMDeathRecipient& operator = (const PMDeathRecipient&);461 const sp<PMDeathRecipient> mDeathRecipient;
642 mDeathRecipient(new PMDeathRecipient(this)), in ThreadBase()1114 void AudioFlinger::ThreadBase::PMDeathRecipient::binderDied(const wp<IBinder>& who __unused) in binderDied()