Lines Matching refs:AMessage
36 const sp<AMessage> ¬ify,
90 sp<AMessage> notify = new AMessage(kWhatNotify, this);
119 sp<AMessage> msg = new AMessage(kWhatDisconnect, this);
121 sp<AMessage> dummy;
297 sp<AMessage> msg = new AMessage(kWhatPerformSeek, this);
301 sp<AMessage> response;
320 void NuPlayer::RTSPSource::onMessageReceived(const sp<AMessage> &msg) {
623 void NuPlayer::RTSPSource::onSDPLoaded(const sp<AMessage> &msg) {
644 sp<AMessage> notify = new AMessage(kWhatNotify, this);
669 void NuPlayer::RTSPSource::onDisconnected(const sp<AMessage> &msg) {
705 (new AMessage)->postReply(mDisconnectReplyID);
720 sp<AMessage> notify = dupNotify();
736 sp<AMessage> notify = dupNotify();
746 sp<AMessage> seekReply = new AMessage;