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

/frameworks/av/media/libstagefright/
H A DMediaCodec.cpp535 void MediaCodec::PostReplyWithError(const sp<AReplyToken> &replyID, int32_t err) { function in class:android::MediaCodec
1304 PostReplyWithError(mDequeueInputReplyID, INVALID_OPERATION);
1312 PostReplyWithError(mDequeueOutputReplyID, INVALID_OPERATION);
1323 PostReplyWithError(replyID, INVALID_OPERATION);
1326 PostReplyWithError(replyID, getStickyError());
1347 PostReplyWithError(replyID, INVALID_OPERATION);
1349 PostReplyWithError(replyID, getStickyError());
1351 PostReplyWithError(replyID, INFO_OUTPUT_BUFFERS_CHANGED);
1354 PostReplyWithError(replyID, INFO_FORMAT_CHANGED);
1525 PostReplyWithError(mReplyI
[all...]
/frameworks/av/include/media/stagefright/
H A DMediaCodec.h377 void PostReplyWithError(const sp<AReplyToken> &replyID, int32_t err);
/frameworks/av/media/libstagefright/foundation/include/
H A DMediaCodec.h377 void PostReplyWithError(const sp<AReplyToken> &replyID, int32_t err);
/frameworks/av/media/libstagefright/include/
H A DMediaCodec.h377 void PostReplyWithError(const sp<AReplyToken> &replyID, int32_t err);

Completed in 104 milliseconds