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

  /frameworks/av/media/libstagefright/foundation/
AWakeLock.cpp 35 mDeathRecipient(new PMDeathRecipient(this)) {}
40 binder->unlinkToDeath(mDeathRecipient);
56 binder->linkToDeath(mDeathRecipient);
  /frameworks/av/include/media/stagefright/foundation/
AWakeLock.h 59 const sp<PMDeathRecipient> mDeathRecipient;
  /external/ims/rcs/rcsmanager/src/java/com/android/ims/
RcsManager.java 241 private RcsServiceDeathRecipient mDeathRecipient = new RcsServiceDeathRecipient();
360 b.linkToDeath(mDeathRecipient, 0);
  /frameworks/base/services/core/java/com/android/server/utils/
ManagedApplicationService.java 48 private final DeathRecipient mDeathRecipient = new DeathRecipient() {
216 iBinder.linkToDeath(mDeathRecipient, 0);
  /packages/apps/Bluetooth/src/com/android/bluetooth/gatt/
ContextMap.java 81 private IBinder.DeathRecipient mDeathRecipient;
106 mDeathRecipient = deathRecipient;
116 if (mDeathRecipient != null) {
119 binder.unlinkToDeath(mDeathRecipient,0);
  /system/security/keystore/
operation.cpp 24 : mDeathRecipient(deathRecipient) {}
37 appToken->linkToDeath(mDeathRecipient);
99 appToken->unlinkToDeath(mDeathRecipient);
operation.h 86 IBinder::DeathRecipient* mDeathRecipient;
  /frameworks/base/telecomm/java/android/telecom/
VideoCallImpl.java 47 private IBinder.DeathRecipient mDeathRecipient = new IBinder.DeathRecipient() {
202 mVideoProvider.asBinder().linkToDeath(mDeathRecipient, 0);
RemoteConnectionService.java 387 private final DeathRecipient mDeathRecipient = new DeathRecipient() {
399 mOutgoingConnectionServiceRpc.asBinder().unlinkToDeath(mDeathRecipient, 0);
413 mOutgoingConnectionServiceRpc.asBinder().linkToDeath(mDeathRecipient, 0);
  /frameworks/opt/net/ims/src/java/com/android/ims/internal/
ImsVideoCallProviderWrapper.java 68 private IBinder.DeathRecipient mDeathRecipient = new IBinder.DeathRecipient() {
210 mVideoCallProvider.asBinder().linkToDeath(mDeathRecipient, 0);
  /packages/services/Telecomm/src/com/android/server/telecom/
VideoProviderProxy.java 83 private IBinder.DeathRecipient mDeathRecipient = new IBinder.DeathRecipient() {
108 mConectionServiceVideoProvider.asBinder().linkToDeath(mDeathRecipient, 0);
  /frameworks/base/packages/PrintSpooler/src/com/android/printspooler/model/
RemotePrintDocument.java 141 private final DeathRecipient mDeathRecipient = new DeathRecipient() {
405 mPrintDocumentAdapter.asBinder().linkToDeath(mDeathRecipient, 0);
428 mPrintDocumentAdapter.asBinder().unlinkToDeath(mDeathRecipient, 0);
    [all...]
  /frameworks/base/services/core/java/com/android/server/wm/
WindowState.java 153 final DeathRecipient mDeathRecipient;
553 mDeathRecipient = null;
565 mDeathRecipient = deathRecipient;
    [all...]
WindowManagerService.java     [all...]
  /frameworks/opt/net/ims/src/java/com/android/ims/
ImsManager.java 169 private ImsServiceDeathRecipient mDeathRecipient = new ImsServiceDeathRecipient();
    [all...]
  /frameworks/av/services/audioflinger/
Threads.h 474 const sp<PMDeathRecipient> mDeathRecipient;
    [all...]
Threads.cpp 642 mDeathRecipient(new PMDeathRecipient(this)),
658 binder->unlinkToDeath(mDeathRecipient);
    [all...]

Completed in 467 milliseconds