Home
last modified time | relevance | path

Searched refs:PostReplyWithError (Results 1 – 2 of 2) sorted by relevance

/frameworks/av/media/libstagefright/
DMediaCodec.cpp868 void MediaCodec::PostReplyWithError(const sp<AReplyToken> &replyID, int32_t err) { in PostReplyWithError() function in android::MediaCodec
1777 PostReplyWithError(mDequeueInputReplyID, INVALID_OPERATION); in cancelPendingDequeueOperations()
1785 PostReplyWithError(mDequeueOutputReplyID, INVALID_OPERATION); in cancelPendingDequeueOperations()
1796 PostReplyWithError(replyID, INVALID_OPERATION); in handleDequeueInputBuffer()
1799 PostReplyWithError(replyID, getStickyError()); in handleDequeueInputBuffer()
1820 PostReplyWithError(replyID, INVALID_OPERATION); in handleDequeueOutputBuffer()
1822 PostReplyWithError(replyID, getStickyError()); in handleDequeueOutputBuffer()
1824 PostReplyWithError(replyID, INFO_OUTPUT_BUFFERS_CHANGED); in handleDequeueOutputBuffer()
1827 PostReplyWithError(replyID, INFO_FORMAT_CHANGED); in handleDequeueOutputBuffer()
2025 PostReplyWithError(mReplyID, err); in onMessageReceived()
[all …]
/frameworks/av/media/libstagefright/include/media/stagefright/
DMediaCodec.h393 void PostReplyWithError(const sp<AReplyToken> &replyID, int32_t err);