Lines Matching full:amessage
76 sp<AMessage> msg = new AMessage(kWhatRegister, this);
82 void onMessageReceived(const sp<AMessage> &msg) {
120 (new AMessage(kWhatWatch, this))->post(kWatchIntervalUs);
517 AMessage> &msg) {
534 sp<AMessage> allocMsg(new AMessage(kWhatAllocate, this));
601 void CCodec::initiateConfigureComponent(const sp<AMessage> &format) {
610 sp<AMessage> msg(new AMessage(kWhatConfigure, this));
615 void CCodec::configure(const sp<AMessage> &msg) {
838 (new AMessage(kWhatCreateInputSurface, this))->post();
845 sp<AMessage> inputFormat;
846 sp<AMessage> outputFormat;
926 sp<AMessage> msg = new AMessage(kWhatSetInputSurface, this);
932 sp<AMessage> inputFormat;
933 sp<AMessage> outputFormat;
966 (new AMessage(kWhatStart, this))->post();
989 sp<AMessage> inputFormat;
990 sp<AMessage> outputFormat;
1041 (new AMessage(kWhatStop, this))->post();
1160 (new AMessage(kWhatFlush, this))->post();
1220 void CCodec::signalSetParameters(const sp<AMessage> ¶ms) {
1221 sp<AMessage> msg = new AMessage(kWhatSetParameters, this);
1226 void CCodec::setParameters(const sp<AMessage> ¶ms) {
1289 (new AMessage(kWhatWorkDone, this))->post();
1292 void CCodec::onMessageReceived(const sp<AMessage> &msg) {
1306 sp<AMessage> format;
1346 sp<AMessage> params;
1361 (new AMessage(kWhatWorkDone, this))->post();