Home
last modified time | relevance | path

Searched refs:PMDeathRecipient (Results 1 – 6 of 6) sorted by relevance

/frameworks/av/include/media/stagefright/foundation/
DAWakeLock.h44 class PMDeathRecipient : public IBinder::DeathRecipient {
46 PMDeathRecipient(AWakeLock *wakeLock) : mWakeLock(wakeLock) {} in PMDeathRecipient() function
47 virtual ~PMDeathRecipient() {} in ~PMDeathRecipient()
53 PMDeathRecipient(const PMDeathRecipient&);
54 PMDeathRecipient& operator= (const PMDeathRecipient&);
59 const sp<PMDeathRecipient> mDeathRecipient;
/frameworks/av/media/libstagefright/include/
DTimedEventQueue.h61 class PMDeathRecipient : public IBinder::DeathRecipient {
63 PMDeathRecipient(TimedEventQueue *queue) : mQueue(queue) {} in PMDeathRecipient() function
64 virtual ~PMDeathRecipient() {} in ~PMDeathRecipient()
70 PMDeathRecipient(const PMDeathRecipient&);
71 PMDeathRecipient& operator = (const PMDeathRecipient&);
142 const sp<PMDeathRecipient> mDeathRecipient;
/frameworks/av/media/libstagefright/foundation/
DAWakeLock.cpp35 mDeathRecipient(new PMDeathRecipient(this)) {} in AWakeLock()
103 void AWakeLock::PMDeathRecipient::binderDied(const wp<IBinder>& who __unused) { in binderDied()
/frameworks/av/services/audioflinger/
DThreads.h213 class PMDeathRecipient : public IBinder::DeathRecipient {
215 PMDeathRecipient(const wp<ThreadBase>& thread) : mThread(thread) {} in PMDeathRecipient() function
216 virtual ~PMDeathRecipient() {} in ~PMDeathRecipient()
222 PMDeathRecipient(const PMDeathRecipient&);
223 PMDeathRecipient& operator = (const PMDeathRecipient&);
436 const sp<PMDeathRecipient> mDeathRecipient;
DThreads.cpp329 mDeathRecipient(new PMDeathRecipient(this)) in ThreadBase()
742 void AudioFlinger::ThreadBase::PMDeathRecipient::binderDied(const wp<IBinder>& who __unused) in binderDied()
/frameworks/av/media/libstagefright/
DTimedEventQueue.cpp48 mDeathRecipient(new PMDeathRecipient(this)), in TimedEventQueue()
380 void TimedEventQueue::PMDeathRecipient::binderDied( in binderDied()