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, this));
/frameworks/av/media/libstagefright/
H A DMediaCodecSource.cpp96 status_t postSynchronouslyAndReturnError(const sp<AMessage> &msg);
149 status_t MediaCodecSource::Puller::postSynchronouslyAndReturnError( function in class:android::MediaCodecSource::Puller
176 return postSynchronouslyAndReturnError(msg);
203 (void)postSynchronouslyAndReturnError(msg);
342 return postSynchronouslyAndReturnError(msg);
359 return postSynchronouslyAndReturnError(msg);
364 return postSynchronouslyAndReturnError(msg);
574 status_t MediaCodecSource::postSynchronouslyAndReturnError( function in class:android::MediaCodecSource
/frameworks/av/include/media/stagefright/
H A DMediaCodecSource.h104 status_t postSynchronouslyAndReturnError(const sp<AMessage> &msg);

Completed in 1942 milliseconds