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

  /packages/apps/Bluetooth/src/com/android/bluetooth/gatt/
ContextMap.java 68 private IBinder.DeathRecipient mDeathRecipient;
85 mDeathRecipient = deathRecipient;
95 if (mDeathRecipient != null) {
98 binder.unlinkToDeath(mDeathRecipient,0);
  /frameworks/base/services/java/com/android/server/wm/
WindowState.java 90 final DeathRecipient mDeathRecipient;
340 mDeathRecipient = null;
352 mDeathRecipient = deathRecipient;
    [all...]
WindowManagerService.java     [all...]
  /frameworks/av/services/audioflinger/
Threads.h 313 const sp<PMDeathRecipient> mDeathRecipient;
    [all...]
Threads.cpp 278 mDeathRecipient(new PMDeathRecipient(this))
289 binder->unlinkToDeath(mDeathRecipient);
491 binder->linkToDeath(mDeathRecipient);
    [all...]

Completed in 432 milliseconds