Home
last modified time | relevance | path

Searched refs:PMDeathRecipient (Results 1 – 4 of 4) sorted by relevance

/frameworks/av/media/libmediaplayerservice/nuplayer/
DAWakeLock.h44 class PMDeathRecipient : public IBinder::DeathRecipient {
46 explicit PMDeathRecipient(AWakeLock *wakeLock) : mWakeLock(wakeLock) {} in PMDeathRecipient() function
47 virtual ~PMDeathRecipient() {} in ~PMDeathRecipient()
53 PMDeathRecipient(const PMDeathRecipient&);
54 PMDeathRecipient& operator= (const PMDeathRecipient&);
59 const sp<PMDeathRecipient> mDeathRecipient;
DAWakeLock.cpp35 mDeathRecipient(new PMDeathRecipient(this)) {} in AWakeLock()
103 void AWakeLock::PMDeathRecipient::binderDied(const wp<IBinder>& who __unused) { in binderDied()
/frameworks/av/services/audioflinger/
DThreads.h244 class PMDeathRecipient : public IBinder::DeathRecipient {
246 explicit PMDeathRecipient(const wp<ThreadBase>& thread) : mThread(thread) {} in PMDeathRecipient() function
247 virtual ~PMDeathRecipient() {} in ~PMDeathRecipient()
253 DISALLOW_COPY_AND_ASSIGN(PMDeathRecipient);
565 const sp<PMDeathRecipient> mDeathRecipient;
DThreads.cpp477 mDeathRecipient(new PMDeathRecipient(this)), in ThreadBase()
1041 void AudioFlinger::ThreadBase::PMDeathRecipient::binderDied(const wp<IBinder>& who __unused) in binderDied()