Home
last modified time | relevance | path

Searched refs:mDeathRecipient (Results 1 – 7 of 7) sorted by relevance

/frameworks/av/media/libstagefright/
DTimedEventQueue.cpp47 mDeathRecipient(new PMDeathRecipient(this)), in TimedEventQueue()
55 binder->unlinkToDeath(mDeathRecipient); in ~TimedEventQueue()
331 binder->linkToDeath(mDeathRecipient); in acquireWakeLock_l()
/frameworks/av/media/libstagefright/include/
DTimedEventQueue.h142 const sp<PMDeathRecipient> mDeathRecipient; member
/frameworks/base/services/java/com/android/server/wm/
DWindowState.java88 final DeathRecipient mDeathRecipient; field in WindowState
343 mDeathRecipient = null; in WindowState()
355 mDeathRecipient = deathRecipient; in WindowState()
1010 mClient.asBinder().unlinkToDeath(mDeathRecipient, 0); in removeLocked()
DWindowManagerService.java2233 if (win.mDeathRecipient == null) { in addWindow()
/frameworks/av/services/audioflinger/
DThreads.h323 const sp<PMDeathRecipient> mDeathRecipient; variable
DThreads.cpp279 mDeathRecipient(new PMDeathRecipient(this)) in ThreadBase()
296 binder->unlinkToDeath(mDeathRecipient); in ~ThreadBase()
562 binder->linkToDeath(mDeathRecipient); in getPowerManager_l()
/frameworks/base/packages/PrintSpooler/src/com/android/printspooler/
DPrintJobConfigActivity.java171 private final DeathRecipient mDeathRecipient = new DeathRecipient() { field in PrintJobConfigActivity
229 mIPrintDocumentAdapter.linkToDeath(mDeathRecipient, 0); in onCreate()
280 mIPrintDocumentAdapter.unlinkToDeath(mDeathRecipient, 0); in onPause()