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

  /frameworks/av/media/libstagefright/include/
TimedEventQueue.h 142 const sp<PMDeathRecipient> mDeathRecipient;
  /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/av/services/audioflinger/
Threads.h 323 const sp<PMDeathRecipient> mDeathRecipient;
    [all...]
  /frameworks/base/services/java/com/android/server/wm/
WindowState.java 88 final DeathRecipient mDeathRecipient;
343 mDeathRecipient = null;
355 mDeathRecipient = deathRecipient;
    [all...]
  /frameworks/base/packages/PrintSpooler/src/com/android/printspooler/
PrintJobConfigActivity.java 171 private final DeathRecipient mDeathRecipient = new DeathRecipient() {
229 mIPrintDocumentAdapter.linkToDeath(mDeathRecipient, 0);
280 mIPrintDocumentAdapter.unlinkToDeath(mDeathRecipient, 0);
    [all...]

Completed in 168 milliseconds