Home
last modified time | relevance | path

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

/frameworks/av/media/libstagefright/
DMediaCodec.cpp538 void MediaCodec::PostReplyWithError(const sp<AReplyToken> &replyID, int32_t err) { in PostReplyWithError() function in android::MediaCodec
1326 PostReplyWithError(mDequeueInputReplyID, INVALID_OPERATION); in cancelPendingDequeueOperations()
1334 PostReplyWithError(mDequeueOutputReplyID, INVALID_OPERATION); in cancelPendingDequeueOperations()
1345 PostReplyWithError(replyID, INVALID_OPERATION); in handleDequeueInputBuffer()
1348 PostReplyWithError(replyID, getStickyError()); in handleDequeueInputBuffer()
1369 PostReplyWithError(replyID, INVALID_OPERATION); in handleDequeueOutputBuffer()
1371 PostReplyWithError(replyID, getStickyError()); in handleDequeueOutputBuffer()
1373 PostReplyWithError(replyID, INFO_OUTPUT_BUFFERS_CHANGED); in handleDequeueOutputBuffer()
1376 PostReplyWithError(replyID, INFO_FORMAT_CHANGED); in handleDequeueOutputBuffer()
1568 PostReplyWithError(mReplyID, err); in onMessageReceived()
[all …]
/frameworks/av/media/libstagefright/include/media/stagefright/
DMediaCodec.h377 void PostReplyWithError(const sp<AReplyToken> &replyID, int32_t err);