Home
last modified time | relevance | path

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

/frameworks/av/services/mediaresourcemanager/
DResourceManagerService.cpp181 mCpuBoostCount(0) { in ResourceManagerService()
280 mCpuBoostCount++; in onFirstAdded()
291 && mCpuBoostCount > 0) { in onLastRemoved()
292 if (--mCpuBoostCount == 0) { in onLastRemoved()
DResourceManagerService.h251 int32_t mCpuBoostCount; variable