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

/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.h102 class PMDeathRecipient : public IBinder::DeathRecipient { class in class:ThreadBase
104 PMDeathRecipient(const wp<ThreadBase>& thread) : mThread(thread) {} function in class:ThreadBase::PMDeathRecipient
105 virtual ~PMDeathRecipient() {}
111 PMDeathRecipient(const PMDeathRecipient&);
112 PMDeathRecipient& operator = (const PMDeathRecipient&);
323 const sp<PMDeathRecipient> mDeathRecipient;

Completed in 51 milliseconds