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

/frameworks/av/media/libstagefright/
H A DMediaCodec.cpp305 void MediaCodec::PostReplyWithError(const sp<AReplyToken> &replyID, int32_t err) { function in class:android::MediaCodec
988 PostReplyWithError(mDequeueInputReplyID, INVALID_OPERATION);
996 PostReplyWithError(mDequeueOutputReplyID, INVALID_OPERATION);
1007 PostReplyWithError(replyID, INVALID_OPERATION);
1010 PostReplyWithError(replyID, getStickyError());
1031 PostReplyWithError(replyID, INVALID_OPERATION);
1033 PostReplyWithError(replyID, getStickyError());
1035 PostReplyWithError(replyID, INFO_OUTPUT_BUFFERS_CHANGED);
1038 PostReplyWithError(replyID, INFO_FORMAT_CHANGED);
1217 PostReplyWithError(mReplyI
[all...]
/frameworks/av/include/media/stagefright/
H A DMediaCodec.h356 void PostReplyWithError(const sp<AReplyToken> &replyID, int32_t err);

Completed in 883 milliseconds