Home
last modified time | relevance | path

Searched defs:LogEvent (Results 1 – 2 of 2) sorted by relevance

/packages/modules/StatsD/statsd/src/logd/
DLogEvent.cpp42 LogEvent::LogEvent(int32_t uid, int32_t pid) in LogEvent() function in android::os::statsd::LogEvent
46 LogEvent::LogEvent(const string& trainName, int64_t trainVersionCode, bool requiresStaging, in LogEvent() function in android::os::statsd::LogEvent
66 LogEvent::LogEvent(int64_t wallClockTimestampNs, int64_t elapsedTimestampNs, in LogEvent() function in android::os::statsd::LogEvent
/packages/modules/StatsD/statsd/src/metrics/
DNumericValueMetricProducer.cpp213 void NumericValueMetricProducer::combineValueFields(pair<LogEvent, vector<int>>& eventValues, in combineValueFields()