HomeSort by relevance Sort by last modified time
    Searched refs:PostReplyWithError (Results 1 - 2 of 2) sorted by null

  /frameworks/av/media/libstagefright/
MediaCodec.cpp 283 void MediaCodec::PostReplyWithError(const sp<AReplyToken> &replyID, int32_t err) {
900 PostReplyWithError(mDequeueInputReplyID, INVALID_OPERATION);
908 PostReplyWithError(mDequeueOutputReplyID, INVALID_OPERATION);
919 PostReplyWithError(replyID, INVALID_OPERATION);
922 PostReplyWithError(replyID, getStickyError());
943 PostReplyWithError(replyID, INVALID_OPERATION);
945 PostReplyWithError(replyID, getStickyError());
947 PostReplyWithError(replyID, INFO_OUTPUT_BUFFERS_CHANGED);
950 PostReplyWithError(replyID, INFO_FORMAT_CHANGED);
    [all...]
  /frameworks/av/include/media/stagefright/
MediaCodec.h 345 void PostReplyWithError(const sp<AReplyToken> &replyID, int32_t err);

Completed in 42 milliseconds