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
45 MediaPuller::~MediaPuller() {
48 status_t MediaPuller::postSynchronouslyAndReturnError(
64 status_t MediaPuller::start() {
68 void MediaPuller::stopAsync(const sp<AMessage> &notify) {
74 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);
40 virtual ~MediaPuller();
57 DISALLOW_EVIL_CONSTRUCTORS(MediaPuller);

Completed in 394 milliseconds