Home
last modified time | relevance | path

Searched defs:timestampNs (Results 1 – 25 of 34) sorted by relevance

12

/packages/modules/StatsD/statsd/src/anomaly/
DDurationAnomalyTracker.cpp39 const int64_t& timestampNs) { in startAlarm()
60 const int64_t& timestampNs) { in stopAlarm()
87 void DurationAnomalyTracker::informAlarmsFired(const int64_t& timestampNs, in informAlarmsFired()
DAnomalyTracker.h125 virtual void stopAlarm(const MetricDimensionKey& dimensionKey, const int64_t& timestampNs) { in stopAlarm()
136 virtual void informAlarmsFired(const int64_t& timestampNs, in informAlarmsFired()
DAnomalyTracker.cpp209 void AnomalyTracker::declareAnomaly(const int64_t& timestampNs, int64_t metricId, in declareAnomaly()
240 void AnomalyTracker::detectAndDeclareAnomaly(const int64_t& timestampNs, in detectAndDeclareAnomaly()
249 bool AnomalyTracker::isInRefractoryPeriod(const int64_t& timestampNs, in isInRefractoryPeriod()
DAlarmTracker.cpp72 const int64_t& timestampNs, in informAlarmsFired()
/packages/modules/StatsD/statsd/benchmark/
Dmetric_util.cpp273 uint64_t timestampNs, const android::view::DisplayStateEnum state) { in CreateScreenStateChangedEvent()
286 const string& jobName, const ScheduledJobStateChanged::State state, uint64_t timestampNs) { in CreateScheduledJobStateChangedEvent()
300 std::unique_ptr<LogEvent> CreateStartScheduledJobEvent(uint64_t timestampNs, in CreateStartScheduledJobEvent()
309 std::unique_ptr<LogEvent> CreateFinishScheduledJobEvent(uint64_t timestampNs, in CreateFinishScheduledJobEvent()
317 std::unique_ptr<LogEvent> CreateSyncStateChangedEvent(uint64_t timestampNs, in CreateSyncStateChangedEvent()
335 std::unique_ptr<LogEvent> CreateSyncStartEvent(uint64_t timestampNs, in CreateSyncStartEvent()
343 std::unique_ptr<LogEvent> CreateSyncEndEvent(uint64_t timestampNs, in CreateSyncEndEvent()
/packages/modules/StatsD/statsd/tests/
Dstatsd_test_util.cpp948 std::unique_ptr<LogEvent> CreateScreenStateChangedEvent(uint64_t timestampNs, in CreateScreenStateChangedEvent()
963 std::unique_ptr<LogEvent> CreateBatterySaverOnEvent(uint64_t timestampNs) { in CreateBatterySaverOnEvent()
976 std::unique_ptr<LogEvent> CreateBatterySaverOffEvent(uint64_t timestampNs) { in CreateBatterySaverOffEvent()
989 std::unique_ptr<LogEvent> CreateBatteryStateChangedEvent(const uint64_t timestampNs, const BatteryP… in CreateBatteryStateChangedEvent()
1000 std::unique_ptr<LogEvent> CreateScreenBrightnessChangedEvent(uint64_t timestampNs, int level) { in CreateScreenBrightnessChangedEvent()
1013 const string& jobName, const ScheduledJobStateChanged::State state, uint64_t timestampNs) { in CreateScheduledJobStateChangedEvent()
1027 std::unique_ptr<LogEvent> CreateStartScheduledJobEvent(uint64_t timestampNs, in CreateStartScheduledJobEvent()
1036 std::unique_ptr<LogEvent> CreateFinishScheduledJobEvent(uint64_t timestampNs, in CreateFinishScheduledJobEvent()
1045 std::unique_ptr<LogEvent> CreateScheduleScheduledJobEvent(uint64_t timestampNs, in CreateScheduleScheduledJobEvent()
1054 uint64_t timestampNs, const vector<int>& repeatedIntField, in CreateTestAtomReportedEventVariableRepeatedFields()
[all …]
/packages/apps/Camera2/src/com/android/camera/burst/
DRingBuffer.java93 private synchronized void removeAndCloseImage(long timestampNs) { in removeAndCloseImage()
/packages/modules/StatsD/statsd/src/condition/
DConditionTimer.h133 void onConditionChanged(bool newCondition, int64_t timestampNs) { in onConditionChanged()
/packages/modules/StatsD/statsd/src/
DStatsLogProcessor.cpp136 const int64_t& timestampNs, in processFiredAnomalyAlarmsLocked()
143 const int64_t& timestampNs, in onPeriodicAlarmFired()
381 void StatsLogProcessor::resetConfigsLocked(const int64_t timestampNs) { in resetConfigsLocked()
537 void StatsLogProcessor::OnConfigUpdated(const int64_t timestampNs, const int64_t wallClockNs, in OnConfigUpdated()
545 void StatsLogProcessor::OnConfigUpdated(const int64_t timestampNs, const ConfigKey& key, in OnConfigUpdated()
550 void StatsLogProcessor::OnConfigUpdatedLocked(const int64_t timestampNs, const ConfigKey& key, in OnConfigUpdatedLocked()
805 void StatsLogProcessor::resetConfigsLocked(const int64_t timestampNs, in resetConfigsLocked()
1141 void StatsLogProcessor::WriteDataToDiskLocked(const ConfigKey& key, const int64_t timestampNs, in WriteDataToDiskLocked()
1391 void StatsLogProcessor::informPullAlarmFired(const int64_t timestampNs) { in informPullAlarmFired()
/packages/modules/StatsD/apex/tests/libstatspull/src/com/android/internal/os/statsd/libstats/
DStatsConfigUtils.java138 atomTimestamp.add(Pair.create(atomInfo.getAtom(), timestampNs)); in backFillGaugeBucketAtoms() local
/packages/modules/StatsD/statsd/src/external/
DStatsPuller.cpp118 int StatsPuller::ClearCacheIfNecessary(int64_t timestampNs) { in ClearCacheIfNecessary()
DStatsPullerManager.cpp305 int StatsPullerManager::ClearPullerCacheIfNecessary(int64_t timestampNs) { in ClearPullerCacheIfNecessary()
/packages/modules/StatsD/statsd/src/logd/
DLogEvent.h177 void setElapsedTimestampNs(int64_t timestampNs) { in setElapsedTimestampNs()
184 void setLogdWallClockTimestampNs(int64_t timestampNs) { in setLogdWallClockTimestampNs()
/packages/modules/StatsD/statsd/tests/log_event/
DLogEventQueue_test.cpp37 std::unique_ptr<LogEvent> makeLogEvent(uint64_t timestampNs) { in makeLogEvent()
/packages/modules/StatsD/statsd/src/packages/
DUidMap.h67 const int64_t timestampNs; member
/packages/modules/StatsD/statsd/tests/metrics/
DCountMetricProducer_test.cpp46 void makeLogEvent(LogEvent* logEvent, int64_t timestampNs, int atomId) { in makeLogEvent()
54 void makeLogEvent(LogEvent* logEvent, int64_t timestampNs, int atomId, string uid) { in makeLogEvent()
DEventMetricProducer_test.cpp44 void makeLogEvent(LogEvent* logEvent, int32_t atomId, int64_t timestampNs, string str, in makeLogEvent()
/packages/modules/StatsD/statsd/src/metrics/
DMetricsManager.h94 inline bool isInTtl(const int64_t timestampNs) const { in isInTtl()
DGaugeMetricProducer.cpp339 for (int64_t timestampNs : elapsedTimestampsNs) { in onDumpReportLocked() local
371 void GaugeMetricProducer::pullAndMatchEventsLocked(const int64_t timestampNs) { in pullAndMatchEventsLocked()
DMetricsManager.cpp723 const int64_t& timestampNs, in onAnomalyAlarmFired()
731 const int64_t& timestampNs, in onPeriodicAlarmFired()
DEventMetricProducer.cpp186 for (int64_t timestampNs : elapsedTimestampsNs) { in onDumpReportLocked() local
/packages/modules/StatsD/statsd/tests/e2e/
DKllMetric_e2e_test.cpp30 unique_ptr<LogEvent> CreateTestAtomReportedEvent(const uint64_t timestampNs, const long longField, in CreateTestAtomReportedEvent()
/packages/modules/StatsD/tests/src/android/cts/statsd/atom/
DAtomTestCase.java413 atomTimestamp.add(Pair.create(atomInfo.getAtom(), timestampNs)); in backFillGaugeBucketAtoms() local
445 atomTimestampData.add(Pair.create(atomInfo.getAtom(), timestampNs)); in backfillGaugeBucket() local
1244 protected void assertTimestampIsTruncated(long timestampNs) { in assertTimestampIsTruncated()
/packages/modules/StatsD/statsd/src/shell/
DShellSubscriberClient.cpp180 const int64_t timestampNs = truncateTimestampIfNecessary(event); in writeEventToProtoIfMatched() local
/packages/modules/Connectivity/bpf_progs/
Dnetd.h73 uint64_t timestampNs; member

12