Home
last modified time | relevance | path

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

12

/frameworks/base/cmds/statsd/tests/metrics/
Dmetrics_test_helper.cpp21 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()
DValueMetricProducer_test.cpp43 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 …]
DDurationMetricProducer_test.cpp69 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
DGaugeMetricProducer_test.cpp42 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 …]
DCountMetricProducer_test.cpp58 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
DEventMetricProducer_test.cpp92 int tagId = 1; in TEST() local
/frameworks/base/packages/WallpaperCropper/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()
/frameworks/base/services/core/java/com/android/server/stats/
DStatsCompanionService.java862 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/
DStatsPullerManager.cpp277 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()
DStatsCallbackPuller.cpp32 StatsCallbackPuller::StatsCallbackPuller(int tagId, const sp<IStatsPullerCallback>& callback) : in StatsCallbackPuller()
DStatsCompanionServicePuller.cpp41 StatsCompanionServicePuller::StatsCompanionServicePuller(int tagId) : StatsPuller(tagId) { in StatsCompanionServicePuller()
DResourceHealthManagerPuller.cpp54 ResourceHealthManagerPuller::ResourceHealthManagerPuller(int tagId) : StatsPuller(tagId) { in ResourceHealthManagerPuller()
DCarStatsPuller.cpp70 CarStatsPuller::CarStatsPuller(const int tagId) : StatsPuller(tagId) { in CarStatsPuller()
DStatsPuller.cpp35 StatsPuller::StatsPuller(const int tagId) in StatsPuller()
Dpuller_util.cpp57 int tagId) { in mapAndMergeIsolatedUidsToHostUid()
DGpuStatsPuller.cpp34 GpuStatsPuller::GpuStatsPuller(const int tagId) : StatsPuller(tagId) { in GpuStatsPuller()
/frameworks/base/cmds/statsd/src/logd/
DLogEvent.cpp122 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/
DGpuStatsPuller_test.cpp66 MockGpuStatsPuller(const int tagId, vector<std::shared_ptr<LogEvent>>* data) in MockGpuStatsPuller()
/frameworks/base/cmds/statsd/tests/shell/
DShellSubscriber_test.cpp193 .WillRepeatedly(Invoke([](int tagId, vector<std::shared_ptr<LogEvent>>* data) { in TEST()
/frameworks/base/cmds/statsd/src/
Dstats_log_util.cpp321 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/
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_EXPR_RET_NULL_SP(expr, jnienv, tagId, writer) \ argument
842 uint16_t tagId = entries[i]; in moveEntries() local
/frameworks/base/cmds/statsd/src/metrics/
DMetricsManager.cpp361 int tagId = event.GetTagId(); in onLogEvent() local

12