/frameworks/base/cmds/statsd/src/metrics/ |
D | metrics_manager_util.h | 49 std::unordered_map<int64_t, int>& logTrackerMap, 64 const std::unordered_map<int64_t, int>& logTrackerMap, 65 std::unordered_map<int64_t, int>& conditionTrackerMap, 67 std::unordered_map<int, std::vector<int>>& trackerToConditionMap, 68 std::unordered_map<int, std::vector<MetricConditionLink>>& eventConditionLinks); 85 const std::unordered_map<int64_t, int>& logTrackerMap, 86 const std::unordered_map<int64_t, int>& conditionTrackerMap, 87 const std::unordered_map<int, std::vector<MetricConditionLink>>& eventConditionLinks, 91 std::unordered_map<int, std::vector<int>>& conditionToMetricMap, 92 std::unordered_map<int, std::vector<int>>& trackerToMetricMap, [all …]
|
D | metrics_manager_util.cpp | 41 using std::unordered_map; 67 const unordered_map<int64_t, int>& logTrackerMap, in handleMetricWithLogTrackers() 68 unordered_map<int, std::vector<int>>& trackerToMetricMap, in handleMetricWithLogTrackers() 90 const unordered_map<int64_t, int>& logTrackerMap, in handlePullMetricTriggerWithLogTrackers() 91 unordered_map<int, std::vector<int>>& trackerToMetricMap, int& logTrackerIndex) { in handlePullMetricTriggerWithLogTrackers() 111 const unordered_map<int64_t, int>& conditionTrackerMap, in handleMetricWithConditions() 115 unordered_map<int, std::vector<int>>& conditionToMetricMap) { in handleMetricWithConditions() 140 unordered_map<int64_t, int>& logTrackerMap, in initLogTrackers() 229 const unordered_map<int64_t, int>& logTrackerMap, in initConditions() 230 unordered_map<int64_t, int>& conditionTrackerMap, in initConditions() [all …]
|
D | MetricsManager.h | 219 std::unordered_map<int, std::vector<int>> mTrackerToMetricMap; 222 std::unordered_map<int, std::vector<int>> mTrackerToConditionMap; 225 std::unordered_map<int, std::vector<int>> mConditionToMetricMap; 228 std::unordered_map<int, std::vector<int>> mActivationAtomTrackerToMetricMap; 231 std::unordered_map<int, std::vector<int>> mDeactivationAtomTrackerToMetricMap;
|
D | DurationMetricProducer.h | 127 std::unordered_map<MetricDimensionKey, std::vector<DurationBucket>> mPastBuckets; 130 std::unordered_map<HashableDimensionKey, 131 std::unordered_map<HashableDimensionKey, std::unique_ptr<DurationTracker>>>
|
/frameworks/base/cmds/statsd/tests/ |
D | MetricsManager_test.cpp | 36 using std::unordered_map; 282 unordered_map<int, std::vector<int>> conditionToMetricMap; in TEST() 283 unordered_map<int, std::vector<int>> trackerToMetricMap; in TEST() 284 unordered_map<int, std::vector<int>> trackerToConditionMap; in TEST() 285 unordered_map<int, std::vector<int>> activationAtomTrackerToMetricMap; in TEST() 286 unordered_map<int, std::vector<int>> deactivationAtomTrackerToMetricMap; in TEST() 314 unordered_map<int, std::vector<int>> conditionToMetricMap; in TEST() 315 unordered_map<int, std::vector<int>> trackerToMetricMap; in TEST() 316 unordered_map<int, std::vector<int>> trackerToConditionMap; in TEST() 317 unordered_map<int, std::vector<int>> activationAtomTrackerToMetricMap; in TEST() [all …]
|
/frameworks/base/libs/androidfw/ |
D | LocaleDataTables.cpp | 106 const std::unordered_map<uint32_t, uint8_t> LIKELY_SCRIPTS({ 2247 const std::unordered_map<uint32_t, uint32_t> ARAB_PARENTS({ 2255 const std::unordered_map<uint32_t, uint32_t> HANT_PARENTS({ 2259 const std::unordered_map<uint32_t, uint32_t> LATN_PARENTS({ 2388 const std::unordered_map<uint32_t, uint32_t> ___B_PARENTS({ 2394 const std::unordered_map<uint32_t, uint32_t>* map;
|
/frameworks/base/cmds/statsd/src/metrics/duration_helper/ |
D | OringDurationTracker.h | 52 std::unordered_map<MetricDimensionKey, std::vector<DurationBucket>>* output) override; 55 std::unordered_map<MetricDimensionKey, std::vector<DurationBucket>>* output) override; 67 std::unordered_map<HashableDimensionKey, int> mStarted; 68 std::unordered_map<HashableDimensionKey, int> mPaused; 70 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/native/libs/cputimeinstate/ |
D | cputimeinstate.h | 27 std::optional<std::unordered_map<uint32_t, std::vector<std::vector<uint64_t>>>> 29 std::optional<std::unordered_map<uint32_t, std::vector<std::vector<uint64_t>>>> 39 std::optional<std::unordered_map<uint32_t, concurrent_time_t>> getUidsConcurrentTimes(); 40 std::optional<std::unordered_map<uint32_t, concurrent_time_t>>
|
/frameworks/native/services/surfaceflinger/TimeStats/timestatsproto/include/timestatsproto/ |
D | TimeStatsHelper.h | 35 std::unordered_map<int32_t, int32_t> hist; 49 std::unordered_map<std::string, Histogram> deltas; 64 std::unordered_map<std::string, TimeStatsLayer> stats; 65 std::unordered_map<uint32_t, nsecs_t> refreshRateStats;
|
/frameworks/av/services/camera/libcameraservice/device3/ |
D | Camera3StreamSplitter.h | 56 status_t connect(const std::unordered_map<size_t, sp<Surface>> &surfaces, 242 std::unordered_map<uint64_t, BufferItem> mInputSlots; 245 std::unordered_map<int, sp<IGraphicBufferProducer> > mOutputs; 248 std::unordered_map<int, size_t > mConsumerBufferCount; 253 std::unordered_map<uint64_t, std::unique_ptr<BufferTracker> > mBuffers; 261 std::unordered_map<sp<IGraphicBufferProducer>, sp<OutputListener>, 265 std::unordered_map<sp<IGraphicBufferProducer>, std::unique_ptr<OutputSlots>,
|
/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/av/services/camera/libcameraservice/utils/ |
D | TagMonitor.h | 67 const std::unordered_map<std::string, CameraMetadata>& physicalMetadata); 91 std::unordered_map<std::string, CameraMetadata> mLastMonitoredPhysicalRequestKeys; 92 std::unordered_map<std::string, CameraMetadata> mLastMonitoredPhysicalResultKeys;
|
/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/av/services/camera/libcameraservice/api2/ |
D | CompositeStream.h | 114 std::unordered_map<uint64_t, CameraMetadata> mPendingCaptureResults; 117 std::unordered_map<int64_t, std::tuple<int64_t, CameraMetadata>> mCaptureResults; 120 std::unordered_map<int64_t, int64_t> mFrameNumberMap;
|
/frameworks/native/services/surfaceflinger/ |
D | TransactionCompletedThread.h | 124 std::unordered_map< 126 std::unordered_map<std::vector<CallbackId>, uint32_t /*count*/, CallbackIdsHash>, 129 std::unordered_map<sp<ITransactionCompletedListener>, std::deque<TransactionStats>,
|
/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()
|
/frameworks/native/services/surfaceflinger/Scheduler/ |
D | RefreshRateStats.h | 72 std::unordered_map<std::string, int64_t> getTotalTimes() { in getTotalTimes() 78 std::unordered_map<std::string, int64_t> totalTime; in getTotalTimes() 145 std::unordered_map<int /* config */, int64_t /* duration in ms */> mConfigModesTotalTime;
|
/frameworks/native/cmds/surfacereplayer/replayer/ |
D | Replayer.h | 144 std::unordered_map<layer_id, sp<SurfaceControl>> mLayers; 145 std::unordered_map<layer_id, HSV> mColors; 151 std::unordered_map<layer_id, std::shared_ptr<BufferQueueScheduler>> mBufferQueueSchedulers; 155 std::unordered_map<display_id, sp<IBinder>> mDisplays;
|
/frameworks/native/libs/gui/include/gui/ |
D | LayerMetadata.h | 33 std::unordered_map<uint32_t, std::vector<uint8_t>> mMap; 38 explicit LayerMetadata(std::unordered_map<uint32_t, std::vector<uint8_t>> map);
|
/frameworks/base/core/jni/ |
D | fd_utils.h | 92 explicit FileDescriptorTable(const std::unordered_map<int, FileDescriptorInfo*>& map); 99 std::unordered_map<int, FileDescriptorInfo*> open_fd_map_;
|
/frameworks/native/services/gpuservice/gpustats/ |
D | GpuStats.h | 67 std::unordered_map<uint64_t, GpuStatsGlobalInfo> mGlobalStats; 69 std::unordered_map<std::string, GpuStatsAppInfo> mAppStats;
|
/frameworks/native/services/surfaceflinger/tests/unittests/mock/DisplayHardware/ |
D | MockDisplay.h | 45 MOCK_METHOD1(getChangedCompositionTypes, Error(std::unordered_map<Layer*, HWC2::Composition>*)); 56 Error(HWC2::DisplayRequest*, std::unordered_map<Layer*, HWC2::LayerRequest>*)); 66 Error(std::unordered_map<Layer*, android::sp<android::Fence>>* outFences));
|