Home | History | Annotate | Download | only in jni

Lines Matching refs:AMessage

39 #include <media/stagefright/foundation/AMessage.h>
234 mOnFrameRenderedNotification = new AMessage(kWhatFrameRendered, this);
246 mCallbackNotification = new AMessage(kWhatCallbackNotify, this);
256 const sp<AMessage> &format,
376 sp<AMessage> msg;
387 sp<AMessage> msg;
601 status_t JMediaCodec::setParameters(const sp<AMessage> &msg) {
651 void JMediaCodec::handleCallback(const sp<AMessage> &msg) {
719 sp<AMessage> format;
745 void JMediaCodec::handleFrameRenderedNotification(const sp<AMessage> &msg) {
750 sp<AMessage> data;
766 void JMediaCodec::onMessageReceived(const sp<AMessage> &msg) {
940 sp<AMessage> format;
1606 sp<AMessage> params;