Home | History | Annotate | Download | only in libstagefright

Lines Matching defs:mDeathNotifier

243     sp<DeathNotifier> mDeathNotifier;
4744 if (mDeathNotifier != NULL) {
4745 mCodec->mOMX->asBinder()->unlinkToDeath(mDeathNotifier);
4746 mDeathNotifier.clear();
4837 mDeathNotifier = new DeathNotifier(notify);
4838 if (omx->asBinder()->linkToDeath(mDeathNotifier) != OK) {
4841 mDeathNotifier.clear();