Home
last modified time | relevance | path

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

/frameworks/native/libs/cputimeinstate/
Dcputimeinstate.cpp318 time_key_t tmpKey; in getUidCpuFreqTimes() local
319 if (errno != ENOENT || getFirstMapKey(gTisMapFd, &tmpKey)) return {}; in getUidCpuFreqTimes()
432 time_key_t tmpKey; in getUidConcurrentTimes() local
433 if (errno != ENOENT || getFirstMapKey(gConcurrentMapFd, &tmpKey)) return {}; in getUidConcurrentTimes()
/frameworks/base/packages/SystemUI/src/com/android/systemui/media/controls/ui/controller/
DMediaViewController.kt140 private val tmpKey = CacheKey() in <lambda>() constant in com.android.systemui.media.controls.ui.controller.MediaViewController
567 var cacheKey = getKey(state, isGutsVisible, tmpKey) in <lambda>()