Home
last modified time | relevance | path

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

/aosp12/frameworks/av/media/libmediaplayerservice/nuplayer/
H A DAWakeLock.h44 class PMDeathRecipient : public IBinder::DeathRecipient {
46 explicit 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;
H A DAWakeLock.cpp35 mDeathRecipient(new PMDeathRecipient(this)) {} in AWakeLock()
104 void AWakeLock::PMDeathRecipient::binderDied(const wp<IBinder>& who __unused) { in binderDied()
/aosp12/frameworks/av/services/audioflinger/
H A DThreads.h286 class PMDeathRecipient : public IBinder::DeathRecipient {
288 explicit PMDeathRecipient(const wp<ThreadBase>& thread) : mThread(thread) {} in PMDeathRecipient() function
289 virtual ~PMDeathRecipient() {} in ~PMDeathRecipient()
295 DISALLOW_COPY_AND_ASSIGN(PMDeathRecipient);
665 const sp<PMDeathRecipient> mDeathRecipient;
H A DThreads.cpp534 mDeathRecipient(new PMDeathRecipient(this)), in ThreadBase()
1141 void AudioFlinger::ThreadBase::PMDeathRecipient::binderDied(const wp<IBinder>& who __unused) in binderDied()