/aosp12/frameworks/base/core/java/android/service/notification/ |
H A D | StatusBarNotification.java | 68 private final long postTime; field in StatusBarNotification 77 String overrideGroupKey, long postTime) { in StatusBarNotification() argument 89 this.postTime = postTime; in StatusBarNotification() 101 long postTime) { in StatusBarNotification() argument 113 this.postTime = postTime; in StatusBarNotification() 131 this.postTime = in.readLong(); in StatusBarNotification() 200 out.writeLong(this.postTime); in writeToParcel() 252 notification, this.user, this.overrideGroupKey, this.postTime); in cloneShallow() 365 return postTime; in getPostTime()
|
/aosp12/frameworks/base/libs/WindowManager/Shell/tests/unittest/src/com/android/wm/shell/bubbles/ |
H A D | BubbleDataTest.java | 1003 private void setPostTime(BubbleEntry entry, long postTime) { in setPostTime() argument 1004 when(entry.getStatusBarNotification().getPostTime()).thenReturn(postTime); in setPostTime() 1013 NotificationListenerService.Ranking ranking, long postTime) { in createBubbleEntry() argument 1031 when(sbn.getPostTime()).thenReturn(postTime); in createBubbleEntry() 1042 private void sendUpdatedEntryAtTime(BubbleEntry entry, long postTime) { in sendUpdatedEntryAtTime() argument 1043 setCurrentTime(postTime); in sendUpdatedEntryAtTime() 1044 sendUpdatedEntryAtTime(entry, postTime, true /* isTextChanged */); in sendUpdatedEntryAtTime() 1047 private void sendUpdatedEntryAtTime(BubbleEntry entry, long postTime, long currentTime) { in sendUpdatedEntryAtTime() argument 1049 sendUpdatedEntryAtTime(entry, postTime, true /* isTextChanged */); in sendUpdatedEntryAtTime() 1052 private void sendUpdatedEntryAtTime(BubbleEntry entry, long postTime, in sendUpdatedEntryAtTime() argument [all …]
|
/aosp12/frameworks/native/services/surfaceflinger/tests/unittests/ |
H A D | TransactionFrameTracerTest.cpp | 112 nsecs_t postTime = 20; in BLASTTransactionSendsFrameTracerEvents() local 118 traceTimestamp(layerId, bufferId, frameNumber, postTime, in BLASTTransactionSendsFrameTracerEvents() 120 layer->setBuffer(buffer, fence, postTime, /*desiredPresentTime*/ 30, false, mClientCache, in BLASTTransactionSendsFrameTracerEvents()
|
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/legacy/ |
H A D | NotificationGroupManagerLegacy.java | 287 long batchStartTime = postBatchHistory.last().postTime - POST_BATCH_MAX_AGE; in trimPostBatchHistory() 288 while (!postBatchHistory.isEmpty() && postBatchHistory.first().postTime < batchStartTime) { in trimPostBatchHistory() 897 public final long postTime; field in NotificationGroupManagerLegacy.PostRecord 902 this.postTime = entry.getSbn().getPostTime(); in PostRecord() 908 int postTimeComparison = Long.compare(this.postTime, o.postTime); in compareTo() 919 return postTime == that.postTime && key.equals(that.key); in equals() 924 return Objects.hash(postTime, key); in hashCode()
|
/aosp12/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/ |
H A D | SbnBuilder.java | 177 public SbnBuilder setPostTime(long postTime) { in setPostTime() argument 178 mPostTime = postTime; in setPostTime()
|
/aosp12/frameworks/native/services/surfaceflinger/TimeStats/ |
H A D | TimeStats.cpp | 505 const int32_t postToAcquireMs = msBetween(timeRecords[0].frameTime.postTime, in flushAvailableRecordsToStatsLocked() 511 const int32_t postToPresentMs = msBetween(timeRecords[0].frameTime.postTime, in flushAvailableRecordsToStatsLocked() 571 uid_t uid, nsecs_t postTime, int32_t gameMode) { in setPostTime() argument 576 postTime); in setPostTime() 603 .postTime = postTime, in setPostTime() 604 .latchTime = postTime, in setPostTime() 605 .acquireTime = postTime, in setPostTime() 606 .desiredTime = postTime, in setPostTime()
|
H A D | TimeStats.h | 82 uid_t uid, nsecs_t postTime, int32_t gameMode) = 0; 178 nsecs_t postTime = 0; member 248 nsecs_t postTime, int32_t gameMode) override;
|
/aosp12/frameworks/native/services/surfaceflinger/ |
H A D | Layer.cpp | 135 mDrawingState.postTime = -1; in Layer() 1203 nsecs_t postTime) { in setFrameTimelineVsyncForBufferTransaction() argument 1204 mDrawingState.postTime = postTime; in setFrameTimelineVsyncForBufferTransaction() 1216 mDrawingState.bufferSurfaceFrameTX->setActualQueueTime(postTime); in setFrameTimelineVsyncForBufferTransaction() 1224 nsecs_t postTime) { in setFrameTimelineVsyncForBufferlessTransaction() argument 1226 mDrawingState.postTime = postTime; in setFrameTimelineVsyncForBufferlessTransaction() 1243 auto surfaceFrame = createSurfaceFrameForTransaction(info, postTime); in setFrameTimelineVsyncForBufferlessTransaction() 1249 it->second = createSurfaceFrameForTransaction(info, postTime); in setFrameTimelineVsyncForBufferlessTransaction() 1271 const FrameTimelineInfo& info, nsecs_t postTime) { in createSurfaceFrameForTransaction() argument 1278 surfaceFrame->setActualQueueTime(postTime); in createSurfaceFrameForTransaction() [all …]
|
H A D | BufferStateLayer.cpp | 415 const sp<Fence>& acquireFence, nsecs_t postTime, in setBuffer() argument 454 mOwnerUid, postTime, getGameMode()); in setBuffer() 470 addFrameEvent(acquireFence, postTime, isAutoTimestamp ? 0 : desiredPresentTime); in setBuffer() 472 setFrameTimelineVsyncForBufferTransaction(info, postTime); in setBuffer() 479 mFlinger->mFrameTracer->traceTimestamp(layerId, bufferId, frameNumber, postTime, in setBuffer()
|
H A D | Layer.h | 259 nsecs_t postTime; member 835 void setFrameTimelineVsyncForBufferTransaction(const FrameTimelineInfo& info, nsecs_t postTime); 837 nsecs_t postTime); 846 const FrameTimelineInfo& info, nsecs_t postTime);
|
H A D | SurfaceFlinger.h | 348 int64_t desiredPresentTime, bool isAutoTimestamp, int64_t postTime, 523 int64_t postTime, uint32_t permissions, bool hasListenerCallbacks, in TransactionState() 535 postTime(postTime), in TransactionState() 554 const int64_t postTime; member 838 const client_cache_t& uncacheBuffer, const int64_t postTime,
|
H A D | BufferStateLayer.h | 59 const sp<Fence>& acquireFence, nsecs_t postTime, nsecs_t desiredPresentTime,
|
H A D | SurfaceFlinger.cpp | 3541 transaction.postTime, transaction.permissions, in flushTransactionQueues() 3726 const int64_t postTime = systemTime(); in setTransactionState() local 3735 uncacheBuffer, postTime, in setTransactionState() 3760 const int64_t postTime, uint32_t permissions, in applyTransactionState() argument 3782 postTime, permissions, listenerCallbacksWithSurfaces); in applyTransactionState() 3911 int64_t desiredPresentTime, bool isAutoTimestamp, int64_t postTime, uint32_t permissions, in setClientStateLocked() argument 4268 if (layer->setBuffer(buffer, s.acquireFence, postTime, desiredPresentTime, isAutoTimestamp, in setClientStateLocked() 4274 layer->setFrameTimelineVsyncForBufferlessTransaction(frameTimelineInfo, postTime); in setClientStateLocked()
|
/aosp12/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/collection/ |
H A D | NotificationEntryBuilder.java | 184 public NotificationEntryBuilder setPostTime(long postTime) { in setPostTime() argument 185 mSbnBuilder.setPostTime(postTime); in setPostTime()
|
/aosp12/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/ |
H A D | NotificationManagerServiceTest.java | 699 private StatusBarNotification generateSbn(String pkg, int uid, long postTime, int userId) { in generateSbn() argument 705 nb.build(), new UserHandle(userId), null, postTime); in generateSbn()
|
/aosp12/frameworks/base/tools/aapt2/integration-tests/CommandTests/ |
H A D | android-28.jar | META-INF/
META-INF/MANIFEST.MF
javax/
javax/net/
javax/ ... |