Home
last modified time | relevance | path

Searched refs:CasSession (Results 1 – 1 of 1) sorted by relevance

/frameworks/av/media/libstagefright/mpeg2ts/
DCasManager.cpp49 struct CasSession { struct
50 CasSession() {} in CasSession() function
51 CasSession(const CADescriptor &descriptor) : in CasSession() function
61 CasSession *session);
62 void closeSession(const sp<ICas>& cas, const CasSession &casSession);
66 CasSession mProgramCas;
67 KeyedVector<unsigned, CasSession> mStreamPidToCasMap;
89 mStreamPidToCasMap.add(elementaryPID, CasSession(descriptor)); in addStream()
131 CasSession *session) { in initSession()
206 const sp<ICas>& cas, const CasSession &casSession) { in closeSession()