Searched refs:PostReplyWithError (Results 1 – 2 of 2) sorted by relevance
/frameworks/av/media/libstagefright/ |
D | MediaCodec.cpp | 535 void MediaCodec::PostReplyWithError(const sp<AReplyToken> &replyID, int32_t err) { in PostReplyWithError() function in android::MediaCodec 1304 PostReplyWithError(mDequeueInputReplyID, INVALID_OPERATION); in cancelPendingDequeueOperations() 1312 PostReplyWithError(mDequeueOutputReplyID, INVALID_OPERATION); in cancelPendingDequeueOperations() 1323 PostReplyWithError(replyID, INVALID_OPERATION); in handleDequeueInputBuffer() 1326 PostReplyWithError(replyID, getStickyError()); in handleDequeueInputBuffer() 1347 PostReplyWithError(replyID, INVALID_OPERATION); in handleDequeueOutputBuffer() 1349 PostReplyWithError(replyID, getStickyError()); in handleDequeueOutputBuffer() 1351 PostReplyWithError(replyID, INFO_OUTPUT_BUFFERS_CHANGED); in handleDequeueOutputBuffer() 1354 PostReplyWithError(replyID, INFO_FORMAT_CHANGED); in handleDequeueOutputBuffer() 1525 PostReplyWithError(mReplyID, err); in onMessageReceived() [all …]
|
/frameworks/av/media/libstagefright/include/ |
D | MediaCodec.h | 377 void PostReplyWithError(const sp<AReplyToken> &replyID, int32_t err);
|