Lines Matching refs:AMessage

60         const sp<AMessage> &notify,  in Decoder()
109 sp<AMessage> NuPlayer::Decoder::getStats() { in getStats()
118 sp<AMessage> copiedStats = mStats->dup(); in getStats()
128 sp<AMessage> msg = new AMessage(kWhatSetVideoSurface, this); in setVideoSurface()
131 sp<AMessage> response; in setVideoSurface()
139 void NuPlayer::Decoder::onMessageReceived(const sp<AMessage> &msg) { in onMessageReceived()
185 sp<AMessage> format; in onMessageReceived()
267 sp<AMessage> response = new AMessage; in onMessageReceived()
286 void NuPlayer::Decoder::onConfigure(const sp<AMessage> &format) { in onConfigure()
382 sp<AMessage> reply = new AMessage(kWhatCodecNotify, this); in onConfigure()
400 void NuPlayer::Decoder::onSetParameters(const sp<AMessage> &params) { in onSetParameters()
459 sp<AMessage> codecParams = new AMessage(); in onSetParameters()
522 sp<AMessage> notify = mNotify->dup(); in onFlush()
557 sp<AMessage> notify = mNotify->dup(); in onShutdown()
574 sp<AMessage> msg = new AMessage(); in doRequestBuffers()
601 sp<AMessage> notify = mNotify->dup(); in handleError()
611 sp<AMessage> msg = new AMessage(kWhatDrmReleaseCrypto, this); in releaseCrypto()
613 sp<AMessage> response; in releaseCrypto()
625 void NuPlayer::Decoder::onReleaseCrypto(const sp<AMessage>& msg) in onReleaseCrypto()
636 sp<AMessage> response = new AMessage; in onReleaseCrypto()
687 sp<AMessage> msg = new AMessage(); in handleAnInputBuffer()
702 sp<AMessage> msg = *mPendingInputMessages.begin(); in handleAnInputBuffer()
762 sp<AMessage> reply = new AMessage(kWhatRenderBuffer, this); in handleAnOutputBuffer()
808 void NuPlayer::Decoder::handleOutputFormatChange(const sp<AMessage> &format) { in handleOutputFormatChange()
817 sp<AMessage> notify = mNotify->dup(); in handleOutputFormatChange()
833 sp<AMessage> reply = new AMessage(kWhatAudioOutputFormatChanged, this); in handleOutputFormatChange()
865 sp<AMessage> reply = new AMessage(kWhatCodecNotify, this); in requestCodecNotification()
871 bool NuPlayer::Decoder::isStaleReply(const sp<AMessage> &msg) { in isStaleReply()
877 status_t NuPlayer::Decoder::fetchInputData(sp<AMessage> &reply) { in fetchInputData()
902 sp<AMessage> newFormat = mSource->getFormat(mIsAudio); in fetchInputData()
1000 bool NuPlayer::Decoder::onInputBufferFetched(const sp<AMessage> &msg) { in onInputBufferFetched()
1044 sp<AMessage> extra; in onInputBufferFetched()
1168 void NuPlayer::Decoder::onRenderBuffer(const sp<AMessage> &msg) { in onRenderBuffer()
1231 sp<AMessage> msg = mNotify->dup(); in finishHandleDiscontinuity()
1241 const sp<AMessage> &targetFormat) const { in supportsSeamlessAudioFormatChange()
1275 bool NuPlayer::Decoder::supportsSeamlessFormatChange(const sp<AMessage> &targetFormat) const { in supportsSeamlessFormatChange()
1306 void NuPlayer::Decoder::rememberCodecSpecificData(const sp<AMessage> &format) { in rememberCodecSpecificData()
1326 sp<AMessage> notify = mNotify->dup(); in notifyResumeCompleteIfNecessary()