Home
last modified time | relevance | path

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

/frameworks/av/media/libstagefright/
DMediaCodecSource.cpp102 status_t postSynchronouslyAndReturnError(const sp<AMessage> &msg);
155 status_t MediaCodecSource::Puller::postSynchronouslyAndReturnError( in postSynchronouslyAndReturnError() function in android::MediaCodecSource::Puller
186 return postSynchronouslyAndReturnError(msg); in start()
205 (void)postSynchronouslyAndReturnError(msg); in stopSource()
359 return postSynchronouslyAndReturnError(msg); in setInputBufferTimeOffset()
376 return postSynchronouslyAndReturnError(msg); in start()
381 return postSynchronouslyAndReturnError(msg); in stop()
388 return postSynchronouslyAndReturnError(msg); in setStopTimeUs()
632 status_t MediaCodecSource::postSynchronouslyAndReturnError( in postSynchronouslyAndReturnError() function in android::MediaCodecSource
/frameworks/av/media/libstagefright/include/media/stagefright/
DMediaCodecSource.h121 status_t postSynchronouslyAndReturnError(const sp<AMessage> &msg);