Home
last modified time | relevance | path

Searched defs:maps (Results 1 – 5 of 5) sorted by relevance

/frameworks/av/services/camera/libcameraservice/api2/
DHeicEncoderInfoManager.cpp86 const FrameRateMaps& maps = in isSizeSupported() local
145 status_t HeicEncoderInfoManager::getFrameRateMaps(sp<AMessage> details, FrameRateMaps* maps) { in getFrameRateMaps()
226 const FrameRateMaps& maps, int32_t width, int32_t height) const { in findClosestSize() argument
/frameworks/native/libs/cputimeinstate/
Dtesttimeinstate.cpp119 auto maps = {getUidsCpuFreqTimes(), getUidsUpdatedCpuFreqTimes(&zero)}; in TEST() local
189 auto maps = {getUidsCpuFreqTimes(), getUidsUpdatedCpuFreqTimes(&zero)}; in TEST() local
213 auto maps = {getUidsConcurrentTimes(), getUidsUpdatedConcurrentTimes(&zero)}; in TEST() local
266 auto maps = {getUidsConcurrentTimes(), getUidsUpdatedConcurrentTimes(&zero)}; in TEST() local
344 auto maps = {getUidsCpuFreqTimes(), getUidsUpdatedCpuFreqTimes(&zero)}; in TEST() local
365 auto maps = {getUidsConcurrentTimes(), getUidsUpdatedConcurrentTimes(&zero)}; in TEST() local
/frameworks/base/core/jni/
Dandroid_ddm_DdmHandleNativeHeap.cpp75 String8 maps; in DdmHandleNativeHeap_getLeakInfo() local
/frameworks/base/core/java/android/gesture/
DGestureStore.java234 final HashMap<String, ArrayList<Gesture>> maps = mNamedGestures; in save() local
/frameworks/base/services/core/java/com/android/server/
DStorageManagerService.java3893 final Iterator<Entry<String, ObbState>> maps = mObbPathToStateMap.entrySet().iterator(); in dump() local