| /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 | 358 int calculateDelay(long timestampNs) { in calculateDelay() 682 TransitionInfoSnapshot notifyWindowsDrawn(@NonNull ActivityRecord r, long timestampNs) { in notifyWindowsDrawn() 726 final long timestampNs = SystemClock.elapsedRealtimeNanos(); in notifyTransitionStarting() local 879 long timestampNs) { in done() 1295 private void launchObserverNotifyIntentStarted(Intent intent, long timestampNs) { in launchObserverNotifyIntentStarted() 1340 private void launchObserverNotifyReportFullyDrawn(ActivityRecord r, long timestampNs) { in launchObserverNotifyReportFullyDrawn() 1343 mLaunchObserver.onReportFullyDrawn(convertActivityRecordToProto(r), timestampNs); in launchObserverNotifyReportFullyDrawn() local 1367 private void launchObserverNotifyActivityLaunchFinished(TransitionInfo info, long timestampNs) { in launchObserverNotifyActivityLaunchFinished() 1372 convertActivityRecordToProto(info.mLastLaunchedActivity), timestampNs); in launchObserverNotifyActivityLaunchFinished() local
|
| /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/ex/camera2/extensions/stub/src/main/java/androidx/camera/extensions/impl/advanced/ |
| D | ImageProcessorImpl.java | 50 long timestampNs, in onNextImageAvailable()
|
| /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() 554 int64_t timestampNs = make_timestamp_ns_locked(); in createReportFile() local 597 int64_t timestampNs; in getReport() local 693 int64_t timestampNs = 0; in make_timestamp_ns_locked() local 711 bool WorkDirectory::file_exists_locked(int64_t timestampNs) { in file_exists_locked() 717 string WorkDirectory::make_filename(int64_t timestampNs, const string& extension) { in make_filename() 755 int64_t timestampNs; in get_directory_contents_locked() local
|
| /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/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 | 146 private void alertListenersInternal(boolean below, long timestampNs) { in alertListenersInternal() 181 private void onSensorEvent(boolean belowThreshold, boolean aboveThreshold, long timestampNs) { in onSensorEvent()
|
| /frameworks/base/packages/SystemUI/src/com/android/systemui/classifier/ |
| D | ProximityClassifier.java | 112 long timestampNs = proximityEvent.getTimestampNs(); in onProximityEvent() local
|
| /frameworks/base/media/java/android/media/ |
| D | ImageWriter.java | 979 long timestampNs, int left, int top, int right, int bottom, int transform, in nativeQueueInputImage() 983 long imageNativeBuffer, int imageFormat, long timestampNs, int left, in nativeAttachAndQueueImage() 986 GraphicBuffer graphicBuffer, int imageFormat, long timestampNs, int left, in nativeAttachAndQueueGraphicBuffer()
|
| D | ImageReader.java | 994 public void setTimestamp(long timestampNs) { in setTimestamp()
|
| /frameworks/libs/net/client-libs/netd/com/android/net/module/util/ |
| D | BaseNetdUnsolicitedEventListener.java | 29 public void onInterfaceClassActivityChanged(boolean isActive, int timerLabel, long timestampNs, in onInterfaceClassActivityChanged()
|
| /frameworks/base/media/jni/ |
| D | android_media_ImageWriter.cpp | 612 jlong timestampNs, jint left, jint top, jint right, jint bottom, jint transform, in ImageWriter_queueImage() 696 sp<Surface> surface, sp<GraphicBuffer> gb, jlong timestampNs, jint left, jint top, in attachAndQeueuGraphicBuffer() 778 jlong nativeBuffer, jint imageFormat, jlong timestampNs, jint left, jint top, in ImageWriter_attachAndQueueImage() 809 jobject buffer, jint format, jlong timestampNs, jint left, jint top, in ImageWriter_attachAndQueueGraphicBuffer()
|
| /frameworks/base/media/mca/filterpacks/java/android/filterpacks/videosink/ |
| D | MediaEncoderFilter.java | 338 public boolean skipFrameAndModifyTimestamp(long timestampNs) { in skipFrameAndModifyTimestamp()
|
| /frameworks/av/media/ndk/ |
| D | NdkImage.cpp | 679 media_status_t AImage_getTimestamp(const AImage* image, /*out*/int64_t* timestampNs) { in AImage_getTimestamp()
|
| D | NdkMediaCodec.cpp | 674 AMediaCodec *mData, size_t idx, int64_t timestampNs) { in AMediaCodec_releaseOutputBufferAtTime()
|
| /frameworks/base/core/java/com/android/internal/app/ |
| D | IBatteryStats.aidl | 110 void noteMobileRadioPowerState(int powerState, long timestampNs, int uid); in noteMobileRadioPowerState() 136 void noteWifiRadioPowerState(int powerState, long timestampNs, int uid); in noteWifiRadioPowerState()
|
| /frameworks/base/services/core/java/com/android/server/connectivity/ |
| D | NetdEventListenerService.java | 264 byte[] dstHw, String srcIp, String dstIp, int srcPort, int dstPort, long timestampNs) { in onWakeupEvent()
|
| /frameworks/av/media/libstagefright/ |
| D | ACodecBufferChannel.cpp | 462 const sp<MediaCodecBuffer> &buffer, int64_t timestampNs) { in renderOutputBuffer()
|
| /frameworks/av/media/libmediaplayerservice/nuplayer/ |
| D | NuPlayerDecoder.cpp | 1189 int64_t timestampNs; in onRenderBuffer() local
|
| /frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/helpers/ |
| D | CameraErrorCollector.java | 1059 long timestampNs) { in expectImageProperties()
|
| /frameworks/av/media/codec2/sfplugin/ |
| D | CCodecBufferChannel.cpp | 732 const sp<MediaCodecBuffer> &buffer, int64_t timestampNs) { in renderOutputBuffer()
|