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

  /frameworks/av/media/libstagefright/httplive/
LiveSession.cpp 18 #define LOG_TAG "LiveSession"
21 #include "include/LiveSession.h"
43 LiveSession::LiveSession(uint32_t flags, bool uidValid, uid_t uid)
68 LiveSession::~LiveSession() {
71 sp<DataSource> LiveSession::getDataSource() {
75 void LiveSession::connect(
89 void LiveSession::disconnect() {
98 void LiveSession::seekTo(int64_t timeUs)
    [all...]
  /frameworks/av/media/libstagefright/include/
LiveSession.h 33 struct LiveSession : public AHandler {
38 LiveSession(uint32_t flags = 0, bool uidValid = false, uid_t uid = 0);
55 virtual ~LiveSession();
139 DISALLOW_EVIL_CONSTRUCTORS(LiveSession);

Completed in 41 milliseconds