Searched defs:LiveSession (Results 1 – 2 of 2) sorted by relevance
43 struct LiveSession : public AHandler { struct44 enum Flags {71 LiveSession( argument119 virtual ~LiveSession(); argument126 enum {139 static const int64_t kUpSwitchMarkUs;140 static const int64_t kDownSwitchMarkUs;141 static const int64_t kUpSwitchMarginUs;142 static const int64_t kResumeThresholdUs;145 BufferingSettings mBufferingSettings;[all …]
275 LiveSession::LiveSession( in LiveSession() function in android::LiveSession