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 1689 PostReplyWithError(mDequeueInputReplyID, INVALID_OPERATION); in cancelPendingDequeueOperations() 1697 PostReplyWithError(mDequeueOutputReplyID, INVALID_OPERATION); in cancelPendingDequeueOperations() 1708 PostReplyWithError(replyID, INVALID_OPERATION); in handleDequeueInputBuffer() 1711 PostReplyWithError(replyID, getStickyError()); in handleDequeueInputBuffer() 1732 PostReplyWithError(replyID, INVALID_OPERATION); in handleDequeueOutputBuffer() 1734 PostReplyWithError(replyID, getStickyError()); in handleDequeueOutputBuffer() 1736 PostReplyWithError(replyID, INFO_OUTPUT_BUFFERS_CHANGED); in handleDequeueOutputBuffer() 1739 PostReplyWithError(replyID, INFO_FORMAT_CHANGED); in handleDequeueOutputBuffer() 1933 PostReplyWithError(mReplyID, err); in onMessageReceived() [all …]
|
/frameworks/av/media/libstagefright/include/media/stagefright/ |
D | MediaCodec.h | 387 void PostReplyWithError(const sp<AReplyToken> &replyID, int32_t err);
|