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

/frameworks/av/media/libstagefright/wifi-display/source/
H A DMediaPuller.h60 status_t postSynchronouslyAndReturnError(const sp<AMessage> &msg);
H A DMediaPuller.cpp49 status_t MediaPuller::postSynchronouslyAndReturnError( function in class:android::MediaPuller
66 return postSynchronouslyAndReturnError(new AMessage(kWhatStart, id()));
/frameworks/av/media/libstagefright/
H A DMediaCodecSource.cpp70 status_t postSynchronouslyAndReturnError(const sp<AMessage> &msg);
98 status_t MediaCodecSource::Puller::postSynchronouslyAndReturnError( function in class:android::MediaCodecSource::Puller
126 return postSynchronouslyAndReturnError(msg);
274 return postSynchronouslyAndReturnError(msg);
279 status_t err = postSynchronouslyAndReturnError(msg);
458 status_t MediaCodecSource::postSynchronouslyAndReturnError( function in class:android::MediaCodecSource
/frameworks/av/include/media/stagefright/
H A DMediaCodecSource.h92 status_t postSynchronouslyAndReturnError(const sp<AMessage> &msg);

Completed in 841 milliseconds