Home
last modified time | relevance | path

Searched defs:tagId (Results 1 – 25 of 38) sorted by relevance

12

/packages/modules/StatsD/statsd/tests/metrics/
Dmetrics_test_helper.cpp21 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()
DNumericValueMetricProducer_test.cpp50 const int tagId = 1; variable
303 vector<std::shared_ptr<LogEvent>>* data) { in TEST()
375 .WillOnce(Invoke([partialBucketSplitTimeNs](int tagId, const ConfigKey&, in TEST_P()
377 vector<std::shared_ptr<LogEvent>>* data) { in TEST_P()
428 vector<std::shared_ptr<LogEvent>>* data) { in TEST()
596 .WillOnce(Invoke([](int tagId, const ConfigKey&, const int64_t eventTimeNs, in TEST()
603 .WillOnce(Invoke([](int tagId, const ConfigKey&, const int64_t eventTimeNs, in TEST()
604 vector<std::shared_ptr<LogEvent>>* data) { in TEST()
730 vector<std::shared_ptr<LogEvent>>* data) { in TEST_P()
812 .WillOnce(Invoke([](int tagId, const ConfigKey&, const int64_t eventTimeNs, in TEST_P()
[all …]
DGaugeMetricProducer_test.cpp48 const int tagId = 1; variable
137 vector<std::shared_ptr<LogEvent>>* data) { in TEST()
326 vector<std::shared_ptr<LogEvent>>* data) { in TEST_P()
452 vector<std::shared_ptr<LogEvent>>* data) { in TEST()
542 vector<std::shared_ptr<LogEvent>>* data) { in TEST()
613 int tagId = 1; in TEST() local
687 .WillOnce(Invoke([](int tagId, const ConfigKey&, const int64_t eventTimeNs, in TEST()
688 vector<std::shared_ptr<LogEvent>>* data) { in TEST()
747 vector<std::shared_ptr<LogEvent>>* data) { in TEST()
813 .WillOnce(Invoke([](int tagId, const ConfigKey&, const int64_t eventTimeNs, in TEST()
[all …]
DDurationMetricProducer_test.cpp96 int tagId = 1; in TEST() local
136 int tagId = 1; in TEST() local
195 int tagId = 1; in TEST() local
246 int tagId = 1; in TEST_P() local
311 int tagId = 1; in TEST_P() local
372 int tagId = 1; in TEST_P() local
425 int tagId = 1; in TEST_P() local
481 int tagId = 1; in TEST_P() local
545 int tagId = 1; in TEST() local
590 int tagId = 1; in TEST() local
DEventMetricProducer_test.cpp151 int tagId = 1; in TEST_F() local
203 int tagId = 1; in TEST_F() local
254 int tagId = 1; in TEST_F() local
307 int tagId = 1; in TEST_F() local
355 int tagId = 1; in TEST_F() local
462 int tagId = 1; in TEST_F() local
560 int tagId = 1; in TEST_F() local
658 const int tagId = 1; in TEST_F() local
DCountMetricProducer_test.cpp92 int tagId = 1; in TEST() local
204 int tagId = 1; in TEST() local
264 int tagId = 1; in TEST_P() local
336 int tagId = 1; in TEST_P() local
396 int tagId = 1; in TEST() local
484 int tagId = 1; in TEST() local
/packages/apps/Gallery2/gallerycommon/src/com/android/gallery3d/exif/
DExifInterface.java347 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 …]
DIfdData.java78 protected ExifTag getTag(short tagId) { in getTag()
90 protected boolean checkCollision(short tagId) { in checkCollision()
97 protected void removeTag(short tagId) { in removeTag()
DExifData.java204 protected void removeTag(short tagId, int ifdId) { in removeTag()
DExifParser.java534 short tagId = mTiffStream.readShort(); in readTag() local
637 private boolean checkAllowed(int ifd, int tagId) { in checkAllowed()
/packages/apps/Camera2/src/com/android/camera/exif/
DExifInterface.java350 public static int defineTag(int ifdId, short tagId) { in defineTag()
1133 public List<ExifTag> getTagsForTagId(short tagId) { in getTagsForTagId()
1155 public ExifTag getTag(int tagId, int ifdId) { in getTag()
1169 public ExifTag getTag(int tagId) { in getTag()
1179 public Object getTagValue(int tagId, int ifdId) { in getTagValue()
1192 public Object getTagValue(int tagId) { in getTagValue()
1205 public String getTagStringValue(int tagId, int ifdId) { in getTagStringValue()
1216 public String getTagStringValue(int tagId) { in getTagStringValue()
1224 public Long getTagLongValue(int tagId, int ifdId) { in getTagLongValue()
1235 public Long getTagLongValue(int tagId) { in getTagLongValue()
[all …]
DIfdData.java78 protected ExifTag getTag(short tagId) { in getTag()
90 protected boolean checkCollision(short tagId) { in checkCollision()
97 protected void removeTag(short tagId) { in removeTag()
DExifData.java204 protected void removeTag(short tagId, int ifdId) { in removeTag()
/packages/apps/Messaging/src/com/android/messaging/util/exif/
DExifInterface.java347 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 …]
DIfdData.java78 protected ExifTag getTag(short tagId) { in getTag()
90 protected boolean checkCollision(short tagId) { in checkCollision()
97 protected void removeTag(short tagId) { in removeTag()
DExifData.java205 protected void removeTag(short tagId, int ifdId) { in removeTag()
/packages/apps/Dialer/java/com/android/dialer/callcomposer/camera/exif/
DExifInterface.java123 private static int defineTag(int ifdId, short tagId) { in defineTag()
214 private Integer getTagIntValue(int tagId, int ifdId) { in getTagIntValue()
222 private int[] getTagIntValues(int tagId, int ifdId) { in getTagIntValues()
231 public ExifTag getTag(int tagId, int ifdId) { in getTag()
238 public Integer getTagIntValue(int tagId) { in getTagIntValue()
249 private int getDefinedTagDefaultIfd(int tagId) { in getDefinedTagDefaultIfd()
353 public ExifTag getTag(int tagId) { in getTag()
DIfdData.java76 protected ExifTag getTag(short tagId) { in getTag()
DExifTag.java84 private final short tagId; field in ExifTag
120 ExifTag(short tagId, short type, int componentCount, int ifd, boolean hasDefinedComponentCount) { in ExifTag()
/packages/modules/StatsD/statsd/src/external/
DStatsPullerManager.cpp55 bool StatsPullerManager::Pull(int tagId, const ConfigKey& configKey, const int64_t eventTimeNs, in Pull()
62 bool StatsPullerManager::Pull(int tagId, const vector<int32_t>& uids, const int64_t eventTimeNs, in Pull()
69 bool StatsPullerManager::PullLocked(int tagId, const ConfigKey& configKey, in PullLocked()
90 bool StatsPullerManager::PullLocked(int tagId, const vector<int32_t>& uids, in PullLocked()
152 void StatsPullerManager::RegisterReceiver(int tagId, const ConfigKey& configKey, in RegisterReceiver()
188 void StatsPullerManager::UnRegisterReceiver(int tagId, const ConfigKey& configKey, in UnRegisterReceiver()
DStatsPuller.cpp37 StatsPuller::StatsPuller(const int tagId, const int64_t coolDownNs, const int64_t pullTimeoutNs, in StatsPuller()
DStatsCallbackPuller.cpp38 StatsCallbackPuller::StatsCallbackPuller(int tagId, const shared_ptr<IPullAtomCallback>& callback, in StatsCallbackPuller()
Dpuller_util.cpp51 int tagId, const vector<int>& additiveFieldsVec) { in mapAndMergeIsolatedUidsToHostUid()
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/info/
DInfoPanel.java52 short tagId = exifTag.getTagId(); in createStringFromIfFound() local
/packages/apps/WallpaperPicker2/src/com/android/wallpaper/asset/
DContentUriAsset.java181 public String readExifTag(String tagId) { in readExifTag()

12