Searched refs:PostReplyWithError (Results 1 – 4 of 4) sorted by relevance
/frameworks/av/media/libstagefright/ |
D | FrameCaptureProcessor.cpp | 64 void FrameCaptureProcessor::PostReplyWithError( in PostReplyWithError() function in android::FrameCaptureProcessor 187 PostReplyWithError(replyID, err); in onMessageReceived() 204 PostReplyWithError(replyID, in onMessageReceived()
|
D | MediaCodec.cpp | 2027 void MediaCodec::PostReplyWithError(const sp<AMessage> &msg, int32_t err) { in PostReplyWithError() function in android::MediaCodec 2030 PostReplyWithError(replyID, err); in PostReplyWithError() 2033 void MediaCodec::PostReplyWithError(const sp<AReplyToken> &replyID, int32_t err) { in PostReplyWithError() function in android::MediaCodec 3816 PostReplyWithError(mDequeueInputReplyID, INVALID_OPERATION); in cancelPendingDequeueOperations() 3825 PostReplyWithError(mDequeueOutputReplyID, INVALID_OPERATION); in cancelPendingDequeueOperations() 3838 PostReplyWithError(replyID, INVALID_OPERATION); in handleDequeueInputBuffer() 3841 PostReplyWithError(replyID, INVALID_OPERATION); in handleDequeueInputBuffer() 3844 PostReplyWithError(replyID, INVALID_OPERATION); in handleDequeueInputBuffer() 3847 PostReplyWithError(replyID, getStickyError()); in handleDequeueInputBuffer() 3871 PostReplyWithError(replyID, INVALID_OPERATION); in handleDequeueOutputBuffer() [all …]
|
/frameworks/av/media/libstagefright/include/media/stagefright/ |
D | FrameCaptureProcessor.h | 82 static void PostReplyWithError(
|
D | MediaCodec.h | 625 void PostReplyWithError(const sp<AMessage> &msg, int32_t err); 626 void PostReplyWithError(const sp<AReplyToken> &replyID, int32_t err);
|