Home
last modified time | relevance | path

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

12

/aosp12/packages/modules/StatsD/statsd/tests/metrics/
H A 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()
H A DValueMetricProducer_test.cpp47 const int tagId = 1; variable
283 vector<std::shared_ptr<LogEvent>>* data) { in TEST()
420 vector<std::shared_ptr<LogEvent>>* data) { in TEST()
625 vector<std::shared_ptr<LogEvent>>* data) { in TEST()
840 vector<std::shared_ptr<LogEvent>>* data) { in TEST_P()
1070 vector<std::shared_ptr<LogEvent>>* data) { in TEST()
1187 vector<std::shared_ptr<LogEvent>>* data) { in TEST()
1259 vector<std::shared_ptr<LogEvent>>* data) { in TEST()
1671 vector<std::shared_ptr<LogEvent>>* data) { in TEST()
1747 vector<std::shared_ptr<LogEvent>>* data) { in TEST()
[all …]
H A DGaugeMetricProducer_test.cpp48 const int tagId = 1; variable
136 vector<std::shared_ptr<LogEvent>>* data) { in TEST()
305 vector<std::shared_ptr<LogEvent>>* data) { in TEST_P()
428 vector<std::shared_ptr<LogEvent>>* data) { in TEST()
511 vector<std::shared_ptr<LogEvent>>* data) { in TEST()
578 int tagId = 1; in TEST() local
649 .WillOnce(Invoke([](int tagId, const ConfigKey&, const int64_t eventTimeNs, in TEST()
650 vector<std::shared_ptr<LogEvent>>* data) { in TEST()
717 .WillOnce(Invoke([](int tagId, const ConfigKey&, const int64_t eventTimeNs, in TEST()
725 vector<std::shared_ptr<LogEvent>>* data) { in TEST()
[all …]
H A DDurationMetricProducer_test.cpp95 int tagId = 1; in TEST() local
134 int tagId = 1; in TEST() local
185 int tagId = 1; in TEST() local
235 int tagId = 1; in TEST_P() local
298 int tagId = 1; in TEST_P() local
357 int tagId = 1; in TEST_P() local
408 int tagId = 1; in TEST_P() local
462 int tagId = 1; in TEST_P() local
H A DCountMetricProducer_test.cpp90 int tagId = 1; in TEST() local
197 int tagId = 1; in TEST() local
256 int tagId = 1; in TEST_P() local
327 int tagId = 1; in TEST_P() local
407 int tagId = 1; in TEST() local
H A DEventMetricProducer_test.cpp133 int tagId = 1; in TEST() local
/aosp12/frameworks/base/packages/WallpaperCropper/src/com/android/gallery3d/exif/
H A DExifInterface.java1190 public ExifTag getTag(int tagId) { in getTag()
1213 public Object getTagValue(int tagId) { in getTagValue()
1256 public Long getTagLongValue(int tagId) { in getTagLongValue()
1275 public Integer getTagIntValue(int tagId) { in getTagIntValue()
1294 public Byte getTagByteValue(int tagId) { in getTagByteValue()
1332 public long[] getTagLongValues(int tagId) { in getTagLongValues()
1351 public int[] getTagIntValues(int tagId) { in getTagIntValues()
1370 public byte[] getTagByteValues(int tagId) { in getTagByteValues()
1416 public int getDefinedTagCount(int tagId) { in getDefinedTagCount()
1463 public short getDefinedTagType(int tagId) { in getDefinedTagType()
[all …]
H A 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()
H A DExifData.java204 protected void removeTag(short tagId, int ifdId) { in removeTag()
/aosp12/packages/apps/Gallery2/gallerycommon/src/com/android/gallery3d/exif/
H A DExifInterface.java1190 public ExifTag getTag(int tagId) { in getTag()
1213 public Object getTagValue(int tagId) { in getTagValue()
1256 public Long getTagLongValue(int tagId) { in getTagLongValue()
1275 public Integer getTagIntValue(int tagId) { in getTagIntValue()
1294 public Byte getTagByteValue(int tagId) { in getTagByteValue()
1332 public long[] getTagLongValues(int tagId) { in getTagLongValues()
1351 public int[] getTagIntValues(int tagId) { in getTagIntValues()
1370 public byte[] getTagByteValues(int tagId) { in getTagByteValues()
1416 public int getDefinedTagCount(int tagId) { in getDefinedTagCount()
1463 public short getDefinedTagType(int tagId) { in getDefinedTagType()
[all …]
H A 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()
/aosp12/packages/apps/Camera2/src/com/android/camera/exif/
H A DExifInterface.java1169 public ExifTag getTag(int tagId) { in getTag()
1192 public Object getTagValue(int tagId) { in getTagValue()
1235 public Long getTagLongValue(int tagId) { in getTagLongValue()
1254 public Integer getTagIntValue(int tagId) { in getTagIntValue()
1273 public Byte getTagByteValue(int tagId) { in getTagByteValue()
1311 public long[] getTagLongValues(int tagId) { in getTagLongValues()
1330 public int[] getTagIntValues(int tagId) { in getTagIntValues()
1349 public byte[] getTagByteValues(int tagId) { in getTagByteValues()
1395 public int getDefinedTagCount(int tagId) { in getDefinedTagCount()
1442 public short getDefinedTagType(int tagId) { in getDefinedTagType()
[all …]
H A 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()
/aosp12/packages/apps/Messaging/src/com/android/messaging/util/exif/
H A DExifInterface.java1190 public ExifTag getTag(int tagId) { in getTag()
1213 public Object getTagValue(int tagId) { in getTagValue()
1256 public Long getTagLongValue(int tagId) { in getTagLongValue()
1275 public Integer getTagIntValue(int tagId) { in getTagIntValue()
1294 public Byte getTagByteValue(int tagId) { in getTagByteValue()
1332 public long[] getTagLongValues(int tagId) { in getTagLongValues()
1351 public int[] getTagIntValues(int tagId) { in getTagIntValues()
1370 public byte[] getTagByteValues(int tagId) { in getTagByteValues()
1416 public int getDefinedTagCount(int tagId) { in getDefinedTagCount()
1463 public short getDefinedTagType(int tagId) { in getDefinedTagType()
[all …]
H A 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()
/aosp12/packages/apps/Dialer/java/com/android/dialer/callcomposer/camera/exif/
H A 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()
H A DIfdData.java76 protected ExifTag getTag(short tagId) { in getTag()
H A DExifTag.java84 private final short tagId; field in ExifTag
120 ExifTag(short tagId, short type, int componentCount, int ifd, boolean hasDefinedComponentCount) { in ExifTag()
/aosp12/packages/modules/StatsD/statsd/src/external/
H A DStatsPullerManager.cpp94 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()
127 bool StatsPullerManager::PullLocked(int tagId, const vector<int32_t>& uids, in PullLocked()
181 void StatsPullerManager::RegisterReceiver(int tagId, const ConfigKey& configKey, in RegisterReceiver()
217 void StatsPullerManager::UnRegisterReceiver(int tagId, const ConfigKey& configKey, in UnRegisterReceiver()
H A DStatsPuller.cpp35 StatsPuller::StatsPuller(const int tagId, const int64_t coolDownNs, const int64_t pullTimeoutNs, in StatsPuller()
H A DStatsCallbackPuller.cpp38 StatsCallbackPuller::StatsCallbackPuller(int tagId, const shared_ptr<IPullAtomCallback>& callback, in StatsCallbackPuller()
H A Dpuller_util.cpp50 int tagId, const vector<int>& additiveFieldsVec) { in mapAndMergeIsolatedUidsToHostUid()
/aosp12/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/info/
H A DInfoPanel.java52 short tagId = exifTag.getTagId(); in createStringFromIfFound() local
/aosp12/packages/modules/StatsD/statsd/tests/shell/
H A DShellSubscriber_test.cpp195 vector<std::shared_ptr<LogEvent>>* data) { in TEST()
/aosp12/frameworks/base/core/jni/
H A Dandroid_hardware_camera2_DngCreator.cpp56 #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_EMPTY_RET_BOOL(entry, jnienv, tagId, writer) \ argument
94 #define BAIL_IF_EMPTY_RET_STATUS(entry, jnienv, tagId, writer) \ argument
102 #define BAIL_IF_EXPR_RET_NULL_SP(expr, jnienv, tagId, writer) \ argument
926 uint16_t tagId = entries[i]; in moveEntries() local

12