Home | History | Annotate | Download | only in nuplayer2

Lines Matching refs:notify

42         const sp<AMessage> &notify,
46 : Source(notify),
112 sp<AMessage> notify = new AMessage(kWhatSessionNotify, this);
115 notify,
264 sp<AMessage> notify = dupNotify();
265 notify->setInt32("what", pushWhat);
266 notify->setBuffer("buffer", buffer);
274 notify->post();
281 notify->post();
338 // notify the current size here if we have it, otherwise report an initial size of (0,0)
388 sp<AMessage> notify = dupNotify();
389 notify->setInt32("what", kWhatQueueDecoderShutdown);
390 notify->setInt32("audio", audio);
391 notify->setInt32("video", video);
392 notify->setMessage("reply", reply);
393 notify->post();
399 sp<AMessage> notify = dupNotify();
400 notify->setInt32("what", kWhatPauseOnBufferingStart);
401 notify->post();
407 sp<AMessage> notify = dupNotify();
408 notify->setInt32("what", kWhatResumeOnBufferingEnd);
409 notify->post();
416 sp<AMessage> notify = dupNotify();
419 notify->setInt32("what", kWhatBufferingUpdate);
420 notify->setInt32("percentage", percentage);
421 notify->post();
430 sp<AMessage> notify = dupNotify();
432 notify->setInt32("what", kWhatTimedMetaData);
433 notify->post();