Home | History | Annotate | Download | only in libstagefright

Lines Matching refs:DeathNotifier

169 struct ACodec::DeathNotifier : public IBinder::DeathRecipient {
170 DeathNotifier(const sp<AMessage> &notify)
179 virtual ~DeathNotifier() {}
184 DISALLOW_EVIL_CONSTRUCTORS(DeathNotifier);
198 sp<DeathNotifier> mDeathNotifier;
3297 mDeathNotifier = new DeathNotifier(notify);