Home | History | Annotate | Download | only in nuplayer

Lines Matching full:notify

34         const sp<AMessage> &notify)
36 mNotify(notify),
391 sp<AMessage> notify = mNotify->dup();
392 notify->setInt32("what", kWhatEOS);
393 notify->setInt32("audio", static_cast<int32_t>(audio));
394 notify->setInt32("finalResult", finalResult);
395 notify->post();
558 sp<AMessage> notify = mNotify->dup();
559 notify->setInt32("what", kWhatFlushComplete);
560 notify->setInt32("audio", static_cast<int32_t>(audio));
561 notify->post();
609 sp<AMessage> notify = mNotify->dup();
610 notify->setInt32("what", kWhatPosition);
611 notify->setInt64("positionUs", positionUs);
612 notify->setInt64("videoLateByUs", mVideoLateByUs);
613 notify->post();