Home | History | Annotate | Download | only in ndk

Lines Matching full:amessage

32 #include <media/stagefright/foundation/AMessage.h>
77 virtual void onMessageReceived(const sp<AMessage> &msg);
86 sp<AMessage> mActivityNotification;
97 void CodecHandler::onMessageReceived(const sp<AMessage> &msg) {
139 sp<AMessage> response = new AMessage;
153 (new AMessage(kWhatRequestActivityNotifications, codec->mHandler))->post();
231 sp<AMessage> nativeFormat;
249 mData->mActivityNotification = new AMessage(kWhatActivityNotify, mData->mHandler);
259 sp<AMessage> msg = new AMessage(kWhatStopActivityNotifications, mData->mHandler);
260 sp<AMessage> response;
364 sp<AMessage> format;
459 sp<AMessage> nativeParams;