Home | History | Annotate | Download | only in nuplayer

Lines Matching defs:notify

44         const sp<AMessage> &notify,
47 : DecoderBase(notify),
246 // only notify NuPlayer to scan sources
368 sp<AMessage> notify = mNotify->dup();
369 notify->setInt32("what", kWhatResumeCompleted);
370 notify->post();
395 sp<AMessage> notify = mNotify->dup();
396 notify->setInt32("what", kWhatFlushCompleted);
397 notify->post();
406 sp<AMessage> notify = mNotify->dup();
407 notify->setInt32("what", kWhatShutdownCompleted);
408 notify->post();