Home
last modified time | relevance | path

Searched refs:maps (Results 1 – 23 of 23) 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()
103 env->SetByteArrayRegion(array, sizeof(header), maps.size(), in DdmHandleNativeHeap_getLeakInfo()
104 reinterpret_cast<const jbyte*>(maps.c_str())); 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()
147 status_t HeicEncoderInfoManager::getFrameRateMaps(sp<AMessage> details, FrameRateMaps* maps) { in getFrameRateMaps() argument
148 if (details == nullptr || maps == nullptr) { in getFrameRateMaps()
149 ALOGE("%s: Invalid input: details: %p, maps: %p", __FUNCTION__, details.get(), maps); in getFrameRateMaps()
170 maps->emplace( in getFrameRateMaps()
228 const FrameRateMaps& maps, int32_t width, int32_t height) const { in findClosestSize() argument
230 FrameRateMaps::const_iterator closestIter = maps.begin(); in findClosestSize()
231 for (auto iter = maps.begin(); iter != maps.end(); iter++) { in findClosestSize()
DHeicEncoderInfoManager.h58 status_t getFrameRateMaps(sp<AMessage> details, FrameRateMaps* maps);
62 FrameRateMaps::const_iterator findClosestSize(const FrameRateMaps& maps,
/frameworks/libs/binary_translation/tools/
Dsymbolize_trace.py41 self.maps = {}
88 self.maps[map_entry.start] = map_entry
108 for key in sorted(self.maps):
111 map = self.maps[key]
142 sorted_start_addresses = sorted(self.maps.keys())
155 map = self.maps[sorted_start_addresses[pos]]
/frameworks/native/libs/cputimeinstate/
Dtesttimeinstate.cpp144 auto maps = {getUidsCpuFreqTimes(), getUidsUpdatedCpuFreqTimes(&zero)}; in TEST_F() local
145 for (const auto &map : maps) { in TEST_F()
240 auto maps = {getUidsCpuFreqTimes(), getUidsUpdatedCpuFreqTimes(&zero)}; in TEST_F() local
241 for (const auto &map : maps) { in TEST_F()
264 auto maps = {getUidsConcurrentTimes(), getUidsUpdatedConcurrentTimes(&zero)}; in TEST_F() local
265 for (const auto &map : maps) { in TEST_F()
317 auto maps = {getUidsConcurrentTimes(), getUidsUpdatedConcurrentTimes(&zero)}; in TEST_F() local
318 for (const auto &map : maps) { in TEST_F()
411 auto maps = {getUidsCpuFreqTimes(), getUidsUpdatedCpuFreqTimes(&zero)}; in TEST_F() local
412 for (const auto &map : maps) { in TEST_F()
[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/services/core/java/com/android/server/display/
DDisplayDeviceConfig.java1986 final List<BrightnessThrottlingMap> maps = throttlingConfig.getBrightnessThrottlingMap(); in loadThermalBrightnessThrottlingMaps() local
1987 if (maps == null || maps.isEmpty()) { in loadThermalBrightnessThrottlingMaps()
1992 for (BrightnessThrottlingMap map : maps) { in loadThermalBrightnessThrottlingMaps()
2024 List<RefreshRateThrottlingMap> maps = throttlingConfig.getRefreshRateThrottlingMap(); in loadThermalRefreshRateThrottlingMap() local
2025 if (maps == null || maps.isEmpty()) { in loadThermalRefreshRateThrottlingMap()
2030 for (RefreshRateThrottlingMap map : maps) { in loadThermalRefreshRateThrottlingMap()
2075 final List<PowerThrottlingMap> maps = throttlingConfig.getPowerThrottlingMap(); in loadPowerThrottlingMaps() local
2076 if (maps == null || maps.isEmpty()) { in loadPowerThrottlingMaps()
2081 for (PowerThrottlingMap map : maps) { in loadPowerThrottlingMaps()
/frameworks/base/packages/InputDevices/
DAndroid.bp50 // Validate all key maps.
/frameworks/base/tools/aapt2/
DDebug.cpp724 auto maps = (const ResTable_map*)((const uint8_t*)entry + entry->size()); in PrintTableType() local
726 PrintResValue(&(maps[i].value), config, type); in PrintTableType()
730 android::util::GetString(key_pool_, android::util::DeviceToHost32(maps[i].name.ident)) in PrintTableType()
732 android::util::DeviceToHost32(maps[i].name.ident))); in PrintTableType()
DResources.proto103 // attr, etc. This maps to the second part of a resource identifier in Java (R.type.entry).
/frameworks/native/services/inputflinger/docs/
Dinput_coordinates.md95 of the display, because we assume that the area of the touchscreen maps directly
/frameworks/libs/binary_translation/tests/ndk_program_tests/
DAndroid.bp206 // TODO(b/297942688): We do not support accurate exec bit emulation in /proc/self/maps
/frameworks/opt/telephony/flags/
Dmisc.aconfig114 …description: "Report anomaly when CarrierConfigLoader received config change with sub that maps to…
/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/
Dqs-tiles.md139 using a `State`. The backend populates the state, and then the view maps the state to a visual
178 maps the state into the view:
447 3. `TileServices` creates maps between the token, the `CustomTile`, the `TileServiceManager`, the
/frameworks/base/services/core/java/com/android/server/
DStorageManagerService.java4792 final Iterator<Entry<String, ObbState>> maps = in dump() local
4794 while (maps.hasNext()) { in dump()
4795 final Entry<String, ObbState> e = maps.next(); in dump()
/frameworks/proto_logging/stats/atoms/sysui/
Dsysui_atoms.proto335 // This maps to an enum value in Android System Intelligence.
/frameworks/native/docs/
DDoxyfile1320 # unique id set via EXTERNAL_SEARCH_ID. The search mapping then maps the id
/frameworks/av/media/libaaudio/
DDoxyfile1538 # 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/
DDoxyfile1655 # unique id set via EXTERNAL_SEARCH_ID. The search mapping then maps the id of
/frameworks/proto_logging/stats/
Datoms.proto10215 // Is venue info (e.g. store info, maps, flight status) included (Yes, No)
23390 // Logs information about bpf maps in BpfNetMaps.