Lines Matching refs:AMessage
27 Decoder(const sp<AMessage> ¬ify,
34 virtual sp<AMessage> getStats() const;
42 virtual void onMessageReceived(const sp<AMessage> &msg);
44 virtual void onConfigure(const sp<AMessage> &format);
45 virtual void onSetParameters(const sp<AMessage> ¶ms);
66 sp<AMessage> mInputFormat;
67 sp<AMessage> mOutputFormat;
71 List<sp<AMessage> > mPendingInputMessages;
106 void handleOutputFormatChange(const sp<AMessage> &format);
110 bool isStaleReply(const sp<AMessage> &msg);
113 status_t fetchInputData(sp<AMessage> &reply);
114 bool onInputBufferFetched(const sp<AMessage> &msg);
115 void onRenderBuffer(const sp<AMessage> &msg);
117 bool supportsSeamlessFormatChange(const sp<AMessage> &to) const;
118 bool supportsSeamlessAudioFormatChange(const sp<AMessage> &targetFormat) const;
119 void rememberCodecSpecificData(const sp<AMessage> &format);