Searched refs:PostReplyWithError (Results 1 – 2 of 2) sorted by relevance
/frameworks/av/media/libstagefright/ |
D | MediaCodec.cpp | 305 void MediaCodec::PostReplyWithError(const sp<AReplyToken> &replyID, int32_t err) { in PostReplyWithError() function in android::MediaCodec 988 PostReplyWithError(mDequeueInputReplyID, INVALID_OPERATION); in cancelPendingDequeueOperations() 996 PostReplyWithError(mDequeueOutputReplyID, INVALID_OPERATION); in cancelPendingDequeueOperations() 1007 PostReplyWithError(replyID, INVALID_OPERATION); in handleDequeueInputBuffer() 1010 PostReplyWithError(replyID, getStickyError()); in handleDequeueInputBuffer() 1031 PostReplyWithError(replyID, INVALID_OPERATION); in handleDequeueOutputBuffer() 1033 PostReplyWithError(replyID, getStickyError()); in handleDequeueOutputBuffer() 1035 PostReplyWithError(replyID, INFO_OUTPUT_BUFFERS_CHANGED); in handleDequeueOutputBuffer() 1038 PostReplyWithError(replyID, INFO_FORMAT_CHANGED); in handleDequeueOutputBuffer() 1217 PostReplyWithError(mReplyID, err); in onMessageReceived() [all …]
|
/frameworks/av/include/media/stagefright/ |
D | MediaCodec.h | 356 void PostReplyWithError(const sp<AReplyToken> &replyID, int32_t err);
|