Lines Matching refs:AMessage
42 const sp<AMessage> ¬ify, in HTTPLiveSource()
111 sp<AMessage> notify = new AMessage(kWhatSessionNotify, this); in prepareAsync()
140 sp<AMessage> NuPlayer::HTTPLiveSource::getFormat(bool audio) { in getFormat()
150 sp<AMessage> format; in getFormat()
152 format = new AMessage(); in getFormat()
183 sp<AMessage> NuPlayer::HTTPLiveSource::getTrackInfo(size_t trackIndex) const { in getTrackInfo()
229 sp<AMessage> msg = new AMessage(what, this); in selectTrack()
250 const sp<AMessage> &msg, int32_t currentGeneration, in pollForRawData()
263 sp<AMessage> notify = dupNotify(); in pollForRawData()
292 void NuPlayer::HTTPLiveSource::onMessageReceived(const sp<AMessage> &msg) { in onMessageReceived()
330 void NuPlayer::HTTPLiveSource::onSessionNotify(const sp<AMessage> &msg) { in onSessionNotify()
338 sp<AMessage> format = getFormat(false /* audio */); in onSessionNotify()
384 sp<AMessage> reply; in onSessionNotify()
387 sp<AMessage> notify = dupNotify(); in onSessionNotify()
398 sp<AMessage> notify = dupNotify(); in onSessionNotify()
406 sp<AMessage> notify = dupNotify(); in onSessionNotify()
415 sp<AMessage> notify = dupNotify(); in onSessionNotify()
429 sp<AMessage> notify = dupNotify(); in onSessionNotify()