/frameworks/av/media/libstagefright/foundation/ |
D | AWakeLock.cpp | 35 mDeathRecipient(new PMDeathRecipient(this)) {} in AWakeLock() 40 binder->unlinkToDeath(mDeathRecipient); in ~AWakeLock() 56 binder->linkToDeath(mDeathRecipient); in acquire()
|
/frameworks/av/media/libstagefright/ |
D | TimedEventQueue.cpp | 48 mDeathRecipient(new PMDeathRecipient(this)), in TimedEventQueue() 56 binder->unlinkToDeath(mDeathRecipient); in ~TimedEventQueue() 332 binder->linkToDeath(mDeathRecipient); in acquireWakeLock_l()
|
/frameworks/opt/net/ims/src/java/com/android/ims/internal/ |
D | ImsVideoCallProviderWrapper.java | 53 private IBinder.DeathRecipient mDeathRecipient = new IBinder.DeathRecipient() { field in ImsVideoCallProviderWrapper 160 mVideoCallProvider.asBinder().linkToDeath(mDeathRecipient, 0); in ImsVideoCallProviderWrapper()
|
/frameworks/av/include/media/stagefright/foundation/ |
D | AWakeLock.h | 59 const sp<PMDeathRecipient> mDeathRecipient; variable
|
/frameworks/base/telecomm/java/android/telecom/ |
D | VideoCallImpl.java | 50 private IBinder.DeathRecipient mDeathRecipient = new IBinder.DeathRecipient() { field in VideoCallImpl 157 mVideoProvider.asBinder().linkToDeath(mDeathRecipient, 0); in VideoCallImpl()
|
D | RemoteConnectionService.java | 314 private final DeathRecipient mDeathRecipient = new DeathRecipient() { field in RemoteConnectionService 326 mOutgoingConnectionServiceRpc.asBinder().unlinkToDeath(mDeathRecipient, 0); 340 mOutgoingConnectionServiceRpc.asBinder().linkToDeath(mDeathRecipient, 0); in RemoteConnectionService()
|
/frameworks/av/media/libstagefright/include/ |
D | TimedEventQueue.h | 142 const sp<PMDeathRecipient> mDeathRecipient; member
|
/frameworks/opt/net/ims/src/java/com/android/ims/ |
D | ImsManager.java | 139 private ImsServiceDeathRecipient mDeathRecipient = new ImsServiceDeathRecipient(); field in ImsManager 670 b.linkToDeath(mDeathRecipient, 0); in createImsService()
|
/frameworks/base/packages/PrintSpooler/src/com/android/printspooler/model/ |
D | RemotePrintDocument.java | 137 private final DeathRecipient mDeathRecipient = new DeathRecipient() { field in RemotePrintDocument 397 mPrintDocumentAdapter.asBinder().linkToDeath(mDeathRecipient, 0); in connectToRemoteDocument() 420 mPrintDocumentAdapter.asBinder().unlinkToDeath(mDeathRecipient, 0); in disconnectFromRemoteDocument()
|
/frameworks/base/services/core/java/com/android/server/wm/ |
D | WindowState.java | 95 final DeathRecipient mDeathRecipient; field in WindowState 385 mDeathRecipient = null; in WindowState() 397 mDeathRecipient = deathRecipient; in WindowState() 1105 mClient.asBinder().unlinkToDeath(mDeathRecipient, 0); in removeLocked()
|
D | WindowManagerService.java | 2421 if (win.mDeathRecipient == null) { in addWindow()
|
/frameworks/av/services/audioflinger/ |
D | Threads.h | 436 const sp<PMDeathRecipient> mDeathRecipient; variable
|
D | Threads.cpp | 329 mDeathRecipient(new PMDeathRecipient(this)) in ThreadBase() 342 binder->unlinkToDeath(mDeathRecipient); in ~ThreadBase() 714 binder->linkToDeath(mDeathRecipient); in getPowerManager_l()
|