Lines Matching refs:AMessage
41 const sp<AMessage> ¬ify, in HTTPLiveSource()
110 sp<AMessage> notify = new AMessage(kWhatSessionNotify, this); in prepareAsync()
139 sp<AMessage> NuPlayer::HTTPLiveSource::getFormat(bool audio) { in getFormat()
149 sp<AMessage> format; in getFormat()
151 format = new AMessage(); in getFormat()
182 sp<AMessage> NuPlayer::HTTPLiveSource::getTrackInfo(size_t trackIndex) const { in getTrackInfo()
228 sp<AMessage> msg = new AMessage(what, this); in selectTrack()
249 const sp<AMessage> &msg, int32_t currentGeneration, in pollForRawData()
262 sp<AMessage> notify = dupNotify(); in pollForRawData()
291 void NuPlayer::HTTPLiveSource::onMessageReceived(const sp<AMessage> &msg) { in onMessageReceived()
329 void NuPlayer::HTTPLiveSource::onSessionNotify(const sp<AMessage> &msg) { in onSessionNotify()
337 sp<AMessage> format = getFormat(false /* audio */); in onSessionNotify()
383 sp<AMessage> reply; in onSessionNotify()
386 sp<AMessage> notify = dupNotify(); in onSessionNotify()
397 sp<AMessage> notify = dupNotify(); in onSessionNotify()
405 sp<AMessage> notify = dupNotify(); in onSessionNotify()
414 sp<AMessage> notify = dupNotify(); in onSessionNotify()
428 sp<AMessage> notify = dupNotify(); in onSessionNotify()