Home
last modified time | relevance | path

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

/frameworks/av/services/camera/libcameraservice/api2/
DHeicEncoderInfoManager.cpp86 const FrameRateMaps& maps = in isSizeSupported() local
147 status_t HeicEncoderInfoManager::getFrameRateMaps(sp<AMessage> details, FrameRateMaps* maps) { in getFrameRateMaps()
228 const FrameRateMaps& maps, int32_t width, int32_t height) const { in findClosestSize() argument
/frameworks/native/libs/cputimeinstate/
Dtesttimeinstate.cpp144 auto maps = {getUidsCpuFreqTimes(), getUidsUpdatedCpuFreqTimes(&zero)}; in TEST_F() local
240 auto maps = {getUidsCpuFreqTimes(), getUidsUpdatedCpuFreqTimes(&zero)}; in TEST_F() local
264 auto maps = {getUidsConcurrentTimes(), getUidsUpdatedConcurrentTimes(&zero)}; in TEST_F() local
317 auto maps = {getUidsConcurrentTimes(), getUidsUpdatedConcurrentTimes(&zero)}; in TEST_F() local
411 auto maps = {getUidsCpuFreqTimes(), getUidsUpdatedCpuFreqTimes(&zero)}; in TEST_F() local
432 auto maps = {getUidsConcurrentTimes(), getUidsUpdatedConcurrentTimes(&zero)}; in TEST_F() 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/display/
DDisplayDeviceConfig.java1986 final List<BrightnessThrottlingMap> maps = throttlingConfig.getBrightnessThrottlingMap(); in loadThermalBrightnessThrottlingMaps() local
2024 List<RefreshRateThrottlingMap> maps = throttlingConfig.getRefreshRateThrottlingMap(); in loadThermalRefreshRateThrottlingMap() local
2075 final List<PowerThrottlingMap> maps = throttlingConfig.getPowerThrottlingMap(); in loadPowerThrottlingMaps() local
/frameworks/base/tools/aapt2/
DDebug.cpp724 auto maps = (const ResTable_map*)((const uint8_t*)entry + entry->size()); in PrintTableType() local
/frameworks/base/services/core/java/com/android/server/
DStorageManagerService.java4792 final Iterator<Entry<String, ObbState>> maps = in dump() local