Home
last modified time | relevance | path

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

/frameworks/av/media/libstagefright/
DMediaCodec.cpp3847 PostReplyWithError(replyID, getStickyError()); in handleDequeueInputBuffer()
3879 PostReplyWithError(replyID, getStickyError()); in handleDequeueOutputBuffer()
5323 PostReplyWithError(replyID, getStickyError()); in onMessageReceived()
5469 PostReplyWithError(replyID, getStickyError()); in onMessageReceived()
5566 PostReplyWithError(replyID, getStickyError()); in onMessageReceived()
5598 PostReplyWithError(msg, getStickyError()); in onMessageReceived()
5629 PostReplyWithError(replyID, getStickyError()); in onMessageReceived()
5666 PostReplyWithError(msg, getStickyError()); in onMessageReceived()
5721 PostReplyWithError(replyID, getStickyError()); in onMessageReceived()
/frameworks/av/media/libstagefright/include/media/stagefright/
DMediaCodec.h693 inline status_t getStickyError() const { in getStickyError() function