Home | History | Annotate | Download | only in nuplayer2

Lines Matching full:amessage

42         const sp<AMessage> &notify,
116 sp<AMessage> notify = new AMessage(kWhatNotify, this);
145 sp<AMessage> msg = new AMessage(kWhatDisconnect, this);
147 sp<AMessage> dummy;
296 sp<AMessage> msg = new AMessage(kWhatPerformSeek, this);
301 sp<AMessage> response;
322 sp<AMessage> msg = new AMessage(kWhatPollBuffering, this);
446 void NuPlayer2::RTSPSource2::onSignalEOS(const sp<AMessage> &msg) {
467 sp<AMessage> msg = new AMessage(kWhatSignalEOS, this);
475 void NuPlayer2::RTSPSource2::onMessageReceived(const sp<AMessage> &msg) {
771 void NuPlayer2::RTSPSource2::onSDPLoaded(const sp<AMessage> &msg) {
792 sp<AMessage> notify = new AMessage(kWhatNotify, this);
817 void NuPlayer2::RTSPSource2::onDisconnected(const sp<AMessage> &msg) {
853 (new AMessage)->postReply(mDisconnectReplyID);
868 sp<AMessage> notify = dupNotify();
884 sp<AMessage> notify = dupNotify();
896 sp<AMessage> seekReply = new AMessage;