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

  /frameworks/av/media/libmediaplayer2/nuplayer2/
JWakeLock.h 44 class PMDeathRecipient : public IBinder::DeathRecipient {
46 explicit PMDeathRecipient(JWakeLock *wakeLock) : mWakeLock(wakeLock) {}
47 virtual ~PMDeathRecipient() {}
53 PMDeathRecipient(const PMDeathRecipient&);
54 PMDeathRecipient& operator= (const PMDeathRecipient&);
59 const sp<PMDeathRecipient> mDeathRecipient;
  /frameworks/av/media/libmediaplayerservice/nuplayer/
AWakeLock.h 44 class PMDeathRecipient : public IBinder::DeathRecipient {
46 explicit PMDeathRecipient(AWakeLock *wakeLock) : mWakeLock(wakeLock) {}
47 virtual ~PMDeathRecipient() {}
53 PMDeathRecipient(const PMDeathRecipient&);
54 PMDeathRecipient& operator= (const PMDeathRecipient&);
59 const sp<PMDeathRecipient> mDeathRecipient;
  /frameworks/av/services/audioflinger/
Threads.h 223 class PMDeathRecipient : public IBinder::DeathRecipient {
225 explicit PMDeathRecipient(const wp<ThreadBase>& thread) : mThread(thread) {}
226 virtual ~PMDeathRecipient() {}
232 DISALLOW_COPY_AND_ASSIGN(PMDeathRecipient);
485 const sp<PMDeathRecipient> mDeathRecipient;
    [all...]

Completed in 254 milliseconds