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

/frameworks/av/media/libstagefright/httplive/
H A DLiveSession.cpp18 #define LOG_TAG "LiveSession"
21 #include "include/LiveSession.h"
43 LiveSession::LiveSession(uint32_t flags, bool uidValid, uid_t uid) function in class:android::LiveSession
68 LiveSession::~LiveSession() {
71 sp<DataSource> LiveSession::getDataSource() {
75 void LiveSession::connect(
89 void LiveSession::disconnect() {
98 void LiveSession
[all...]
/frameworks/av/media/libstagefright/include/
H A DLiveSession.h33 struct LiveSession : public AHandler { struct in namespace:android
38 LiveSession(uint32_t flags = 0, bool uidValid = false, uid_t uid = 0);
55 virtual ~LiveSession();
139 DISALLOW_EVIL_CONSTRUCTORS(LiveSession);

Completed in 140 milliseconds