Lines Matching full:amessage
29 #include <media/stagefright/foundation/AMessage.h>
43 const sp<AMessage> ¬ify,
130 sp<AMessage> notify = new AMessage(kWhatSessionNotify, this);
159 sp<AMessage> NuPlayer::HTTPLiveSource::getFormat(bool audio) {
169 sp<AMessage> format;
171 format = new AMessage();
202 sp<AMessage> NuPlayer::HTTPLiveSource::getTrackInfo(size_t trackIndex) const {
248 sp<AMessage> msg = new AMessage(what, this);
269 const sp<AMessage> &msg, int32_t currentGeneration,
282 sp<AMessage> notify = dupNotify();
311 void NuPlayer::HTTPLiveSource::onMessageReceived(const sp<AMessage> &msg) {
349 void NuPlayer::HTTPLiveSource::onSessionNotify(const sp<AMessage> &msg) {
357 sp<AMessage> format = getFormat(false /* audio */);
403 sp<AMessage> reply;
406 sp<AMessage> notify = dupNotify();
417 sp<AMessage> notify = dupNotify();
425 sp<AMessage> notify = dupNotify();
434 sp<AMessage> notify = dupNotify();
448 sp<AMessage> notify = dupNotify();