Home
last modified time | relevance | path

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

/aosp12/frameworks/base/core/java/com/android/internal/app/procstats/
H A DAssociationState.java77 int mActiveCount; field in AssociationState.SourceState
193 mActiveCount++; in startActive()
313 mActiveCount = 1; in resetSafely()
316 mActiveCount = 0; in resetSafely()
382 mActiveCount += otherSrc.mActiveCount; in add()
431 out.writeInt(mActiveCount); in writeToParcel()
450 mActiveCount = in.readInt(); in readFromParcel()
931 pw.print(src.mActiveCount); in dumpSources()
1097 pw.print(src.mActiveCount); in dumpTimesCheckin()
1153 if (src.mActiveCount != 0) { in dumpDebug()
[all …]
H A DProcessStats.java1830 if (src.mActiveCount > 0) { in dumpLocked()
1832 pw.print(src.mActiveCount); in dumpLocked()
/aosp12/packages/apps/Gallery2/src/com/android/gallery3d/data/
H A DDataManager.java102 private int mActiveCount = 0; field in DataManager
129 if (mActiveCount > 0) { in initializeSourceMap()
316 if (++mActiveCount == 1) { in resume()
324 if (--mActiveCount == 0) { in pause()
/aosp12/frameworks/base/services/core/java/com/android/server/pm/
H A DPackageInstallerSession.java290 private final AtomicInteger mActiveCount = new AtomicInteger(); field in PackageInstallerSession
1133 info.active = mActiveCount.get() > 0; in generateInfoInternal()
2026 mActiveCount.incrementAndGet(); in streamValidateAndCommit()
3640 if (mActiveCount.getAndIncrement() == 0) { in open()
3677 activeCount = mActiveCount.decrementAndGet(); in closeInternal()