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

  /frameworks/av/media/libstagefright/include/foundation/
AWakeLock.h 59 const sp<PMDeathRecipient> mDeathRecipient;
  /frameworks/hardware/interfaces/sensorservice/libsensorndkbridge/
ASensorManager.h 61 android::sp<SensorDeathRecipient> mDeathRecipient = nullptr;
  /hardware/interfaces/contexthub/1.0/default/
Contexthub.h 87 sp<DeathRecipient> mDeathRecipient;
  /hardware/interfaces/nfc/1.0/default/
Nfc.h 65 sp<NfcDeathRecipient> mDeathRecipient;
  /system/security/keystore/
operation.h 85 android::IBinder::DeathRecipient* mDeathRecipient;
  /frameworks/base/services/core/java/com/android/server/utils/
ManagedApplicationService.java 48 private final DeathRecipient mDeathRecipient = new DeathRecipient() {
216 iBinder.linkToDeath(mDeathRecipient, 0);
  /frameworks/base/telecomm/java/android/telecom/
RemoteConnectionService.java 461 private final DeathRecipient mDeathRecipient = new DeathRecipient() {
473 mOutgoingConnectionServiceRpc.asBinder().unlinkToDeath(mDeathRecipient, 0);
487 mOutgoingConnectionServiceRpc.asBinder().linkToDeath(mDeathRecipient, 0);
VideoCallImpl.java 51 private IBinder.DeathRecipient mDeathRecipient = new IBinder.DeathRecipient() {
207 mVideoProvider.asBinder().linkToDeath(mDeathRecipient, 0);
  /hardware/interfaces/gnss/1.0/default/
Gnss.h 165 sp<GnssHidlDeathRecipient> mDeathRecipient;
  /frameworks/opt/net/wifi/service/java/com/android/server/wifi/
SoftApManager.java 237 private final StateMachineDeathRecipient mDeathRecipient =
271 mDeathRecipient.unlinkToDeath();
280 if (!mDeathRecipient.linkToDeath(mApInterface.asBinder())) {
281 mDeathRecipient.unlinkToDeath();
293 mDeathRecipient.unlinkToDeath();
308 mDeathRecipient.unlinkToDeath();
WifiStateMachine.java 243 private final StateMachineDeathRecipient mDeathRecipient =
    [all...]
  /external/ims/rcs/rcsmanager/src/java/com/android/ims/
RcsManager.java 241 private RcsServiceDeathRecipient mDeathRecipient = new RcsServiceDeathRecipient();
360 b.linkToDeath(mDeathRecipient, 0);
  /frameworks/opt/net/ims/src/java/com/android/ims/internal/
ImsVideoCallProviderWrapper.java 73 private IBinder.DeathRecipient mDeathRecipient = new IBinder.DeathRecipient() {
217 mVideoCallProvider.asBinder().linkToDeath(mDeathRecipient, 0);
  /packages/apps/Bluetooth/src/com/android/bluetooth/gatt/
ContextMap.java 84 private IBinder.DeathRecipient mDeathRecipient;
112 mDeathRecipient = deathRecipient;
122 if (mDeathRecipient != null) {
125 binder.unlinkToDeath(mDeathRecipient,0);
  /packages/services/Telecomm/src/com/android/server/telecom/
VideoProviderProxy.java 98 private IBinder.DeathRecipient mDeathRecipient = new IBinder.DeathRecipient() {
124 mConectionServiceVideoProvider.asBinder().linkToDeath(mDeathRecipient, 0);
  /frameworks/av/services/audioflinger/
Threads.h 485 const sp<PMDeathRecipient> mDeathRecipient;
    [all...]
  /frameworks/base/packages/PrintSpooler/src/com/android/printspooler/model/
RemotePrintDocument.java 144 private final DeathRecipient mDeathRecipient = new DeathRecipient() {
410 mPrintDocumentAdapter.asBinder().linkToDeath(mDeathRecipient, 0);
433 mPrintDocumentAdapter.asBinder().unlinkToDeath(mDeathRecipient, 0);
    [all...]
  /frameworks/opt/net/ims/src/java/com/android/ims/
ImsManager.java 185 private ImsServiceDeathRecipient mDeathRecipient = new ImsServiceDeathRecipient();
    [all...]
  /frameworks/base/services/core/java/com/android/server/wm/
WindowState.java 185 final DeathRecipient mDeathRecipient;
608 mDeathRecipient = null;
620 mDeathRecipient = deathRecipient;
    [all...]
WindowManagerService.java 554 IBinder.DeathRecipient mDeathRecipient;
559 mDeathRecipient = deathRecipient;
    [all...]

Completed in 484 milliseconds