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

/frameworks/av/include/media/stagefright/foundation/
H A DAWakeLock.h44 class PMDeathRecipient : public IBinder::DeathRecipient { class in class:android::AWakeLock
46 PMDeathRecipient(AWakeLock *wakeLock) : mWakeLock(wakeLock) {} function in class:android::AWakeLock::PMDeathRecipient
47 virtual ~PMDeathRecipient() {}
53 PMDeathRecipient(const PMDeathRecipient&);
54 PMDeathRecipient& operator= (const PMDeathRecipient&);
59 const sp<PMDeathRecipient> mDeathRecipient;
/frameworks/av/services/audioflinger/
H A DThreads.h219 class PMDeathRecipient : public IBinder::DeathRecipient { class in class:ThreadBase
221 PMDeathRecipient(const wp<ThreadBase>& thread) : mThread(thread) {} function in class:ThreadBase::PMDeathRecipient
222 virtual ~PMDeathRecipient() {}
228 PMDeathRecipient(const PMDeathRecipient&);
229 PMDeathRecipient& operator = (const PMDeathRecipient&);
461 const sp<PMDeathRecipient> mDeathRecipient;

Completed in 48 milliseconds