HomeSort by relevance Sort by last modified time
    Searched defs:PMDeathRecipient (Results 1 - 2 of 2) sorted by null

  /frameworks/av/media/libstagefright/include/
TimedEventQueue.h 61 class PMDeathRecipient : public IBinder::DeathRecipient {
63 PMDeathRecipient(TimedEventQueue *queue) : mQueue(queue) {}
64 virtual ~PMDeathRecipient() {}
70 PMDeathRecipient(const PMDeathRecipient&);
71 PMDeathRecipient& operator = (const PMDeathRecipient&);
142 const sp<PMDeathRecipient> mDeathRecipient;
  /frameworks/av/services/audioflinger/
Threads.h 102 class PMDeathRecipient : public IBinder::DeathRecipient {
104 PMDeathRecipient(const wp<ThreadBase>& thread) : mThread(thread) {}
105 virtual ~PMDeathRecipient() {}
111 PMDeathRecipient(const PMDeathRecipient&);
112 PMDeathRecipient& operator = (const PMDeathRecipient&);
323 const sp<PMDeathRecipient> mDeathRecipient;
    [all...]

Completed in 365 milliseconds