Home | History | Annotate | Download | only in ndk

Lines Matching full:amessage

32 #include <media/stagefright/foundation/AMessage.h>
78 virtual void onMessageReceived(const sp<AMessage> &msg);
87 sp<AMessage> mActivityNotification;
93 sp<AMessage> mAsyncNotify;
103 void CodecHandler::onMessageReceived(const sp<AMessage> &msg) {
218 sp<AMessage> format;
286 sp<AMessage> response = new AMessage;
300 (new AMessage(kWhatRequestActivityNotifications, codec->mHandler))->post();
407 sp<AMessage> nativeFormat;
430 mData->mAsyncNotify = new AMessage(kWhatAsyncNotify, mData->mHandler);
457 mData->mActivityNotification = new AMessage(kWhatActivityNotify, mData->mHandler);
467 sp<AMessage> msg = new AMessage(kWhatStopActivityNotifications, mData->mHandler);
468 sp<AMessage> response;
598 sp<AMessage> format;
605 sp<AMessage> format;
612 sp<AMessage> format;
707 sp<AMessage> nativeParams;