Home
last modified time | relevance | path

Searched refs:mCpuBoostCount (Results 1 – 2 of 2) sorted by relevance

/aosp12/frameworks/av/services/mediaresourcemanager/
H A DResourceManagerService.cpp314 mCpuBoostCount(0), in ResourceManagerService()
376 mCpuBoostCount++; in onFirstAdded()
387 && mCpuBoostCount > 0) { in onLastRemoved()
388 if (--mCpuBoostCount == 0) { in onLastRemoved()
H A DResourceManagerService.h189 int32_t mCpuBoostCount; variable