Home | History | Annotate | Download | only in nuplayer

Lines Matching refs:AMessage

30 #include <media/stagefright/foundation/AMessage.h>
43 const sp<AMessage> &notify,
62 void NuPlayer::DecoderPassThrough::onConfigure(const sp<AMessage> &format) {
85 void NuPlayer::DecoderPassThrough::onSetParameters(const sp<AMessage> &/*params*/) {
101 bool NuPlayer::DecoderPassThrough::isStaleReply(const sp<AMessage> &msg) {
120 sp<AMessage> msg = new AMessage();
220 status_t NuPlayer::DecoderPassThrough::fetchInputData(sp<AMessage> &reply) {
243 sp<AMessage> msg = mNotify->dup();
283 const sp<AMessage> &msg) {
304 sp<AMessage> extra;
338 sp<AMessage> reply = new AMessage(kWhatBufferConsumed, this);
363 sp<AMessage> notify = mNotify->dup();
390 sp<AMessage> notify = mNotify->dup();
401 sp<AMessage> notify = mNotify->dup();
409 void NuPlayer::DecoderPassThrough::onMessageReceived(const sp<AMessage> &msg) {