Home
last modified time | relevance | path

Searched refs:unordered_map (Results 1 – 25 of 281) sorted by relevance

12345678910>>...12

/frameworks/base/libs/androidfw/
DLocaleDataTables.cpp112 const std::unordered_map<uint32_t, uint8_t> LIKELY_SCRIPTS({
2299 const std::unordered_map<uint32_t, uint32_t> ARAB_PARENTS({
2308 const std::unordered_map<uint32_t, uint32_t> DEVA_PARENTS({
2312 const std::unordered_map<uint32_t, uint32_t> HANT_PARENTS({
2316 const std::unordered_map<uint32_t, uint32_t> LATN_PARENTS({
2446 const std::unordered_map<uint32_t, uint32_t> ___B_PARENTS({
2452 const std::unordered_map<uint32_t, uint32_t>* map;
/frameworks/av/services/mediametrics/include/mediametricsservice/
DAudioTypes.h28 const std::unordered_map<std::string, int32_t>& getAudioCallerNameMap();
29 const std::unordered_map<std::string, int64_t>& getAudioDeviceInMap();
30 const std::unordered_map<std::string, int64_t>& getAudioDeviceOutMap();
31 const std::unordered_map<std::string, int32_t>& getAudioThreadTypeMap();
32 const std::unordered_map<std::string, int32_t>& getAudioTrackTraitsMap();
33 const std::unordered_map<std::string, int32_t>& getHeadTrackingModeMap();
34 const std::unordered_map<std::string, int32_t>& getSpatializerLevelMap();
35 const std::unordered_map<std::string, int32_t>& getSpatializerModeMap();
38 const std::string &str, const std::unordered_map<std::string, int32_t>& map);
/frameworks/av/services/mediametrics/
DAudioTypes.cpp25 const std::unordered_map<std::string, int32_t>& getAudioCallerNameMap() { in getAudioCallerNameMap()
28 static std::unordered_map<std::string, int32_t> map{ in getAudioCallerNameMap()
48 const std::unordered_map<std::string, int64_t>& getAudioDeviceInMap() { in getAudioDeviceInMap()
50 static std::unordered_map<std::string, int64_t> map{ in getAudioDeviceInMap()
93 const std::unordered_map<std::string, int64_t>& getAudioDeviceOutMap() { in getAudioDeviceOutMap()
95 static std::unordered_map<std::string, int64_t> map{ in getAudioDeviceOutMap()
139 const std::unordered_map<std::string, int32_t>& getAudioDeviceOutCompactMap() { in getAudioDeviceOutCompactMap()
141 static std::unordered_map<std::string, int32_t> map{ in getAudioDeviceOutCompactMap()
184 const std::unordered_map<std::string, int32_t>& getAudioDeviceInfoTypeMap() { in getAudioDeviceInfoTypeMap()
186 static std::unordered_map<std::string, int32_t> map{ in getAudioDeviceInfoTypeMap()
[all …]
/frameworks/av/services/camera/libcameraservice/device3/
DCamera3OfflineSession.h62 const std::unordered_map<std::string, CameraMetadata>& physicalDeviceInfoMap, in Camera3OfflineStates()
63 const std::unordered_map<std::string, camera3::DistortionMapper>& distortionMappers, in Camera3OfflineStates()
64 const std::unordered_map<std::string, camera3::ZoomRatioMapper>& zoomRatioMappers, in Camera3OfflineStates()
65 const std::unordered_map<std::string, camera3::RotateAndCropMapper>& in Camera3OfflineStates()
120 const std::unordered_map<std::string, CameraMetadata>& mPhysicalDeviceInfoMap;
122 const std::unordered_map<std::string, camera3::DistortionMapper>& mDistortionMappers;
124 const std::unordered_map<std::string, camera3::ZoomRatioMapper>& mZoomRatioMappers;
126 const std::unordered_map<std::string, camera3::RotateAndCropMapper>& mRotateAndCropMappers;
217 std::unordered_map<std::string, CameraMetadata> mPhysicalDeviceInfoMap;
219 std::unordered_map<std::string, camera3::DistortionMapper> mDistortionMappers;
[all …]
DCamera3StreamSplitter.h58 status_t connect(const std::unordered_map<size_t, sp<Surface>> &surfaces,
255 std::unordered_map<uint64_t, BufferItem> mInputSlots;
258 std::unordered_map<int, sp<IGraphicBufferProducer> > mOutputs;
261 std::unordered_map<int, sp<Surface>> mOutputSurfaces;
264 std::unordered_map<int, size_t > mConsumerBufferCount;
269 std::unordered_map<uint64_t, std::unique_ptr<BufferTracker> > mBuffers;
277 std::unordered_map<sp<IGraphicBufferProducer>, sp<OutputListener>,
281 std::unordered_map<sp<IGraphicBufferProducer>, std::unique_ptr<OutputSlots>,
DBufferUtils.h63 typedef std::unordered_map<const buffer_handle_t, uint64_t,
67 typedef std::unordered_map<int, BufferIdMap> BufferIdMaps;
71 typedef std::unordered_map<uint64_t, buffer_handle_t*> InflightBufferMap;
74 typedef std::unordered_map<uint64_t, std::pair<int32_t, buffer_handle_t*>> RequestedBufferMap;
DCamera3OutputUtils.h142 const std::unordered_map<std::string, CameraMetadata>& physicalDeviceInfoMap;
143 std::unordered_map<std::string, camera3::DistortionMapper>& distortionMappers;
144 std::unordered_map<std::string, camera3::ZoomRatioMapper>& zoomRatioMappers;
145 std::unordered_map<std::string, camera3::RotateAndCropMapper>& rotateAndCropMappers;
/frameworks/native/libs/cputimeinstate/
Dcputimeinstate.h29 std::optional<std::unordered_map<uint32_t, std::vector<std::vector<uint64_t>>>>
31 std::optional<std::unordered_map<uint32_t, std::vector<std::vector<uint64_t>>>>
41 std::optional<std::unordered_map<uint32_t, concurrent_time_t>> getUidsConcurrentTimes();
42 std::optional<std::unordered_map<uint32_t, concurrent_time_t>>
48 std::optional<std::unordered_map<uint16_t, std::vector<std::vector<uint64_t>>>>
/frameworks/native/include/input/
DKeyLayoutMap.h102 std::unordered_map<int32_t, Key> mKeysByScanCode;
103 std::unordered_map<int32_t, Key> mKeysByUsageCode;
104 std::unordered_map<int32_t, AxisInfo> mAxes;
105 std::unordered_map<int32_t, Led> mLedsByScanCode;
106 std::unordered_map<int32_t, Led> mLedsByUsageCode;
107 std::unordered_map<int32_t, Sensor> mSensorsByAbsCode;
DInputEventLabels.h53 static std::optional<int> lookupValueByLabel(const std::unordered_map<std::string, int>& map,
86 const std::unordered_map<std::string, int> KEYCODES;
90 const std::unordered_map<std::string, int> AXES;
94 const std::unordered_map<std::string, int> LEDS;
96 const std::unordered_map<std::string, int> FLAGS;
/frameworks/native/libs/renderengine/skia/debug/
DSkiaMemoryReporter.h98 std::unordered_map<const char*, TraceValue> mCurrentValues;
102 std::unordered_map<std::string, std::unordered_map<const char*, TraceValue>> mResults;
103 std::unordered_map<std::string, std::unordered_map<const char*, TraceValue>> mWrappedResults;
/frameworks/native/services/inputflinger/tests/
DFakeEventHub.h58 std::unordered_map<int32_t, int32_t> keyRemapping;
61 std::unordered_map<int32_t, int32_t> keyCodeMapping;
62 std::unordered_map<int32_t, SensorInfo> sensorsByAbsCode;
68 std::unordered_map<int32_t, std::vector<int32_t>> mtSlotValues;
89 std::unordered_map<int32_t /*deviceId*/, std::vector<TouchVideoFrame>> mVideoFrames;
91 std::unordered_map<int32_t, RawLightInfo> mRawLightInfos;
93 std::unordered_map<int32_t /* lightId */, int32_t /* brightness*/> mLightBrightness;
95 std::unordered_map<int32_t /* lightId */, std::unordered_map<LightColor, int32_t>>
146 const std::unordered_map<LightColor, int32_t> intensities);
152 std::unordered_map<int32_t /*deviceId*/, std::vector<TouchVideoFrame>> videoFrames);
[all …]
/frameworks/native/services/inputflinger/reader/controller/
DPeripheralController.h99 const std::unordered_map<LightColor, int32_t>& rawRgbIds, in RgbLight()
109 std::unordered_map<LightColor, int32_t /* rawLightId */> rawRgbIds;
135 const std::unordered_map<int32_t, int32_t>& rawLightIds) in PlayerIdLight()
139 std::unordered_map<int32_t, int32_t> rawLightIds;
149 static const std::unordered_map<std::string, size_t> LIGHT_COLORS;
152 std::unordered_map<int32_t, std::unique_ptr<Light>> mLights;
155 std::unordered_map<int32_t, std::unique_ptr<Battery>> mBatteries;
/frameworks/native/services/surfaceflinger/
DLayerProtoHelper.h85 const std::unordered_map<uint32_t, sp<Layer>>& legacyLayers, in LayerProtoFromSnapshotGenerator()
100 const std::unordered_map<uint32_t, sp<Layer>>& mLegacyLayers;
105 std::unordered_map<frontend::LayerHierarchy::TraversalPath, frontend::LayerSnapshot,
108 std::unordered_map<uint32_t /* child unique seq*/, uint32_t /* relative parent unique seq*/>
110 std::unordered_map<uint32_t /* child unique seq*/, uint32_t /* parent unique seq*/>
/frameworks/native/services/surfaceflinger/TimeStats/timestatsproto/include/timestatsproto/
DTimeStatsHelper.h39 std::unordered_map<int32_t, int32_t> hist;
100 std::unordered_map<std::string, Histogram> deltas;
155 std::unordered_map<LayerStatsKey, TimeStatsLayer, LayerStatsKey::Hasher> stats;
182 std::unordered_map<uint32_t, nsecs_t> refreshRateStatsLegacy;
186 std::unordered_map<TimelineStatsKey, TimelineStats, TimelineStatsKey::Hasher> stats;
/frameworks/base/tools/aapt2/compile/
DIdAssigner.h34 explicit IdAssigner(const std::unordered_map<ResourceName, ResourceId>* map) in IdAssigner()
40 const std::unordered_map<ResourceName, ResourceId>* assigned_id_map_ = nullptr;
/frameworks/av/services/camera/libcameraservice/api2/
DCompositeStream.h135 std::unordered_map<uint64_t, CameraMetadata> mPendingCaptureResults;
138 std::unordered_map<int64_t, std::tuple<int64_t, CameraMetadata>> mCaptureResults;
141 std::unordered_map<int64_t, int64_t> mFrameNumberMap;
147 std::unordered_map<int64_t, nsecs_t> mRequestTimeMap;
/frameworks/base/libs/hwui/pipeline/skia/
DSkiaMemoryTracer.h83 std::unordered_map<std::string, TraceValue> mCurrentValues;
86 std::unordered_map<std::string, std::unordered_map<std::string, TraceValue>> mResults;
/frameworks/native/services/sensorservice/
DSensorDirectConnection.h105 std::unordered_map<int, int> mActivated;
106 std::unordered_map<int, int> mActivatedBackup;
107 std::unordered_map<int, int> mMicRateBackup;
/frameworks/native/services/inputflinger/dispatcher/
DFocusResolver.h109 std::unordered_map<ui::LogicalDisplayId /* displayId */, NamedToken>
114 std::unordered_map<ui::LogicalDisplayId /* displayId */, android::gui::FocusRequest>
119 std::unordered_map<ui::LogicalDisplayId /* displayId */, Focusability>
/frameworks/libs/binary_translation/tools/nogrod/
Ddwarf_info.cc45 std::unordered_map<uint64_t, std::unique_ptr<DwarfDie>>* die_map, in ReadDwarfInfo()
75 const std::unordered_map<uint64_t, DwarfAbbrev>* abbrev_map, in ReadOneDie()
76 std::unordered_map<uint64_t, std::unique_ptr<DwarfDie>>* die_map, in ReadOneDie()
155 std::unordered_map<uint64_t, std::unique_ptr<DwarfDie>>* die_map, in ReadCompilationUnit()
198 std::unordered_map<uint64_t, DwarfAbbrev>* abbrev_map = in ReadCompilationUnit()
233 std::unordered_map<uint64_t, DwarfAbbrev>* ReadAbbrev(uint16_t version, in ReadAbbrev()
247 std::unordered_map<uint64_t, DwarfAbbrev> abbrev_map; in ReadAbbrev()
309 std::unordered_map<uint64_t, std::unordered_map<uint64_t, DwarfAbbrev>> abbrevs_;
/frameworks/av/services/camera/libcameraservice/utils/
DTagMonitor.h70 const std::unordered_map<std::string, CameraMetadata>& physicalMetadata,
106 std::unordered_map<std::string, CameraMetadata> mLastMonitoredPhysicalRequestKeys;
107 std::unordered_map<std::string, CameraMetadata> mLastMonitoredPhysicalResultKeys;
/frameworks/base/core/jni/
Dcom_android_internal_os_KernelSingleProcessCpuThreadReader.cpp63 virtual std::optional<std::unordered_map<uint16_t, std::vector<std::vector<uint64_t>>>>
94 std::optional<std::unordered_map<uint16_t, std::vector<std::vector<uint64_t>>>>
118 std::optional<std::unordered_map<uint16_t, std::vector<std::vector<uint64_t>>>>
213 std::optional<std::unordered_map<uint16_t, std::vector<std::vector<uint64_t>>>> data = in readProcessCpuUsage()
290 std::optional<std::unordered_map<uint16_t, std::vector<std::vector<uint64_t>>>>
301 std::unordered_map<uint16_t, std::vector<std::vector<uint64_t>>> map; in getAggregatedTaskCpuFreqTimes()
Dcom_android_internal_os_KernelAllocationStats.cpp53 std::unordered_map<pid_t, std::set<ino_t>> pidToInodes; in KernelAllocationStats_getDmabufAllocations()
54 std::unordered_map<ino_t, long> inodeToSize; in KernelAllocationStats_getDmabufAllocations()
73 std::unordered_map<pid_t, PidDmaInfo> pidDmaInfos; in KernelAllocationStats_getDmabufAllocations()
162 std::unordered_map<uint32_t, uint64_t> out; in KernelAllocationStats_getGpuAllocations()
/frameworks/av/services/audioflinger/sounddose/
DSoundDoseManager.h239 std::unordered_map<audio_io_handle_t, wp<audio_utils::MelProcessor>> mActiveProcessors
246 std::unordered_map<audio_port_handle_t, audio_devices_t> mActiveDeviceTypes GUARDED_BY(mLock);
256 std::unordered_map<std::pair<std::string, audio_devices_t>, bool, bt_device_type_hash>
260 std::unordered_map<audio_devices_t, float> mMelAttenuationDB GUARDED_BY(mLock);
264 std::unordered_map<std::string, std::shared_ptr<ISoundDose>> mHalSoundDose GUARDED_BY(mLock);

12345678910>>...12