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

/frameworks/av/include/media/stagefright/foundation/
H A DAWakeLock.h44 class PMDeathRecipient : public IBinder::DeathRecipient { class in class:android::AWakeLock
46 explicit 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/foundation/include/foundation/
H A DAWakeLock.h44 class PMDeathRecipient : public IBinder::DeathRecipient { class in class:android::AWakeLock
46 explicit 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/foundation/
H A DAWakeLock.h44 class PMDeathRecipient : public IBinder::DeathRecipient { class in class:android::AWakeLock
46 explicit 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.h223 class PMDeathRecipient : public IBinder::DeathRecipient { class in class:ThreadBase
225 explicit PMDeathRecipient(const wp<ThreadBase>& thread) : mThread(thread) {} function in class:ThreadBase::PMDeathRecipient
226 virtual ~PMDeathRecipient() {}
232 PMDeathRecipient(const PMDeathRecipient&);
233 PMDeathRecipient& operator = (const PMDeathRecipient&);
485 const sp<PMDeathRecipient> mDeathRecipient;

Completed in 94 milliseconds