Home
last modified time | relevance | path

Searched refs:maps (Results 1 – 21 of 21) sorted by relevance

/frameworks/base/core/jni/
Dandroid_ddm_DdmHandleNativeHeap.cpp75 String8 maps; in DdmHandleNativeHeap_getLeakInfo() local
76 ReadFile("/proc/self/maps", maps); in DdmHandleNativeHeap_getLeakInfo()
77 header.mapSize = maps.size(); in DdmHandleNativeHeap_getLeakInfo()
104 maps.size(), reinterpret_cast<const jbyte*>(maps.string())); in DdmHandleNativeHeap_getLeakInfo()
105 env->SetByteArrayRegion(array, sizeof(header) + maps.size(), in DdmHandleNativeHeap_getLeakInfo()
/frameworks/av/services/camera/libcameraservice/api2/
DHeicEncoderInfoManager.cpp86 const FrameRateMaps& maps = in isSizeSupported() local
89 const auto& closestSize = findClosestSize(maps, width, height); in isSizeSupported()
90 if (closestSize == maps.end()) { in isSizeSupported()
145 status_t HeicEncoderInfoManager::getFrameRateMaps(sp<AMessage> details, FrameRateMaps* maps) { in getFrameRateMaps() argument
146 if (details == nullptr || maps == nullptr) { in getFrameRateMaps()
147 ALOGE("%s: Invalid input: details: %p, maps: %p", __FUNCTION__, details.get(), maps); in getFrameRateMaps()
168 maps->emplace( in getFrameRateMaps()
226 const FrameRateMaps& maps, int32_t width, int32_t height) const { in findClosestSize() argument
228 FrameRateMaps::const_iterator closestIter = maps.begin(); in findClosestSize()
229 for (auto iter = maps.begin(); iter != maps.end(); iter++) { in findClosestSize()
DHeicEncoderInfoManager.h57 status_t getFrameRateMaps(sp<AMessage> details, FrameRateMaps* maps);
61 FrameRateMaps::const_iterator findClosestSize(const FrameRateMaps& maps,
/frameworks/native/libs/cputimeinstate/
Dtesttimeinstate.cpp119 auto maps = {getUidsCpuFreqTimes(), getUidsUpdatedCpuFreqTimes(&zero)}; in TEST() local
120 for (const auto &map : maps) { in TEST()
189 auto maps = {getUidsCpuFreqTimes(), getUidsUpdatedCpuFreqTimes(&zero)}; in TEST() local
190 for (const auto &map : maps) { in TEST()
213 auto maps = {getUidsConcurrentTimes(), getUidsUpdatedConcurrentTimes(&zero)}; in TEST() local
214 for (const auto &map : maps) { in TEST()
266 auto maps = {getUidsConcurrentTimes(), getUidsUpdatedConcurrentTimes(&zero)}; in TEST() local
267 for (const auto &map : maps) { in TEST()
344 auto maps = {getUidsCpuFreqTimes(), getUidsUpdatedCpuFreqTimes(&zero)}; in TEST() local
345 for (const auto &map : maps) { in TEST()
[all …]
/frameworks/base/core/java/android/gesture/
DGestureStore.java234 final HashMap<String, ArrayList<Gesture>> maps = mNamedGestures; in save() local
241 out.writeInt(maps.size()); in save()
243 for (Map.Entry<String, ArrayList<Gesture>> entry : maps.entrySet()) { in save()
/frameworks/layoutlib/bridge/src/com/google/android/maps/
DMapView.java17 package com.google.android.maps;
/frameworks/base/packages/InputDevices/
DAndroid.bp30 // Validate all key maps.
/frameworks/base/mime/java-res/
Dandroid.mime.types32 # leaves any earlier mapping for "text/plain" untouched, or maps that MIME type
/frameworks/base/packages/SystemUI/docs/
Ddagger.md124 that maps to the instance provided by Dagger. The changes should be similar
/frameworks/base/tools/aapt2/
DResources.proto95 // attr, etc. This maps to the second part of a resource identifier in Java (R.type.entry).
/frameworks/base/services/core/java/com/android/server/
DStorageManagerService.java3893 final Iterator<Entry<String, ObbState>> maps = mObbPathToStateMap.entrySet().iterator(); in dump() local
3894 while (maps.hasNext()) { in dump()
3895 final Entry<String, ObbState> e = maps.next(); in dump()
/frameworks/native/docs/
DDoxyfile1320 # unique id set via EXTERNAL_SEARCH_ID. The search mapping then maps the id
/frameworks/base/cmds/statsd/src/
Datoms.proto5927 // Is venue info (e.g. store info, maps, flight status) included (Yes, No)
7280 // operation id; maps to the OP_* constants in AppOpsManager.java
/frameworks/av/media/libaaudio/
DDoxyfile1538 # unique id set via EXTERNAL_SEARCH_ID. The search mapping then maps the id of
DDoxyfile.orig1529 # unique id set via EXTERNAL_SEARCH_ID. The search mapping then maps the id of
/frameworks/av/media/codec2/docs/
Ddoxygen.config1605 # unique id set via EXTERNAL_SEARCH_ID. The search mapping then maps the id of
/frameworks/base/media/native/midi/include/
DDoxyfile.orig1655 # unique id set via EXTERNAL_SEARCH_ID. The search mapping then maps the id of
DDoxyfile1655 # unique id set via EXTERNAL_SEARCH_ID. The search mapping then maps the id of
/frameworks/ml/nn/tools/api/
Dtypes.spec1051 * a one-dimensional tensor that maps these values to Values
/frameworks/native/vulkan/api/
Dvulkan.api4473 … imageCubeArray /// image views which are arrays of cube maps
/frameworks/base/config/
Dhiddenapi-greylist-max-o.txt27810 Landroid/icu/text/DateFormatSymbols$CalendarDataSink;->maps:Ljava/util/Map;