Home | History | Annotate | Download | only in nuplayer

Lines Matching full:amessage

29 #include <media/stagefright/foundation/AMessage.h>
42 const sp<AMessage> &notify,
111 sp<AMessage> notify = new AMessage(kWhatSessionNotify, this);
140 sp<AMessage> NuPlayer::HTTPLiveSource::getFormat(bool audio) {
150 sp<AMessage> format;
152 format = new AMessage();
183 sp<AMessage> NuPlayer::HTTPLiveSource::getTrackInfo(size_t trackIndex) const {
229 sp<AMessage> msg = new AMessage(what, this);
250 const sp<AMessage> &msg, int32_t currentGeneration,
263 sp<AMessage> notify = dupNotify();
292 void NuPlayer::HTTPLiveSource::onMessageReceived(const sp<AMessage> &msg) {
330 void NuPlayer::HTTPLiveSource::onSessionNotify(const sp<AMessage> &msg) {
338 sp<AMessage> format = getFormat(false /* audio */);
384 sp<AMessage> reply;
387 sp<AMessage> notify = dupNotify();
398 sp<AMessage> notify = dupNotify();
406 sp<AMessage> notify = dupNotify();
415 sp<AMessage> notify = dupNotify();
429 sp<AMessage> notify = dupNotify();