Searched refs:mPSISections (Results 1 – 2 of 2) sorted by relevance
181 KeyedVector<unsigned, sp<PSISection> > mPSISections; member
1624 mPSISections.add(0 /* PID */, new PSISection); in ATSParser()1769 if (mPSISections.indexOfKey(programMapPID) < 0) { in parseProgramAssociationTable()1770 mPSISections.add(programMapPID, new PSISection); in parseProgramAssociationTable()1785 ssize_t sectionIndex = mPSISections.indexOfKey(PID); in parsePID()1788 sp<PSISection> section = mPSISections.valueAt(sectionIndex); in parsePID()1839 mPSISections.removeItem(PID); in parsePID()