/frameworks/base/cmds/statsd/tests/metrics/ |
D | metrics_test_helper.cpp | 21 HashableDimensionKey getMockedDimensionKey(int tagId, int key, string value) { in getMockedDimensionKey() 29 MetricDimensionKey getMockedMetricDimensionKey(int tagId, int key, string value) { in getMockedMetricDimensionKey() 33 void buildSimpleAtomFieldMatcher(const int tagId, FieldMatcher* matcher) { in buildSimpleAtomFieldMatcher() 37 void buildSimpleAtomFieldMatcher(const int tagId, const int fieldNum, FieldMatcher* matcher) { in buildSimpleAtomFieldMatcher()
|
D | ValueMetricProducer_test.cpp | 43 const int tagId = 1; variable 216 .WillOnce(Invoke([](int tagId, vector<std::shared_ptr<LogEvent>>* data) { in TEST() 301 .WillOnce(Invoke([](int tagId, vector<std::shared_ptr<LogEvent>>* data) { in TEST() 311 .WillOnce(Invoke([](int tagId, vector<std::shared_ptr<LogEvent>>* data) { in TEST() 370 .WillOnce(Invoke([](int tagId, vector<std::shared_ptr<LogEvent>>* data) { in TEST() 585 .WillOnce(Invoke([](int tagId, vector<std::shared_ptr<LogEvent>>* data) { in TEST() 594 .WillOnce(Invoke([](int tagId, vector<std::shared_ptr<LogEvent>>* data) { in TEST() 603 .WillOnce(Invoke([](int tagId, vector<std::shared_ptr<LogEvent>>* data) { in TEST() 719 .WillOnce(Invoke([](int tagId, vector<std::shared_ptr<LogEvent>>* data) { in TEST() 805 .WillOnce(Invoke([](int tagId, vector<std::shared_ptr<LogEvent>>* data) { in TEST() [all …]
|
D | DurationMetricProducer_test.cpp | 69 int tagId = 1; in TEST() local 106 int tagId = 1; in TEST() local 154 int tagId = 1; in TEST() local 205 int tagId = 1; in TEST() local 259 int tagId = 1; in TEST() local 308 int tagId = 1; in TEST() local 348 int tagId = 1; in TEST() local 395 int tagId = 1; in TEST() local
|
D | GaugeMetricProducer_test.cpp | 42 const int tagId = 1; variable 113 .WillOnce(Invoke([](int tagId, vector<std::shared_ptr<LogEvent>>* data) { in TEST() 293 .WillOnce(Invoke([](int tagId, vector<std::shared_ptr<LogEvent>>* data) { in TEST() 421 .WillOnce(Invoke([](int tagId, vector<std::shared_ptr<LogEvent>>* data) { in TEST() 519 .WillOnce(Invoke([](int tagId, vector<std::shared_ptr<LogEvent>>* data) { in TEST() 597 int tagId = 1; in TEST() local 672 .WillOnce(Invoke([](int tagId, vector<std::shared_ptr<LogEvent>>* data) { in TEST() 680 .WillOnce(Invoke([](int tagId, vector<std::shared_ptr<LogEvent>>* data) { in TEST() 746 .WillOnce(Invoke([](int tagId, vector<std::shared_ptr<LogEvent>>* data) { in TEST() 755 .WillOnce(Invoke([](int tagId, vector<std::shared_ptr<LogEvent>>* data) { in TEST() [all …]
|
D | CountMetricProducer_test.cpp | 58 int tagId = 1; in TEST() local 163 int tagId = 1; in TEST() local 220 int tagId = 1; in TEST() local 281 int tagId = 1; in TEST() local 352 int tagId = 1; in TEST() local
|
D | EventMetricProducer_test.cpp | 92 int tagId = 1; in TEST() local
|
/frameworks/base/services/core/java/com/android/server/stats/ |
D | StatsCompanionService.java | 860 int tagId, long elapsedNanos, long wallClockNanos, in pullKernelWakelock() 877 int tagId, long elapsedNanos, long wallClockNanos, in pullWifiBytesTransfer() 902 int tagId, long elapsedNanos, long wallClockNanos, in pullWifiBytesTransferByFgBg() 926 int tagId, long elapsedNanos, long wallClockNanos, in pullMobileBytesTransfer() 950 int tagId, long elapsedNanos, long wallClockNanos, in pullBluetoothBytesTransfer() 966 int tagId, long elapsedNanos, long wallClockNanos, in pullMobileBytesTransferByFgBg() 990 int tagId, long elapsedNanos, long wallClockNanos, in pullCpuTimePerFreq() 1008 int tagId, long elapsedNanos, long wallClockNanos, in pullKernelUidCpuTime() 1021 int tagId, long elapsedNanos, long wallClockNanos, in pullKernelUidCpuFreqTime() 1038 int tagId, long elapsedNanos, long wallClockNanos, in pullKernelUidCpuClusterTime() [all …]
|
/frameworks/base/packages/WallpaperCropper/src/com/android/gallery3d/exif/ |
D | ExifInterface.java | 347 public static int defineTag(int ifdId, short tagId) { in defineTag() 1154 public List<ExifTag> getTagsForTagId(short tagId) { in getTagsForTagId() 1176 public ExifTag getTag(int tagId, int ifdId) { in getTag() 1190 public ExifTag getTag(int tagId) { in getTag() 1200 public Object getTagValue(int tagId, int ifdId) { in getTagValue() 1213 public Object getTagValue(int tagId) { in getTagValue() 1226 public String getTagStringValue(int tagId, int ifdId) { in getTagStringValue() 1237 public String getTagStringValue(int tagId) { in getTagStringValue() 1245 public Long getTagLongValue(int tagId, int ifdId) { in getTagLongValue() 1256 public Long getTagLongValue(int tagId) { in getTagLongValue() [all …]
|
D | IfdData.java | 78 protected ExifTag getTag(short tagId) { in getTag() 90 protected boolean checkCollision(short tagId) { in checkCollision() 97 protected void removeTag(short tagId) { in removeTag()
|
D | ExifData.java | 204 protected void removeTag(short tagId, int ifdId) { in removeTag()
|
D | ExifParser.java | 534 short tagId = mTiffStream.readShort(); in readTag() local 637 private boolean checkAllowed(int ifd, int tagId) { in checkAllowed()
|
D | ExifTag.java | 127 ExifTag(short tagId, short type, int componentCount, int ifd, in ExifTag()
|
/frameworks/base/cmds/statsd/src/external/ |
D | StatsPullerManager.cpp | 274 bool StatsPullerManager::Pull(int tagId, vector<shared_ptr<LogEvent>>* data) { in Pull() 323 void StatsPullerManager::RegisterReceiver(int tagId, wp<PullDataReceiver> receiver, in RegisterReceiver() 358 void StatsPullerManager::UnRegisterReceiver(int tagId, wp<PullDataReceiver> receiver) { in UnRegisterReceiver()
|
D | StatsCallbackPuller.cpp | 32 StatsCallbackPuller::StatsCallbackPuller(int tagId, const sp<IStatsPullerCallback>& callback) : in StatsCallbackPuller()
|
D | StatsCompanionServicePuller.cpp | 41 StatsCompanionServicePuller::StatsCompanionServicePuller(int tagId) : StatsPuller(tagId) { in StatsCompanionServicePuller()
|
D | ResourceHealthManagerPuller.cpp | 54 ResourceHealthManagerPuller::ResourceHealthManagerPuller(int tagId) : StatsPuller(tagId) { in ResourceHealthManagerPuller()
|
D | StatsPuller.cpp | 35 StatsPuller::StatsPuller(const int tagId) in StatsPuller()
|
D | puller_util.cpp | 57 int tagId) { in mapAndMergeIsolatedUidsToHostUid()
|
D | GpuStatsPuller.cpp | 34 GpuStatsPuller::GpuStatsPuller(const int tagId) : StatsPuller(tagId) { in GpuStatsPuller()
|
/frameworks/base/cmds/statsd/src/logd/ |
D | LogEvent.cpp | 122 LogEvent::LogEvent(int32_t tagId, int64_t wallClockTimestampNs, int64_t elapsedTimestampNs) { in LogEvent() 134 LogEvent::LogEvent(int32_t tagId, int64_t wallClockTimestampNs, int64_t elapsedTimestampNs, in LogEvent() 255 LogEvent::LogEvent(int32_t tagId, int64_t timestampNs) : LogEvent(tagId, timestampNs, timestampNs) { in LogEvent() 258 LogEvent::LogEvent(int32_t tagId, int64_t timestampNs, int32_t uid) { in LogEvent()
|
/frameworks/base/cmds/statsd/tests/external/ |
D | GpuStatsPuller_test.cpp | 65 MockGpuStatsPuller(const int tagId, vector<std::shared_ptr<LogEvent>>* data) in MockGpuStatsPuller()
|
/frameworks/base/cmds/statsd/tests/shell/ |
D | ShellSubscriber_test.cpp | 193 .WillRepeatedly(Invoke([](int tagId, vector<std::shared_ptr<LogEvent>>* data) { in TEST()
|
/frameworks/base/cmds/statsd/src/ |
D | stats_log_util.cpp | 325 void writeFieldValueTreeToStreamHelper(int tagId, const std::vector<FieldValue>& dims, in writeFieldValueTreeToStreamHelper() 410 void writeFieldValueTreeToStream(int tagId, const std::vector<FieldValue>& values, in writeFieldValueTreeToStream()
|
/frameworks/base/core/jni/ |
D | android_hardware_camera2_DngCreator.cpp | 56 #define BAIL_IF_INVALID_RET_BOOL(expr, jnienv, tagId, writer) \ argument 64 #define BAIL_IF_INVALID_RET_NULL_SP(expr, jnienv, tagId, writer) \ argument 72 #define BAIL_IF_INVALID_R(expr, jnienv, tagId, writer) \ argument 79 #define BAIL_IF_EMPTY_RET_NULL_SP(entry, jnienv, tagId, writer) \ argument 86 #define BAIL_IF_EXPR_RET_NULL_SP(expr, jnienv, tagId, writer) \ argument 842 uint16_t tagId = entries[i]; in moveEntries() local
|
/frameworks/base/cmds/statsd/src/metrics/ |
D | MetricsManager.cpp | 350 int tagId = event.GetTagId(); in onLogEvent() local
|