Home
last modified time | relevance | path

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

123

/frameworks/base/services/core/java/com/android/server/wm/
DLaunchObserverRegistryImpl.java73 public void onIntentStarted(Intent intent, long timestampNs) { in onIntentStarted()
106 long timestampNs) { in onActivityLaunchFinished()
115 public void onReportFullyDrawn(@ActivityRecordProto byte[] activity, long timestampNs) { in onReportFullyDrawn()
135 private void handleOnIntentStarted(Intent intent, long timestampNs) { in handleOnIntentStarted()
171 @ActivityRecordProto byte[] activity, long timestampNs) { in handleOnActivityLaunchFinished()
180 @ActivityRecordProto byte[] activity, long timestampNs) { in handleOnReportFullyDrawn()
DActivityMetricsLogger.java301 int calculateDelay(long timestampNs) { in calculateDelay()
593 TransitionInfoSnapshot notifyWindowsDrawn(@NonNull ActivityRecord r, long timestampNs) { in notifyWindowsDrawn()
633 final long timestampNs = SystemClock.elapsedRealtimeNanos(); in notifyTransitionStarting() local
747 long timestampNs) { in done()
1126 private void launchObserverNotifyIntentStarted(Intent intent, long timestampNs) { in launchObserverNotifyIntentStarted()
1171 private void launchObserverNotifyReportFullyDrawn(ActivityRecord r, long timestampNs) { in launchObserverNotifyReportFullyDrawn()
1174 mLaunchObserver.onReportFullyDrawn(convertActivityRecordToProto(r), timestampNs); in launchObserverNotifyReportFullyDrawn() local
1198 private void launchObserverNotifyActivityLaunchFinished(TransitionInfo info, long timestampNs) { in launchObserverNotifyActivityLaunchFinished()
1203 convertActivityRecordToProto(info.mLastLaunchedActivity), timestampNs); in launchObserverNotifyActivityLaunchFinished() local
/frameworks/base/cmds/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.cpp213 void AnomalyTracker::declareAnomaly(const int64_t& timestampNs, int64_t metricId, in declareAnomaly()
244 void AnomalyTracker::detectAndDeclareAnomaly(const int64_t& timestampNs, in detectAndDeclareAnomaly()
253 bool AnomalyTracker::isInRefractoryPeriod(const int64_t& timestampNs, in isInRefractoryPeriod()
DAlarmTracker.cpp72 const int64_t& timestampNs, in informAlarmsFired()
DAnomalyTracker.h111 virtual void informAlarmsFired(const int64_t& timestampNs, in informAlarmsFired()
/frameworks/base/startop/iorap/src/com/google/android/startop/iorap/
DEventSequenceValidator.java105 public void onIntentStarted(@NonNull Intent intent, long timestampNs) { in onIntentStarted()
184 long timestampNs) { in onActivityLaunchFinished()
204 long timestampNs) { in onReportFullyDrawn()
DAppLaunchEvent.java90 public final long timestampNs; field in AppLaunchEvent.IntentStarted
94 long timestampNs) { in IntentStarted()
228 public final long timestampNs; field in AppLaunchEvent.ActivityLaunchFinished
232 long timestampNs) { in ActivityLaunchFinished()
309 public final long timestampNs; field in AppLaunchEvent.ReportFullyDrawn
313 long timestampNs) { in ReportFullyDrawn()
/frameworks/base/cmds/statsd/tests/
Dstatsd_test_util.cpp646 std::unique_ptr<LogEvent> CreateScreenStateChangedEvent(uint64_t timestampNs, in CreateScreenStateChangedEvent()
661 std::unique_ptr<LogEvent> CreateBatterySaverOnEvent(uint64_t timestampNs) { in CreateBatterySaverOnEvent()
674 std::unique_ptr<LogEvent> CreateBatterySaverOffEvent(uint64_t timestampNs) { in CreateBatterySaverOffEvent()
687 std::unique_ptr<LogEvent> CreateBatteryStateChangedEvent(const uint64_t timestampNs, const BatteryP… in CreateBatteryStateChangedEvent()
698 std::unique_ptr<LogEvent> CreateScreenBrightnessChangedEvent(uint64_t timestampNs, int level) { in CreateScreenBrightnessChangedEvent()
711 const string& jobName, const ScheduledJobStateChanged::State state, uint64_t timestampNs) { in CreateScheduledJobStateChangedEvent()
725 std::unique_ptr<LogEvent> CreateStartScheduledJobEvent(uint64_t timestampNs, in CreateStartScheduledJobEvent()
734 std::unique_ptr<LogEvent> CreateFinishScheduledJobEvent(uint64_t timestampNs, in CreateFinishScheduledJobEvent()
742 std::unique_ptr<LogEvent> CreateWakelockStateChangedEvent(uint64_t timestampNs, in CreateWakelockStateChangedEvent()
766 std::unique_ptr<LogEvent> CreateAcquireWakelockEvent(uint64_t timestampNs, in CreateAcquireWakelockEvent()
[all …]
/frameworks/base/cmds/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()
/frameworks/base/cmds/incidentd/src/
DWorkDirectory.cpp228 int64_t timestampNs; member
248 ReportFile::ReportFile(const sp<WorkDirectory>& workDirectory, int64_t timestampNs, in ReportFile()
548 int64_t timestampNs = make_timestamp_ns_locked(); in createReportFile() local
591 int64_t timestampNs; in getReport() local
687 int64_t timestampNs = 0; in make_timestamp_ns_locked() local
705 bool WorkDirectory::file_exists_locked(int64_t timestampNs) { in file_exists_locked()
711 string WorkDirectory::make_filename(int64_t timestampNs, const string& extension) { in make_filename()
749 int64_t timestampNs; in get_directory_contents_locked() local
/frameworks/base/cmds/statsd/src/condition/
DConditionTimer.h65 void onConditionChanged(bool newCondition, int64_t timestampNs) { in onConditionChanged()
/frameworks/base/location/lib/java/com/android/location/provider/
DActivityRecognitionEvent.java28 public ActivityRecognitionEvent(String activity, int eventType, long timestampNs) { in ActivityRecognitionEvent()
/frameworks/base/core/java/android/hardware/location/
DActivityRecognitionEvent.java32 public ActivityRecognitionEvent(String activity, int eventType, long timestampNs) { in ActivityRecognitionEvent()
/frameworks/base/cmds/statsd/src/
DStatsLogProcessor.cpp124 const int64_t& timestampNs, in onAnomalyAlarmFired()
132 const int64_t& timestampNs, in onPeriodicAlarmFired()
376 void StatsLogProcessor::resetConfigsLocked(const int64_t timestampNs) { in resetConfigsLocked()
511 void StatsLogProcessor::OnConfigUpdated(const int64_t timestampNs, const ConfigKey& key, in OnConfigUpdated()
519 const int64_t timestampNs, const ConfigKey& key, const StatsdConfig& config) { in OnConfigUpdatedLocked()
691 void StatsLogProcessor::resetConfigsLocked(const int64_t timestampNs, in resetConfigsLocked()
708 void StatsLogProcessor::resetIfConfigTtlExpiredLocked(const int64_t timestampNs) { in resetIfConfigTtlExpiredLocked()
798 const int64_t timestampNs, in WriteDataToDiskLocked()
1039 void StatsLogProcessor::informPullAlarmFired(const int64_t timestampNs) { in informPullAlarmFired()
/frameworks/base/cmds/statsd/src/logd/
DLogEvent.h124 void setElapsedTimestampNs(int64_t timestampNs) { in setElapsedTimestampNs()
131 void setLogdWallClockTimestampNs(int64_t timestampNs) { in setLogdWallClockTimestampNs()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/util/sensors/
DFakeThresholdSensor.java66 void triggerEvent(boolean below, long timestampNs) { in triggerEvent()
/frameworks/base/packages/SystemUI/src/com/android/systemui/util/sensors/
DThresholdSensor.java96 public ThresholdSensorEvent(boolean below, long timestampNs) { in ThresholdSensorEvent()
DThresholdSensorImpl.java144 private void alertListenersInternal(boolean below, long timestampNs) { in alertListenersInternal()
179 private void onSensorEvent(boolean belowThreshold, boolean aboveThreshold, long timestampNs) { in onSensorEvent()
/frameworks/base/packages/SystemUI/src/com/android/systemui/classifier/brightline/
DProximityClassifier.java106 long timestampNs = proximityEvent.getTimestampNs(); in onProximityEvent() local
/frameworks/base/cmds/statsd/src/external/
DStatsPuller.cpp116 int StatsPuller::ClearCacheIfNecessary(int64_t timestampNs) { in ClearCacheIfNecessary()
/frameworks/base/cmds/statsd/tests/log_event/
DLogEventQueue_test.cpp37 std::unique_ptr<LogEvent> makeLogEvent(uint64_t timestampNs) { in makeLogEvent()
/frameworks/base/cmds/statsd/tests/e2e/
DGaugeMetric_e2e_push_test.cpp73 uint64_t timestampNs, const int uid, const string& pkg_name, in CreateAppStartOccurredEvent()
/frameworks/base/packages/Tethering/src/android/net/util/
DBaseNetdUnsolicitedEventListener.java29 public void onInterfaceClassActivityChanged(boolean isActive, int timerLabel, long timestampNs, in onInterfaceClassActivityChanged()
/frameworks/base/cmds/statsd/src/packages/
DUidMap.h62 const int64_t timestampNs; member

123