Home
last modified time | relevance | path

Searched defs:postTime (Results 1 – 13 of 13) sorted by relevance

/frameworks/base/libs/WindowManager/Shell/tests/unittest/src/com/android/wm/shell/bubbles/
DBubbleDataTest.java1197 private void setPostTime(BubbleEntry entry, long postTime) { in setPostTime()
1207 NotificationListenerService.Ranking ranking, long postTime, in createBubbleEntry()
1239 private void sendUpdatedEntryAtTime(BubbleEntry entry, long postTime) { in sendUpdatedEntryAtTime()
1244 private void sendUpdatedEntryAtTime(BubbleEntry entry, long postTime, long currentTime) { in sendUpdatedEntryAtTime()
1249 private void sendUpdatedEntryAtTime(BubbleEntry entry, long postTime, in sendUpdatedEntryAtTime()
/frameworks/base/core/java/android/service/notification/
DStatusBarNotification.java68 private final long postTime; field in StatusBarNotification
77 String overrideGroupKey, long postTime) { in StatusBarNotification()
101 long postTime) { in StatusBarNotification()
/frameworks/native/services/surfaceflinger/tests/unittests/
DTransactionFrameTracerTest.cpp82 nsecs_t postTime = 20; in BLASTTransactionSendsFrameTracerEvents() local
/frameworks/native/services/surfaceflinger/fuzzer/
Dsurfaceflinger_layer_fuzzer.cpp98 const int64_t postTime = mFdp.ConsumeIntegral<int64_t>(); in invokeEffectLayer() local
/frameworks/native/services/surfaceflinger/
DTransactionState.h129 int64_t postTime; member
DLayer.cpp1334 nsecs_t postTime) { in setFrameTimelineVsyncForBufferTransaction()
1357 nsecs_t postTime) { in setFrameTimelineVsyncForBufferlessTransaction()
1406 const FrameTimelineInfo& info, nsecs_t postTime) { in createSurfaceFrameForTransaction()
1441 void Layer::setFrameTimelineVsyncForSkippedFrames(const FrameTimelineInfo& info, nsecs_t postTime, in setFrameTimelineVsyncForSkippedFrames()
3074 const BufferData& bufferData, nsecs_t postTime, nsecs_t desiredPresentTime, in setBuffer()
DLayer.h206 nsecs_t postTime; member
DSurfaceFlinger.cpp4536 const int64_t postTime = systemTime(); in setTransactionState() local
4621 const int64_t postTime, bool hasListenerCallbacks, in applyTransactionState()
4800 int64_t postTime, uint64_t transactionId) { in setClientStateLocked()
5149 bool isAutoTimestamp, int64_t postTime, in updateLayerCallbacksAndStats()
/frameworks/base/packages/SystemUI/tests/utils/src/com/android/systemui/statusbar/
DSbnBuilder.java177 public SbnBuilder setPostTime(long postTime) { in setPostTime()
/frameworks/native/services/surfaceflinger/TimeStats/
DTimeStats.h196 nsecs_t postTime = 0; member
DTimeStats.cpp577 uid_t uid, nsecs_t postTime, GameMode gameMode) { in setPostTime()
/frameworks/base/packages/SystemUI/tests/utils/src/com/android/systemui/statusbar/notification/collection/
DNotificationEntryBuilder.java207 public NotificationEntryBuilder setPostTime(long postTime) { in setPostTime()
/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/
DNotificationManagerServiceTest.java844 private StatusBarNotification generateSbn(String pkg, int uid, long postTime, int userId) { in generateSbn()