/frameworks/base/cmds/statsd/src/metrics/ |
D | metrics_manager_util.h | 50 std::unordered_map<int64_t, int>& logTrackerMap, 65 const std::unordered_map<int64_t, int>& logTrackerMap, 66 std::unordered_map<int64_t, int>& conditionTrackerMap, 68 std::unordered_map<int, std::vector<int>>& trackerToConditionMap, 69 std::unordered_map<int, std::vector<MetricConditionLink>>& eventConditionLinks); 87 const std::unordered_map<int64_t, int>& logTrackerMap, 88 const std::unordered_map<int64_t, int>& conditionTrackerMap, 89 const std::unordered_map<int, std::vector<MetricConditionLink>>& eventConditionLinks, 93 std::unordered_map<int, std::vector<int>>& conditionToMetricMap, 94 std::unordered_map<int, std::vector<int>>& trackerToMetricMap, [all …]
|
D | metrics_manager_util.cpp | 39 using std::unordered_map; 65 const unordered_map<int64_t, int>& logTrackerMap, in handleMetricWithLogTrackers() 66 unordered_map<int, std::vector<int>>& trackerToMetricMap, in handleMetricWithLogTrackers() 87 const unordered_map<int64_t, int>& conditionTrackerMap, in handleMetricWithConditions() 91 unordered_map<int, std::vector<int>>& conditionToMetricMap) { in handleMetricWithConditions() 117 unordered_map<int64_t, int>& logTrackerMap, in initLogTrackers() 207 const unordered_map<int64_t, int>& logTrackerMap, in initConditions() 208 unordered_map<int64_t, int>& conditionTrackerMap, in initConditions() 210 unordered_map<int, std::vector<int>>& trackerToConditionMap) { in initConditions() 267 UidMap& uidMap, const unordered_map<int64_t, int>& logTrackerMap, in initMetrics() [all …]
|
D | DurationMetricProducer.h | 119 std::unordered_map<MetricDimensionKey, std::vector<DurationBucket>> mPastBuckets; 122 std::unordered_map<HashableDimensionKey, 123 std::unordered_map<HashableDimensionKey, std::unique_ptr<DurationTracker>>>
|
D | ValueMetricProducer.h | 147 std::unordered_map<MetricDimensionKey, Interval> mCurrentSlicedBucket; 149 std::unordered_map<MetricDimensionKey, int64_t> mCurrentFullBucket; 153 std::unordered_map<MetricDimensionKey, std::vector<ValueBucket>> mPastBuckets;
|
/frameworks/base/libs/androidfw/ |
D | LocaleDataTables.cpp | 96 const std::unordered_map<uint32_t, uint8_t> LIKELY_SCRIPTS({ 2178 const std::unordered_map<uint32_t, uint32_t> ARAB_PARENTS({ 2186 const std::unordered_map<uint32_t, uint32_t> HANT_PARENTS({ 2190 const std::unordered_map<uint32_t, uint32_t> LATN_PARENTS({ 2320 const std::unordered_map<uint32_t, uint32_t>* map;
|
/frameworks/base/cmds/statsd/tests/ |
D | MetricsManager_test.cpp | 36 using std::unordered_map; 283 unordered_map<int, std::vector<int>> conditionToMetricMap; in TEST() 284 unordered_map<int, std::vector<int>> trackerToMetricMap; in TEST() 285 unordered_map<int, std::vector<int>> trackerToConditionMap; in TEST() 311 unordered_map<int, std::vector<int>> conditionToMetricMap; in TEST() 312 unordered_map<int, std::vector<int>> trackerToMetricMap; in TEST() 313 unordered_map<int, std::vector<int>> trackerToConditionMap; in TEST() 336 unordered_map<int, std::vector<int>> conditionToMetricMap; in TEST() 337 unordered_map<int, std::vector<int>> trackerToMetricMap; in TEST() 338 unordered_map<int, std::vector<int>> trackerToConditionMap; in TEST() [all …]
|
/frameworks/base/cmds/statsd/src/metrics/duration_helper/ |
D | OringDurationTracker.h | 53 std::unordered_map<MetricDimensionKey, std::vector<DurationBucket>>* output) override; 56 std::unordered_map<MetricDimensionKey, std::vector<DurationBucket>>* output) override; 68 std::unordered_map<HashableDimensionKey, int> mStarted; 69 std::unordered_map<HashableDimensionKey, int> mPaused; 71 std::unordered_map<HashableDimensionKey, ConditionKey> mConditionKeyMap;
|
D | MaxDurationTracker.h | 51 std::unordered_map<MetricDimensionKey, std::vector<DurationBucket>>* output) override; 54 std::unordered_map<MetricDimensionKey, std::vector<DurationBucket>>*) override; 67 std::unordered_map<HashableDimensionKey, DurationInfo> mInfos;
|
/frameworks/av/services/camera/libcameraservice/device3/ |
D | Camera3StreamSplitter.h | 56 status_t connect(const std::unordered_map<size_t, sp<Surface>> &surfaces, 239 std::unordered_map<uint64_t, BufferItem> mInputSlots; 242 std::unordered_map<int, sp<IGraphicBufferProducer> > mOutputs; 245 std::unordered_map<int, size_t > mConsumerBufferCount; 250 std::unordered_map<uint64_t, std::unique_ptr<BufferTracker> > mBuffers; 258 std::unordered_map<sp<IGraphicBufferProducer>, sp<OutputListener>, 262 std::unordered_map<sp<IGraphicBufferProducer>, std::unique_ptr<OutputSlots>,
|
/frameworks/native/services/surfaceflinger/TimeStats/timestatsproto/include/timestatsproto/ |
D | TimeStatsHelper.h | 34 std::unordered_map<int32_t, int32_t> hist; 48 std::unordered_map<std::string, Histogram> deltas; 61 std::unordered_map<std::string, TimeStatsLayer> stats;
|
/frameworks/base/libs/hwui/pipeline/skia/ |
D | SkiaMemoryTracer.h | 80 std::unordered_map<const char*, TraceValue> mCurrentValues; 83 std::unordered_map<std::string, std::unordered_map<const char*, TraceValue>> mResults;
|
/frameworks/base/libs/hwui/tests/common/ |
D | TestScene.cpp | 25 std::unordered_map<std::string, TestScene::Info>& TestScene::testMap() { in testMap() 26 static std::unordered_map<std::string, TestScene::Info> testMap; in testMap()
|
/frameworks/base/tools/aapt2/compile/ |
D | IdAssigner.h | 34 explicit IdAssigner(const std::unordered_map<ResourceName, ResourceId>* map) in IdAssigner() 40 const std::unordered_map<ResourceName, ResourceId>* assigned_id_map_ = nullptr;
|
/frameworks/base/cmds/statsd/src/condition/ |
D | StateTracker.h | 32 const std::unordered_map<int64_t, int>& trackerNameIndexMap, 39 const std::unordered_map<int64_t, int>& conditionIdIndexMap, 124 std::unordered_map<HashableDimensionKey, HashableDimensionKey> mSlicedState;
|
/frameworks/base/cmds/statsd/tests/metrics/ |
D | MaxDurationTracker_test.cpp | 31 using std::unordered_map; 59 unordered_map<MetricDimensionKey, vector<DurationBucket>> buckets; in TEST() 94 unordered_map<MetricDimensionKey, vector<DurationBucket>> buckets; in TEST() 130 unordered_map<MetricDimensionKey, vector<DurationBucket>> buckets; in TEST() 171 unordered_map<MetricDimensionKey, vector<DurationBucket>> buckets; in TEST() 234 unordered_map<MetricDimensionKey, vector<DurationBucket>> buckets; in TEST() 256 unordered_map<MetricDimensionKey, vector<DurationBucket>> buckets; in TEST() 307 unordered_map<MetricDimensionKey, vector<DurationBucket>> buckets; in TEST() 393 unordered_map<MetricDimensionKey, vector<DurationBucket>> buckets; in TEST()
|
D | OringDurationTracker_test.cpp | 31 using std::unordered_map; 57 unordered_map<MetricDimensionKey, vector<DurationBucket>> buckets; in TEST() 90 unordered_map<MetricDimensionKey, vector<DurationBucket>> buckets; in TEST() 123 unordered_map<MetricDimensionKey, vector<DurationBucket>> buckets; in TEST() 153 unordered_map<MetricDimensionKey, vector<DurationBucket>> buckets; in TEST() 198 unordered_map<MetricDimensionKey, vector<DurationBucket>> buckets; in TEST() 238 unordered_map<MetricDimensionKey, vector<DurationBucket>> buckets; in TEST() 278 unordered_map<MetricDimensionKey, vector<DurationBucket>> buckets; in TEST() 317 unordered_map<MetricDimensionKey, vector<DurationBucket>> buckets; in TEST() 484 unordered_map<MetricDimensionKey, vector<DurationBucket>> buckets; in TEST() [all …]
|
/frameworks/base/core/jni/ |
D | fd_utils.h | 89 FileDescriptorTable(const std::unordered_map<int, FileDescriptorInfo*>& map); 96 std::unordered_map<int, FileDescriptorInfo*> open_fd_map_;
|
/frameworks/native/cmds/surfacereplayer/replayer/ |
D | Replayer.h | 147 std::unordered_map<layer_id, sp<SurfaceControl>> mLayers; 148 std::unordered_map<layer_id, HSV> mColors; 154 std::unordered_map<layer_id, std::shared_ptr<BufferQueueScheduler>> mBufferQueueSchedulers; 158 std::unordered_map<display_id, sp<IBinder>> mDisplays;
|
/frameworks/base/cmds/statsd/src/matchers/ |
D | SimpleLogMatchingTracker.cpp | 28 using std::unordered_map; 49 const unordered_map<int64_t, int>& matcherMap, in init()
|
/frameworks/base/cmds/statsd/src/anomaly/ |
D | DurationAnomalyTracker.h | 26 using std::unordered_map; 64 std::unordered_map<MetricDimensionKey, sp<const InternalAlarm>> mAlarms;
|
/frameworks/native/services/surfaceflinger/DisplayHardware/ |
D | HWComposer.h | 203 std::unordered_map<HWC2::Layer*, sp<Fence>> releaseFences; 206 mutable std::unordered_map<int32_t, 219 std::unordered_map<hwc2_display_t, int32_t> mHwcDisplaySlots; 229 mutable std::unordered_map<int32_t, nsecs_t> mLastHwVSync{
|
D | HWC2.h | 121 std::unordered_map<hwc2_display_t, std::unique_ptr<Display>> mDisplays; 211 std::unordered_map<Layer*, Composition>* outTypes); 230 std::unordered_map<Layer*, LayerRequest>* outLayerRequests); 236 std::unordered_map<Layer*, 290 std::unordered_map<hwc2_layer_t, std::unique_ptr<Layer>> mLayers; 291 std::unordered_map<hwc2_config_t, std::shared_ptr<const Config>> mConfigs;
|
/frameworks/native/services/sensorservice/ |
D | SensorDirectConnection.h | 75 std::unordered_map<int, int> mActivated; 76 std::unordered_map<int, int> mActivatedBackup;
|
/frameworks/base/cmds/statsd/src/subscriber/ |
D | SubscriberReporter.h | 96 std::unordered_map<ConfigKey, 97 std::unordered_map<int64_t, sp<android::IBinder>>> mIntentMap;
|
/frameworks/base/cmds/statsd/src/packages/ |
D | UidMap.h | 160 std::unordered_map<std::pair<int, string>, AppData, PairHash> mMap; 164 std::unordered_map<int, int> mIsolatedUidMap; 178 std::unordered_map<ConfigKey, int64_t> mLastUpdatePerConfigKey;
|