Home
last modified time | relevance | path

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

/frameworks/av/media/libstagefright/foundation/
DAWakeLock.cpp35 mDeathRecipient(new PMDeathRecipient(this)) {} in AWakeLock()
40 binder->unlinkToDeath(mDeathRecipient); in ~AWakeLock()
56 binder->linkToDeath(mDeathRecipient); in acquire()
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
DSoftApManager.java237 private final StateMachineDeathRecipient mDeathRecipient = field in SoftApManager.SoftApStateMachine
271 mDeathRecipient.unlinkToDeath(); in enter()
280 if (!mDeathRecipient.linkToDeath(mApInterface.asBinder())) { in processMessage()
281 mDeathRecipient.unlinkToDeath(); in processMessage()
293 mDeathRecipient.unlinkToDeath(); in processMessage()
308 mDeathRecipient.unlinkToDeath(); in processMessage()
DWifiStateMachine.java243 private final StateMachineDeathRecipient mDeathRecipient = field in WifiStateMachine
4001 mDeathRecipient.unlinkToDeath(); in cleanup()
4018 || !mDeathRecipient.linkToDeath(mClientInterface.asBinder())) { in processMessage()
/frameworks/av/media/libstagefright/include/foundation/
DAWakeLock.h59 const sp<PMDeathRecipient> mDeathRecipient; variable
/frameworks/base/services/core/java/com/android/server/utils/
DManagedApplicationService.java48 private final DeathRecipient mDeathRecipient = new DeathRecipient() { field in ManagedApplicationService
216 iBinder.linkToDeath(mDeathRecipient, 0); in connect()
/frameworks/hardware/interfaces/sensorservice/libsensorndkbridge/
DASensorManager.h61 android::sp<SensorDeathRecipient> mDeathRecipient = nullptr; member
DASensorManager.cpp72 mDeathRecipient = new SensorDeathRecipient(); in ASensorManager()
73 Return<bool> linked = mManager->linkToDeath(mDeathRecipient, /*cookie*/ 0); in ASensorManager()
/frameworks/base/telecomm/java/android/telecom/
DVideoCallImpl.java51 private IBinder.DeathRecipient mDeathRecipient = new IBinder.DeathRecipient() { field in VideoCallImpl
207 mVideoProvider.asBinder().linkToDeath(mDeathRecipient, 0); in VideoCallImpl()
DRemoteConnectionService.java461 private final DeathRecipient mDeathRecipient = new DeathRecipient() { field in RemoteConnectionService
473 mOutgoingConnectionServiceRpc.asBinder().unlinkToDeath(mDeathRecipient, 0);
487 mOutgoingConnectionServiceRpc.asBinder().linkToDeath(mDeathRecipient, 0); in RemoteConnectionService()
/frameworks/opt/net/ims/src/java/com/android/ims/internal/
DImsVideoCallProviderWrapper.java73 private IBinder.DeathRecipient mDeathRecipient = new IBinder.DeathRecipient() { field in ImsVideoCallProviderWrapper
217 mVideoCallProvider.asBinder().linkToDeath(mDeathRecipient, 0); in ImsVideoCallProviderWrapper()
/frameworks/base/packages/PrintSpooler/src/com/android/printspooler/model/
DRemotePrintDocument.java144 private final DeathRecipient mDeathRecipient = new DeathRecipient() { field in RemotePrintDocument
410 mPrintDocumentAdapter.asBinder().linkToDeath(mDeathRecipient, 0); in connectToRemoteDocument()
433 mPrintDocumentAdapter.asBinder().unlinkToDeath(mDeathRecipient, 0); in disconnectFromRemoteDocument()
/frameworks/opt/net/ims/src/java/com/android/ims/
DImsManager.java185 private ImsServiceDeathRecipient mDeathRecipient = new ImsServiceDeathRecipient(); field in ImsManager
2015 binder.linkToDeath(mDeathRecipient, 0); in getServiceProxyCompat()
/frameworks/base/services/core/java/com/android/server/wm/
DWindowState.java185 final DeathRecipient mDeathRecipient; field in WindowState
608 mDeathRecipient = null; in WindowState()
620 mDeathRecipient = deathRecipient; in WindowState()
1748 mClient.asBinder().unlinkToDeath(mDeathRecipient, 0); in removeImmediately()
DWindowManagerService.java554 IBinder.DeathRecipient mDeathRecipient; field in WindowManagerService.RotationWatcher
559 mDeathRecipient = deathRecipient; in RotationWatcher()
1357 if (win.mDeathRecipient == null) { in addWindow()
3984 binder.unlinkToDeath(removed.mDeathRecipient, 0); in removeRotationWatcher()
/frameworks/av/services/audioflinger/
DThreads.h485 const sp<PMDeathRecipient> mDeathRecipient; variable
DThreads.cpp514 mDeathRecipient(new PMDeathRecipient(this)), in ThreadBase()
530 binder->unlinkToDeath(mDeathRecipient); in ~ThreadBase()
949 binder->linkToDeath(mDeathRecipient); in getPowerManager_l()