Searched refs:mPSISections (Results 1 – 2 of 2) sorted by relevance
183 KeyedVector<unsigned, sp<PSISection> > mPSISections; member
1668 mPSISections.add(0 /* PID */, new PSISection); in ATSParser()1813 if (mPSISections.indexOfKey(programMapPID) < 0) { in parseProgramAssociationTable()1814 mPSISections.add(programMapPID, new PSISection); in parseProgramAssociationTable()1829 ssize_t sectionIndex = mPSISections.indexOfKey(PID); in parsePID()1832 sp<PSISection> section = mPSISections.valueAt(sectionIndex); in parsePID()1883 mPSISections.removeItem(PID); in parsePID()