Home
last modified time | relevance | path

Searched defs:timestampNanos (Results 1 – 14 of 14) sorted by relevance

/frameworks/base/core/java/android/view/
DDisplayEventReceiver.java250 public void onVsync(long timestampNanos, long physicalDisplayId, int frame, in onVsync()
263 public void onHotplug(long timestampNanos, long physicalDisplayId, boolean connected) { in onHotplug()
273 public void onHotplugConnectionError(long timestampNanos, int connectionError) { in onHotplugConnectionError()
285 public void onModeChanged(long timestampNanos, long physicalDisplayId, int modeId, in onModeChanged()
330 public void onFrameRateOverridesChanged(long timestampNanos, long physicalDisplayId, in onFrameRateOverridesChanged()
357 private void dispatchVsync(long timestampNanos, long physicalDisplayId, int frame) { in dispatchVsync()
364 private void dispatchHotplug(long timestampNanos, long physicalDisplayId, boolean connected) { in dispatchHotplug()
369 private void dispatchHotplugConnectionError(long timestampNanos, int connectionError) { in dispatchHotplugConnectionError()
375 private void dispatchModeChanged(long timestampNanos, long physicalDisplayId, int modeId, in dispatchModeChanged()
382 private void dispatchFrameRateOverrides(long timestampNanos, long physicalDisplayId, in dispatchFrameRateOverrides()
DChoreographer.java1347 public void onVsync(long timestampNanos, long physicalDisplayId, int frame, in onVsync()
/frameworks/base/services/core/java/com/android/server/wm/
DActivityMetricsLaunchObserver.java114 public void onIntentStarted(@NonNull Intent intent, long timestampNanos) { in onIntentStarted()
190 public void onActivityLaunchFinished(long id, ComponentName name, long timestampNanos, in onActivityLaunchFinished()
206 public void onReportFullyDrawn(long id, long timestampNanos) { in onReportFullyDrawn()
/frameworks/base/core/java/android/companion/virtual/sensor/
DVirtualSensorEvent.java39 private VirtualSensorEvent(@NonNull float[] values, long timestampNanos) { in VirtualSensorEvent()
129 public Builder setTimestampNanos(long timestampNanos) { in setTimestampNanos()
/frameworks/base/services/core/java/com/android/server/sensors/
DSensorService.java64 long timestampNanos, float[] values); in sendRuntimeSensorEventNative()
121 public boolean sendSensorEvent(int handle, int type, long timestampNanos, in sendSensorEvent()
DSensorManagerInternal.java82 public abstract boolean sendSensorEvent(int handle, int type, long timestampNanos, in sendSensorEvent()
/frameworks/base/services/profcollect/src/com/android/server/profcollect/
DProfcollectForwardingService.java299 public void onIntentStarted(Intent intent, long timestampNanos) { in onIntentStarted()
/frameworks/base/services/core/java/com/android/server/am/
DAppStartInfoTracker.java262 void onIntentStarted(@NonNull Intent intent, long timestampNanos) { in onIntentStarted()
350 void onActivityLaunchFinished(long id, ComponentName name, long timestampNanos, in onActivityLaunchFinished()
373 void onReportFullyDrawn(long id, long timestampNanos) { in onReportFullyDrawn()
/frameworks/av/media/libaaudio/tests/
Dtest_timestamps.cpp45 int64_t timestampNanos; member
Dtest_various.cpp118 int64_t timestampNanos = 0; in checkReleaseThenClose() local
/frameworks/av/services/mediametrics/
Dstatsd_codec.cpp187 const nsecs_t timestampNanos = MediaMetricsService::roundTime(item->getTimestamp()); in statsd_codec() local
/frameworks/base/services/core/java/com/android/server/net/
DNetworkManagementService.java577 final long timestampNanos; in onInterfaceClassActivityChanged() local
/frameworks/native/libs/gui/tests/
DBLASTBufferQueue_test.cpp338 nsecs_t timestampNanos = systemTime() + presentTimeDelay; in queueBuffer() local
/frameworks/base/tools/aapt2/integration-tests/CommandTests/
Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...