Lines Matching full:amessage
25 #include <media/stagefright/foundation/AMessage.h>
32 const sp<AMessage> ¬ify,
41 void NuPlayer::Decoder::configure(const sp<AMessage> &format) {
47 sp<AMessage> notifyMsg =
48 new AMessage(kWhatCodecNotify, id());
84 void NuPlayer::Decoder::onMessageReceived(const sp<AMessage> &msg) {
94 sp<AMessage> notify = mNotify->dup();
107 void NuPlayer::Decoder::onFillThisBuffer(const sp<AMessage> &msg) {
108 sp<AMessage> reply;
127 sp<AMessage> notify = mNotify->dup();