Home
last modified time | relevance | path

Searched refs:eventToken (Results 1 – 3 of 3) sorted by relevance

/aosp12/packages/modules/StatsD/statsd/src/metrics/
H A DEventMetricProducer.cpp202 uint64_t eventToken = mProto->start(FIELD_TYPE_MESSAGE | FIELD_ID_ATOMS); in onMatchedLogEventInternalLocked() local
204 mProto->end(eventToken); in onMatchedLogEventInternalLocked()
/aosp12/hardware/interfaces/sensors/common/vts/utils/include/sensors-vts-utils/
H A DSensorsHidlTestBase.h526 int32_t eventToken; in testDirectReportOperation() local
528 [&eventToken](auto result, auto token) { in testDirectReportOperation()
530 eventToken = token; in testDirectReportOperation()
563 EXPECT_EQ(eventToken, e.sensorHandle) in testDirectReportOperation()
/aosp12/frameworks/base/services/core/java/com/android/server/content/
H A DSyncStorageEngine.java2142 final long eventToken = proto.start(SyncStatusProto.StatusInfo.LAST_EVENT_INFO); in readSyncStatusInfoLocked() local
2147 proto.end(eventToken); in readSyncStatusInfoLocked()
2315 final long eventToken = proto.start(SyncStatusProto.StatusInfo.LAST_EVENT_INFO); in writeStatusInfoLocked() local
2319 proto.end(eventToken); in writeStatusInfoLocked()