Searched defs:PMDeathRecipient (Results 1 - 3 of 3) 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/media/libstagefright/include/
H A DTimedEventQueue.h61 class PMDeathRecipient : public IBinder::DeathRecipient { class in struct:android::TimedEventQueue
63 PMDeathRecipient(TimedEventQueue *queue) : mQueue(queue) {} function in class:android::TimedEventQueue::PMDeathRecipient
64 virtual ~PMDeathRecipient() {}
70 PMDeathRecipient(const PMDeathRecipient&);
71 PMDeathRecipient& operator = (const PMDeathRecipient&);
142 const sp<PMDeathRecipient> mDeathRecipient;
/frameworks/av/services/audioflinger/
H A DThreads.h213 class PMDeathRecipient : public IBinder::DeathRecipient { class in class:ThreadBase
215 PMDeathRecipient(const wp<ThreadBase>& thread) : mThread(thread) {} function in class:ThreadBase::PMDeathRecipient
216 virtual ~PMDeathRecipient() {}
222 PMDeathRecipient(const PMDeathRecipient&);
223 PMDeathRecipient& operator = (const PMDeathRecipient&);
436 const sp<PMDeathRecipient> mDeathRecipient;

Completed in 2388 milliseconds