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

  /frameworks/av/include/media/stagefright/foundation/
AWakeLock.h 44 class PMDeathRecipient : public IBinder::DeathRecipient {
46 PMDeathRecipient(AWakeLock *wakeLock) : mWakeLock(wakeLock) {}
47 virtual ~PMDeathRecipient() {}
53 PMDeathRecipient(const PMDeathRecipient&);
54 PMDeathRecipient& operator= (const PMDeathRecipient&);
59 const sp<PMDeathRecipient> mDeathRecipient;
  /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 219 class PMDeathRecipient : public IBinder::DeathRecipient {
221 PMDeathRecipient(const wp<ThreadBase>& thread) : mThread(thread) {}
222 virtual ~PMDeathRecipient() {}
228 PMDeathRecipient(const PMDeathRecipient&);
229 PMDeathRecipient& operator = (const PMDeathRecipient&);
452 const sp<PMDeathRecipient> mDeathRecipient;
    [all...]

Completed in 552 milliseconds