Searched refs:mPSISections (Results 1 – 2 of 2) sorted by relevance
153 KeyedVector<unsigned, sp<PSISection> > mPSISections; member
1165 mPSISections.add(0 /* PID */, new PSISection); in ATSParser()1295 if (mPSISections.indexOfKey(programMapPID) < 0) { in parseProgramAssociationTable()1296 mPSISections.add(programMapPID, new PSISection); in parseProgramAssociationTable()1309 ssize_t sectionIndex = mPSISections.indexOfKey(PID); in parsePID()1312 sp<PSISection> section = mPSISections.valueAt(sectionIndex); in parsePID()1363 mPSISections.removeItem(PID); in parsePID()