Home
last modified time | relevance | path

Searched refs:mProgramInfoCache (Results 1 – 4 of 4) sorted by relevance

/frameworks/base/services/core/java/com/android/server/broadcastradio/aidl/
DTunerSession.java61 private ProgramInfoCache mProgramInfoCache; field in TunerSession
285 mProgramInfoCache = new ProgramInfoCache(filter); in startProgramListUpdates()
298 return mProgramInfoCache == null ? null : mProgramInfoCache.getFilter(); in getProgramListFilter()
305 if (mProgramInfoCache == null) { in onMergedProgramListUpdateFromHal()
308 clientUpdateChunks = mProgramInfoCache.filterAndApplyChunk(mergedChunk); in onMergedProgramListUpdateFromHal()
316 if (mProgramInfoCache == null) { in updateProgramInfoFromHalCache()
319 clientUpdateChunks = mProgramInfoCache.filterAndUpdateFromInternal( in updateProgramInfoFromHalCache()
354 mProgramInfoCache = null; in stopProgramListUpdates()
445 pw.printf("ProgramInfoCache: %s\n", mProgramInfoCache); in dumpInfo()
DRadioModule.java76 private final ProgramInfoCache mProgramInfoCache = new ProgramInfoCache(null); field in RadioModule
146 mProgramInfoCache.filterAndApplyChunk(programListChunk);
374 session.updateProgramInfoFromHalCache(mProgramInfoCache); in onTunerSessionProgramListFilterChangedLocked()
542 pw.printf("ProgramInfoCache: %s\n", mProgramInfoCache);
/frameworks/base/services/core/java/com/android/server/broadcastradio/hal2/
DTunerSession.java64 private ProgramInfoCache mProgramInfoCache = null; field in TunerSession
258 mProgramInfoCache = new ProgramInfoCache(filter); in startProgramListUpdates()
267 return mProgramInfoCache == null ? null : mProgramInfoCache.getFilter(); in getProgramListFilter()
274 if (mProgramInfoCache == null) { in onMergedProgramListUpdateFromHal()
277 clientUpdateChunks = mProgramInfoCache.filterAndApplyChunk(mergedChunk); in onMergedProgramListUpdateFromHal()
285 if (mProgramInfoCache == null) { in updateProgramInfoFromHalCache()
288 clientUpdateChunks = mProgramInfoCache.filterAndUpdateFrom(halCache, /* purge= */ true); in updateProgramInfoFromHalCache()
316 mProgramInfoCache = null; in stopProgramListUpdates()
398 pw.printf("ProgramInfoCache: %s\n", mProgramInfoCache); in dumpInfo()
DRadioModule.java81 private final ProgramInfoCache mProgramInfoCache = new ProgramInfoCache(/* filter= */ null); field in RadioModule
116 mProgramInfoCache.filterAndApplyChunk(programListChunk);
318 session.updateProgramInfoFromHalCache(mProgramInfoCache); in onTunerSessionProgramListFilterChangedLocked()
471 pw.printf("ProgramInfoCache: %s\n", mProgramInfoCache);