HomeSort by relevance Sort by last modified time
    Searched defs:ARTSPController (Results 1 - 2 of 2) sorted by null

  /frameworks/base/media/libstagefright/rtsp/
ARTSPController.cpp 17 #include "ARTSPController.h"
28 ARTSPController::ARTSPController(const sp<ALooper> &looper)
34 mReflector = new AHandlerReflector<ARTSPController>(this);
38 ARTSPController::~ARTSPController() {
43 status_t ARTSPController::connect(const char *url) {
69 void ARTSPController::disconnect() {
86 void ARTSPController::seekAsync(
113 size_t ARTSPController::countTracks()
    [all...]
  /frameworks/base/media/libstagefright/include/
ARTSPController.h 30 struct ARTSPController : public MediaExtractor {
31 ARTSPController(const sp<ALooper> &looper);
58 virtual ~ARTSPController();
81 sp<AHandlerReflector<ARTSPController> > mReflector;
87 DISALLOW_EVIL_CONSTRUCTORS(ARTSPController);

Completed in 33 milliseconds