Home | History | Annotate | Download | only in nuplayer

Lines Matching refs:notify

42         const sp<AMessage> &notify,
46 : Source(notify),
111 sp<AMessage> notify = new AMessage(kWhatSessionNotify, this);
114 notify,
263 sp<AMessage> notify = dupNotify();
264 notify->setInt32("what", pushWhat);
265 notify->setBuffer("buffer", buffer);
273 notify->post();
280 notify->post();
337 // notify the current size here if we have it, otherwise report an initial size of (0,0)
387 sp<AMessage> notify = dupNotify();
388 notify->setInt32("what", kWhatQueueDecoderShutdown);
389 notify->setInt32("audio", audio);
390 notify->setInt32("video", video);
391 notify->setMessage("reply", reply);
392 notify->post();
398 sp<AMessage> notify = dupNotify();
399 notify->setInt32("what", kWhatPauseOnBufferingStart);
400 notify->post();
406 sp<AMessage> notify = dupNotify();
407 notify->setInt32("what", kWhatResumeOnBufferingEnd);
408 notify->post();
415 sp<AMessage> notify = dupNotify();
418 notify->setInt32("what", kWhatBufferingUpdate);
419 notify->setInt32("percentage", percentage);
420 notify->post();
429 sp<AMessage> notify = dupNotify();
431 notify->setInt32("what", kWhatTimedMetaData);
432 notify->post();