Home | History | Annotate | Download | only in nuplayer2

Lines Matching full:amessage

29 #include <media/stagefright/foundation/AMessage.h>
42 const sp<AMessage> &notify,
112 sp<AMessage> notify = new AMessage(kWhatSessionNotify, this);
141 sp<AMessage> NuPlayer2::HTTPLiveSource2::getFormat(bool audio) {
151 sp<AMessage> format;
153 format = new AMessage();
184 sp<AMessage> NuPlayer2::HTTPLiveSource2::getTrackInfo(size_t trackIndex) const {
230 sp<AMessage> msg = new AMessage(what, this);
251 const sp<AMessage> &msg, int32_t currentGeneration,
264 sp<AMessage> notify = dupNotify();
293 void NuPlayer2::HTTPLiveSource2::onMessageReceived(const sp<AMessage> &msg) {
331 void NuPlayer2::HTTPLiveSource2::onSessionNotify(const sp<AMessage> &msg) {
339 sp<AMessage> format = getFormat(false /* audio */);
385 sp<AMessage> reply;
388 sp<AMessage> notify = dupNotify();
399 sp<AMessage> notify = dupNotify();
407 sp<AMessage> notify = dupNotify();
416 sp<AMessage> notify = dupNotify();
430 sp<AMessage> notify = dupNotify();