/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/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()
|
/frameworks/base/services/core/java/com/android/server/stats/ |
D | StatsCompanionService.java | 862 int tagId, long elapsedNanos, long wallClockNanos, in pullKernelWakelock() 879 int tagId, long elapsedNanos, long wallClockNanos, in pullWifiBytesTransfer() 904 int tagId, long elapsedNanos, long wallClockNanos, in pullWifiBytesTransferByFgBg() 928 int tagId, long elapsedNanos, long wallClockNanos, in pullMobileBytesTransfer() 952 int tagId, long elapsedNanos, long wallClockNanos, in pullBluetoothBytesTransfer() 968 int tagId, long elapsedNanos, long wallClockNanos, in pullMobileBytesTransferByFgBg() 992 int tagId, long elapsedNanos, long wallClockNanos, in pullCpuTimePerFreq() 1010 int tagId, long elapsedNanos, long wallClockNanos, in pullKernelUidCpuTime() 1023 int tagId, long elapsedNanos, long wallClockNanos, in pullKernelUidCpuFreqTime() 1040 int tagId, long elapsedNanos, long wallClockNanos, in pullKernelUidCpuClusterTime() [all …]
|
/frameworks/base/cmds/statsd/src/external/ |
D | StatsPullerManager.cpp | 277 bool StatsPullerManager::Pull(int tagId, vector<shared_ptr<LogEvent>>* data) { in Pull() 326 void StatsPullerManager::RegisterReceiver(int tagId, wp<PullDataReceiver> receiver, in RegisterReceiver() 361 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 | CarStatsPuller.cpp | 70 CarStatsPuller::CarStatsPuller(const int tagId) : StatsPuller(tagId) { in CarStatsPuller()
|
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() 224 LogEvent::LogEvent(int32_t tagId, int64_t timestampNs) : LogEvent(tagId, timestampNs, timestampNs) { in LogEvent() 227 LogEvent::LogEvent(int32_t tagId, int64_t timestampNs, int32_t uid) { in LogEvent()
|
/frameworks/base/cmds/statsd/tests/external/ |
D | GpuStatsPuller_test.cpp | 66 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 | 321 void writeFieldValueTreeToStreamHelper(int tagId, const std::vector<FieldValue>& dims, in writeFieldValueTreeToStreamHelper() 406 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 | 361 int tagId = event.GetTagId(); in onLogEvent() local
|