Home
last modified time | relevance | path

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

/frameworks/av/media/libstagefright/mpeg2ts/
DCasManager.cpp45 struct CasSession { struct
46 CasSession() {} in CasSession() argument
47 CasSession(const CADescriptor &descriptor) : in CasSession() function
57 CasSession *session);
58 void closeSession(const sp<ICas>& cas, const CasSession &casSession);
62 CasSession mProgramCas;
63 KeyedVector<unsigned, CasSession> mStreamPidToCasMap;
85 mStreamPidToCasMap.add(elementaryPID, CasSession(descriptor)); in addStream()
127 CasSession *session) { in initSession()
187 const sp<ICas>& cas, const CasSession &casSession) { in closeSession()