Searched refs:mPSISections (Results 1 – 2 of 2) sorted by relevance
216 KeyedVector<unsigned, sp<PSISection> > mPSISections; member
1992 mPSISections.add(0 /* PID */, new PSISection); in ATSParser()2153 if (mPSISections.indexOfKey(programMapPID) < 0) { in parseProgramAssociationTable()2154 mPSISections.add(programMapPID, new PSISection); in parseProgramAssociationTable()2173 ssize_t sectionIndex = mPSISections.indexOfKey(PID); in parsePID()2176 sp<PSISection> section = mPSISections.valueAt(sectionIndex); in parsePID()2234 mPSISections.removeItem(PID); in parsePID()