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
345 vector<std::shared_ptr<LogEvent>>* data) { in TEST()
417 .WillOnce(Invoke([partialBucketSplitTimeNs](int tagId, const ConfigKey&, in TEST_P()
419 vector<std::shared_ptr<LogEvent>>* data) { in TEST_P()
470 vector<std::shared_ptr<LogEvent>>* data) { in TEST()
638 .WillOnce(Invoke([](int tagId, const ConfigKey&, const int64_t eventTimeNs, in TEST()
645 .WillOnce(Invoke([](int tagId, const ConfigKey&, const int64_t eventTimeNs, in TEST()
646 vector<std::shared_ptr<LogEvent>>* data) { in TEST()
772 vector<std::shared_ptr<LogEvent>>* data) { in TEST_P()
854 .WillOnce(Invoke([](int tagId, const ConfigKey&, const int64_t eventTimeNs, in TEST_P()
[all …]
DGaugeMetricProducer_test.cpp48 const int tagId = 1; variable
136 vector<std::shared_ptr<LogEvent>>* data) { in TEST()
319 vector<std::shared_ptr<LogEvent>>* data) { in TEST_P()
443 vector<std::shared_ptr<LogEvent>>* data) { in TEST()
531 vector<std::shared_ptr<LogEvent>>* data) { in TEST()
598 int tagId = 1; in TEST() local
672 .WillOnce(Invoke([](int tagId, const ConfigKey&, const int64_t eventTimeNs, in TEST()
673 vector<std::shared_ptr<LogEvent>>* data) { in TEST()
730 vector<std::shared_ptr<LogEvent>>* data) { in TEST()
794 .WillOnce(Invoke([](int tagId, const ConfigKey&, const int64_t eventTimeNs, in TEST()
[all …]
DDurationMetricProducer_test.cpp95 int tagId = 1; in TEST() local
134 int tagId = 1; in TEST() local
192 int tagId = 1; in TEST() local
242 int tagId = 1; in TEST_P() local
306 int tagId = 1; in TEST_P() local
366 int tagId = 1; in TEST_P() local
418 int tagId = 1; in TEST_P() local
473 int tagId = 1; in TEST_P() local
536 int tagId = 1; in TEST() local
DCountMetricProducer_test.cpp90 int tagId = 1; in TEST() local
200 int tagId = 1; in TEST() local
259 int tagId = 1; in TEST_P() local
331 int tagId = 1; in TEST_P() local
391 int tagId = 1; in TEST() local
477 int tagId = 1; in TEST() local
DEventMetricProducer_test.cpp149 int tagId = 1; in TEST_F() local
200 int tagId = 1; in TEST_F() local
250 int tagId = 1; in TEST_F() local
302 int tagId = 1; in TEST_F() 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()
61 bool StatsPullerManager::Pull(int tagId, const vector<int32_t>& uids, const int64_t eventTimeNs, in Pull()
67 bool StatsPullerManager::PullLocked(int tagId, const ConfigKey& configKey, in PullLocked()
88 bool StatsPullerManager::PullLocked(int tagId, const vector<int32_t>& uids, in PullLocked()
150 void StatsPullerManager::RegisterReceiver(int tagId, const ConfigKey& configKey, in RegisterReceiver()
186 void StatsPullerManager::UnRegisterReceiver(int tagId, const ConfigKey& configKey, in UnRegisterReceiver()
DStatsPuller.cpp35 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