Searched refs:PostReplyWithError (Results 1 – 2 of 2) sorted by relevance
/frameworks/av/media/libstagefright/ |
D | MediaCodec.cpp | 846 void MediaCodec::PostReplyWithError(const sp<AReplyToken> &replyID, int32_t err) { in PostReplyWithError() function in android::MediaCodec 1677 PostReplyWithError(mDequeueInputReplyID, INVALID_OPERATION); in cancelPendingDequeueOperations() 1685 PostReplyWithError(mDequeueOutputReplyID, INVALID_OPERATION); in cancelPendingDequeueOperations() 1696 PostReplyWithError(replyID, INVALID_OPERATION); in handleDequeueInputBuffer() 1699 PostReplyWithError(replyID, getStickyError()); in handleDequeueInputBuffer() 1720 PostReplyWithError(replyID, INVALID_OPERATION); in handleDequeueOutputBuffer() 1722 PostReplyWithError(replyID, getStickyError()); in handleDequeueOutputBuffer() 1724 PostReplyWithError(replyID, INFO_OUTPUT_BUFFERS_CHANGED); in handleDequeueOutputBuffer() 1727 PostReplyWithError(replyID, INFO_FORMAT_CHANGED); in handleDequeueOutputBuffer() 1921 PostReplyWithError(mReplyID, err); in onMessageReceived() [all …]
|
/frameworks/av/media/libstagefright/include/media/stagefright/ |
D | MediaCodec.h | 385 void PostReplyWithError(const sp<AReplyToken> &replyID, int32_t err);
|