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 "LiveSession.h"
48 LiveSession::LiveSession( function in class:android::LiveSession
86 LiveSession::~LiveSession() {
89 sp<ABuffer> LiveSession::createFormatChangeBuffer(bool swap) {
98 void LiveSession::swapPacketSource(StreamType stream) {
107 status_t LiveSession::dequeueAccessUnit(
191 status_t LiveSession
[all...]
H A DLiveSession.h36 struct LiveSession : public AHandler { struct in namespace:android
41 LiveSession(
90 virtual ~LiveSession();
249 DISALLOW_EVIL_CONSTRUCTORS(LiveSession);

Completed in 218 milliseconds