Searched refs:mProgramList (Results 1 – 6 of 6) sorted by relevance
345 if (mProgramList.empty()) { in findNextLocked()354 std::lower_bound(mProgramList.begin(), mProgramList.end(), VirtualProgram({current})); in findNextLocked()356 if (found < mProgramList.end() - 1) { in findNextLocked()370 if (found < mProgramList.end() - 1) { in findNextLocked()373 found = mProgramList.begin(); in findNextLocked()387 found = mProgramList.begin(); in findNextLocked()390 if (found > mProgramList.begin() && found != mProgramList.end()) { in findNextLocked()407 if (found > mProgramList.begin()) { in findNextLocked()410 found = mProgramList.end() - 1; in findNextLocked()426 found = mProgramList.end() - 1; in findNextLocked()[all …]
82 std::vector<VirtualProgram> mProgramList GUARDED_BY(mMutex) = {};
55 updateProgramList(chunk, &mProgramList); in onProgramListUpdated()108 return mProgramList; in getProgramList()
101 utils::ProgramInfoSet mProgramList GUARDED_BY(mLock);
96 utils::ProgramInfoSet mProgramList; member in android::hardware::broadcastradio::V2_0::vts::TunerCallbackMock179 updateProgramList(mProgramList, chunk); in onProgramListUpdated()264 return mCallback->mProgramList; in getProgramList()
170 bcutils::ProgramInfoSet mProgramList GUARDED_BY(mLock);276 updateProgramList(chunk, &mProgramList); in onProgramListUpdated()329 return mProgramList; in getProgramList()