Searched defs:MediaPuller (Results 1 - 2 of 2) sorted by relevance

/frameworks/av/media/libstagefright/wifi-display/source/
H A DMediaPuller.cpp18 #define LOG_TAG "MediaPuller"
21 #include "MediaPuller.h"
32 MediaPuller::MediaPuller( function in class:android::MediaPuller
46 MediaPuller::~MediaPuller() {
49 status_t MediaPuller::postSynchronouslyAndReturnError(
65 status_t MediaPuller::start() {
69 void MediaPuller::stopAsync(const sp<AMessage> &notify) {
75 void MediaPuller
[all...]
H A DMediaPuller.h27 struct MediaPuller : public AHandler { struct in namespace:android
33 MediaPuller(const sp<MediaSource> &source, const sp<AMessage> &notify);
43 virtual ~MediaPuller();
63 DISALLOW_EVIL_CONSTRUCTORS(MediaPuller);

Completed in 1008 milliseconds