Lines Matching refs:AMessage
29 Decoder(const sp<AMessage> ¬ify,
37 virtual sp<AMessage> getStats() const;
47 virtual void onMessageReceived(const sp<AMessage> &msg);
49 virtual void onConfigure(const sp<AMessage> &format);
50 virtual void onSetParameters(const sp<AMessage> ¶ms);
76 sp<AMessage> mInputFormat;
77 sp<AMessage> mOutputFormat;
81 List<sp<AMessage> > mPendingInputMessages;
124 void handleOutputFormatChange(const sp<AMessage> &format);
128 bool isStaleReply(const sp<AMessage> &msg);
131 status_t fetchInputData(sp<AMessage> &reply);
132 bool onInputBufferFetched(const sp<AMessage> &msg);
133 void onRenderBuffer(const sp<AMessage> &msg);
135 bool supportsSeamlessFormatChange(const sp<AMessage> &to) const;
136 bool supportsSeamlessAudioFormatChange(const sp<AMessage> &targetFormat) const;
137 void rememberCodecSpecificData(const sp<AMessage> &format);
143 void onReleaseCrypto(const sp<AMessage>& msg);