Home
last modified time | relevance | path

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

/aosp12/frameworks/av/media/libstagefright/
H A DMediaCodec.cpp2897 PostReplyWithError(replyID, getStickyError()); in handleDequeueInputBuffer()
2920 PostReplyWithError(replyID, getStickyError()); in handleDequeueOutputBuffer()
4047 PostReplyWithError(replyID, getStickyError()); in onMessageReceived()
4173 PostReplyWithError(replyID, getStickyError()); in onMessageReceived()
4255 PostReplyWithError(replyID, getStickyError()); in onMessageReceived()
4271 PostReplyWithError(msg, getStickyError()); in onMessageReceived()
4295 PostReplyWithError(replyID, getStickyError()); in onMessageReceived()
4327 PostReplyWithError(msg, getStickyError()); in onMessageReceived()
4368 PostReplyWithError(replyID, getStickyError()); in onMessageReceived()
/aosp12/frameworks/av/media/libstagefright/include/media/stagefright/
H A DMediaCodec.h570 inline status_t getStickyError() const { in getStickyError() function