/frameworks/base/cmds/statsd/tests/metrics/ |
D | metrics_test_helper.cpp | 21 HashableDimensionKey getMockedDimensionKey(int tagId, int key, string value) { in getMockedDimensionKey() 29 HashableDimensionKey getMockedDimensionKeyLongValue(int tagId, int key, int64_t value) { in getMockedDimensionKeyLongValue() 37 MetricDimensionKey getMockedMetricDimensionKey(int tagId, int key, string value) { in getMockedMetricDimensionKey() 41 MetricDimensionKey getMockedStateDimensionKey(int tagId, int key, int64_t value) { in getMockedStateDimensionKey() 46 void buildSimpleAtomFieldMatcher(const int tagId, FieldMatcher* matcher) { in buildSimpleAtomFieldMatcher() 50 void buildSimpleAtomFieldMatcher(const int tagId, const int fieldNum, FieldMatcher* matcher) { in buildSimpleAtomFieldMatcher()
|
D | ValueMetricProducer_test.cpp | 47 const int tagId = 1; variable 299 vector<std::shared_ptr<LogEvent>>* data, bool) { in TEST() 382 int tagId, const ConfigKey&, const int64_t eventTimeNs, in TEST_P() 383 vector<std::shared_ptr<LogEvent>>* data, bool) { in TEST_P() 439 vector<std::shared_ptr<LogEvent>>* data, bool) { in TEST() 632 .WillOnce(Invoke([](int tagId, const ConfigKey&, const int64_t eventTimeNs, in TEST() 639 .WillOnce(Invoke([](int tagId, const ConfigKey&, const int64_t eventTimeNs, in TEST() 640 vector<std::shared_ptr<LogEvent>>* data, bool) { in TEST() 777 vector<std::shared_ptr<LogEvent>>* data, bool) { in TEST_P() 865 .WillOnce(Invoke([](int tagId, const ConfigKey&, const int64_t eventTimeNs, in TEST_P() [all …]
|
D | DurationMetricProducer_test.cpp | 94 int tagId = 1; in TEST() local 133 int tagId = 1; in TEST() local 183 int tagId = 1; in TEST() local 232 int tagId = 1; in TEST_P() local 295 int tagId = 1; in TEST_P() local 354 int tagId = 1; in TEST_P() local 404 int tagId = 1; in TEST_P() local 458 int tagId = 1; in TEST_P() local
|
D | GaugeMetricProducer_test.cpp | 48 const int tagId = 1; variable 142 vector<std::shared_ptr<LogEvent>>* data, bool) { in TEST() 316 vector<std::shared_ptr<LogEvent>>* data, bool) { in TEST_P() 445 vector<std::shared_ptr<LogEvent>>* data, bool) { in TEST() 532 vector<std::shared_ptr<LogEvent>>* data, bool) { in TEST() 601 int tagId = 1; in TEST() local 676 .WillOnce(Invoke([](int tagId, const ConfigKey&, const int64_t eventTimeNs, in TEST() 677 vector<std::shared_ptr<LogEvent>>* data, bool) { in TEST() 748 .WillOnce(Invoke([](int tagId, const ConfigKey&, const int64_t eventTimeNs, in TEST() 755 .WillOnce(Invoke([](int tagId, const ConfigKey&, const int64_t eventTimeNs, in TEST() [all …]
|
D | CountMetricProducer_test.cpp | 89 int tagId = 1; in TEST() local 196 int tagId = 1; in TEST() local 255 int tagId = 1; in TEST_P() local 325 int tagId = 1; in TEST_P() local 404 int tagId = 1; in TEST() local
|
D | EventMetricProducer_test.cpp | 130 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()
|
D | ExifTag.java | 127 ExifTag(short tagId, short type, int componentCount, int ifd, in ExifTag()
|
/frameworks/base/cmds/statsd/src/external/ |
D | StatsPullerManager.cpp | 94 bool StatsPullerManager::Pull(int tagId, const ConfigKey& configKey, const int64_t eventTimeNs, in Pull() 100 bool StatsPullerManager::Pull(int tagId, const vector<int32_t>& uids, const int64_t eventTimeNs, in Pull() 106 bool StatsPullerManager::PullLocked(int tagId, const ConfigKey& configKey, in PullLocked() 130 bool StatsPullerManager::PullLocked(int tagId, const vector<int32_t>& uids, in PullLocked() 200 void StatsPullerManager::RegisterReceiver(int tagId, const ConfigKey& configKey, in RegisterReceiver() 236 void StatsPullerManager::UnRegisterReceiver(int tagId, const ConfigKey& configKey, in UnRegisterReceiver()
|
D | StatsPuller.cpp | 35 StatsPuller::StatsPuller(const int tagId, const int64_t coolDownNs, const int64_t pullTimeoutNs, in StatsPuller()
|
D | StatsCallbackPuller.cpp | 38 StatsCallbackPuller::StatsCallbackPuller(int tagId, const shared_ptr<IPullAtomCallback>& callback, in StatsCallbackPuller()
|
D | puller_util.cpp | 50 int tagId, const vector<int>& additiveFieldsVec) { in mapAndMergeIsolatedUidsToHostUid()
|
/frameworks/base/cmds/statsd/tests/shell/ |
D | ShellSubscriber_test.cpp | 195 vector<std::shared_ptr<LogEvent>>* data, bool) { in TEST()
|
/frameworks/base/cmds/statsd/src/ |
D | stats_log_util.cpp | 338 void writeFieldValueTreeToStreamHelper(int tagId, const std::vector<FieldValue>& dims, in writeFieldValueTreeToStreamHelper() 400 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/tests/e2e/ |
D | ValueMetric_pull_e2e_test.cpp | 160 int32_t tagId = util::SUBSYSTEM_SLEEP_STATE; in TEST() local
|
/frameworks/base/cmds/statsd/src/metrics/ |
D | MetricsManager.cpp | 461 int tagId = event.GetTagId(); in onLogEvent() local
|
/frameworks/av/media/img_utils/include/img_utils/ |
D | TagDefinitions.h | 35 const uint16_t tagId; member
|
/frameworks/av/services/camera/libcameraservice/tests/ |
D | CameraProviderManagerTest.cpp | 351 uint32_t tagId = VENDOR_SECTION << 16; in TEST() local
|
/frameworks/base/services/core/java/com/android/server/stats/pull/ |
D | StatsPullAtomService.java | 980 int tagId = FrameworkStatsLog.WIFI_BYTES_TRANSFER; in registerWifiBytesTransfer() local
|
/frameworks/av/services/camera/libcameraservice/common/ |
D | CameraProviderManager.cpp | 1992 const std::string &name, const metadata_vendor_id_t tagId, in initializeDeviceInfo() 2119 const metadata_vendor_id_t tagId, const std::string &id, in DeviceInfo1() 2239 const metadata_vendor_id_t tagId, const std::string &id, in DeviceInfo3()
|
/frameworks/base/core/java/com/google/android/util/ |
D | AbstractMessageParser.java | 1141 public static String getUserTagsURL(String user, String tagId) { in getUserTagsURL()
|