| /frameworks/base/services/core/java/com/android/server/wm/ |
| D | LaunchObserverRegistryImpl.java | 73 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()
|
| D | ActivityMetricsLogger.java | 301 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/ |
| D | DurationAnomalyTracker.cpp | 39 const int64_t& timestampNs) { in startAlarm() 60 const int64_t& timestampNs) { in stopAlarm() 87 void DurationAnomalyTracker::informAlarmsFired(const int64_t& timestampNs, in informAlarmsFired()
|
| D | AnomalyTracker.cpp | 213 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()
|
| D | AlarmTracker.cpp | 72 const int64_t& timestampNs, in informAlarmsFired()
|
| D | AnomalyTracker.h | 111 virtual void informAlarmsFired(const int64_t& timestampNs, in informAlarmsFired()
|
| /frameworks/base/startop/iorap/src/com/google/android/startop/iorap/ |
| D | EventSequenceValidator.java | 105 public void onIntentStarted(@NonNull Intent intent, long timestampNs) { in onIntentStarted() 184 long timestampNs) { in onActivityLaunchFinished() 204 long timestampNs) { in onReportFullyDrawn()
|
| D | AppLaunchEvent.java | 90 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/ |
| D | statsd_test_util.cpp | 646 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/ |
| D | metric_util.cpp | 273 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/ |
| D | WorkDirectory.cpp | 228 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/ |
| D | ConditionTimer.h | 65 void onConditionChanged(bool newCondition, int64_t timestampNs) { in onConditionChanged()
|
| /frameworks/base/location/lib/java/com/android/location/provider/ |
| D | ActivityRecognitionEvent.java | 28 public ActivityRecognitionEvent(String activity, int eventType, long timestampNs) { in ActivityRecognitionEvent()
|
| /frameworks/base/core/java/android/hardware/location/ |
| D | ActivityRecognitionEvent.java | 32 public ActivityRecognitionEvent(String activity, int eventType, long timestampNs) { in ActivityRecognitionEvent()
|
| /frameworks/base/cmds/statsd/src/ |
| D | StatsLogProcessor.cpp | 124 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/ |
| D | LogEvent.h | 124 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/ |
| D | FakeThresholdSensor.java | 66 void triggerEvent(boolean below, long timestampNs) { in triggerEvent()
|
| /frameworks/base/packages/SystemUI/src/com/android/systemui/util/sensors/ |
| D | ThresholdSensor.java | 96 public ThresholdSensorEvent(boolean below, long timestampNs) { in ThresholdSensorEvent()
|
| D | ThresholdSensorImpl.java | 144 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/ |
| D | ProximityClassifier.java | 106 long timestampNs = proximityEvent.getTimestampNs(); in onProximityEvent() local
|
| /frameworks/base/cmds/statsd/src/external/ |
| D | StatsPuller.cpp | 116 int StatsPuller::ClearCacheIfNecessary(int64_t timestampNs) { in ClearCacheIfNecessary()
|
| /frameworks/base/cmds/statsd/tests/log_event/ |
| D | LogEventQueue_test.cpp | 37 std::unique_ptr<LogEvent> makeLogEvent(uint64_t timestampNs) { in makeLogEvent()
|
| /frameworks/base/cmds/statsd/tests/e2e/ |
| D | GaugeMetric_e2e_push_test.cpp | 73 uint64_t timestampNs, const int uid, const string& pkg_name, in CreateAppStartOccurredEvent()
|
| /frameworks/base/packages/Tethering/src/android/net/util/ |
| D | BaseNetdUnsolicitedEventListener.java | 29 public void onInterfaceClassActivityChanged(boolean isActive, int timerLabel, long timestampNs, in onInterfaceClassActivityChanged()
|
| /frameworks/base/cmds/statsd/src/packages/ |
| D | UidMap.h | 62 const int64_t timestampNs; member
|