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

/frameworks/av/media/libstagefright/include/
H A DSDPLoader.h30 struct SDPLoader : public AHandler { struct in namespace:android
38 SDPLoader(
48 virtual ~SDPLoader() {}
67 DISALLOW_EVIL_CONSTRUCTORS(SDPLoader);
/frameworks/av/media/libstagefright/rtsp/
H A DSDPLoader.cpp18 #define LOG_TAG "SDPLoader"
21 #include "include/SDPLoader.h"
36 SDPLoader::SDPLoader( function in class:android::SDPLoader
51 void SDPLoader::load(const char *url, const KeyedVector<String8, String8> *headers) {
66 void SDPLoader::cancel() {
72 void SDPLoader::onMessageReceived(const sp<AMessage> &msg) {
84 void SDPLoader::onLoad(const sp<AMessage> &msg) {

Completed in 53 milliseconds