/aosp12/packages/apps/Settings/src/com/android/settings/notification/history/ |
H A D | NotificationHistoryViewHolder.java | 50 void setPostedTime(long postedTime) { in setPostedTime() argument 51 mTime.setTime(postedTime); in setPostedTime()
|
H A D | NotificationSbnViewHolder.java | 83 void setPostedTime(long postedTime) { in setPostedTime() argument 84 mTime.setTime(postedTime); in setPostedTime()
|
/aosp12/frameworks/native/libs/gui/ |
H A D | FrameTimestamps.cpp | 40 return FrameEvents::isValidTimestamp(postedTime); in hasPostedInfo() 112 StringAppendF(&outString, "--- Posted \t%" PRId64 "\n", postedTime); in dump() 268 frame->acquireFence = std::make_shared<FenceTime>(frame->postedTime); in updateAcquireFence() 288 frame.postedTime = d.mPostedTime; in applyDelta() 381 newTimestamps.postedTime = newEntry.postedTime; in addQueue() 505 mPostedTime(frameTimestamps.postedTime), in FrameEventsDelta()
|
H A D | BufferQueueProducer.cpp | 1027 nsecs_t postedTime = systemTime(SYSTEM_TIME_MONOTONIC); in queueBuffer() local 1030 postedTime, in queueBuffer()
|
/aosp12/frameworks/base/services/core/java/com/android/server/notification/ |
H A D | NotificationHistoryDatabase.java | 168 public void deleteNotificationHistoryItem(String pkg, long postedTime) { in deleteNotificationHistoryItem() argument 169 RemoveNotificationRunnable rnr = new RemoveNotificationRunnable(pkg, postedTime); in deleteNotificationHistoryItem() 455 public RemoveNotificationRunnable(String pkg, long postedTime) { in RemoveNotificationRunnable() argument 457 mPostedTime = postedTime; in RemoveNotificationRunnable()
|
H A D | NotificationHistoryManager.java | 154 public void deleteNotificationHistoryItem(String pkg, int uid, long postedTime) { in deleteNotificationHistoryItem() argument 166 userHistory.deleteNotificationHistoryItem(pkg, postedTime); in deleteNotificationHistoryItem()
|
H A D | NotificationManagerService.java | 3451 public void deleteNotificationHistoryItem(String pkg, int uid, long postedTime) { 3453 mHistoryManager.deleteNotificationHistoryItem(pkg, uid, postedTime);
|
/aosp12/frameworks/native/services/surfaceflinger/ |
H A D | BufferStateLayer.h | 71 bool addFrameEvent(const sp<Fence>& acquireFence, nsecs_t postedTime, 120 bool updateFrameEventHistory(const sp<Fence>& acquireFence, nsecs_t postedTime,
|
H A D | BufferStateLayer.cpp | 401 bool BufferStateLayer::addFrameEvent(const sp<Fence>& acquireFence, nsecs_t postedTime, in addFrameEvent() argument 407 NewFrameEventsEntry newTimestamps = {mDrawingState.frameNumber, postedTime, desiredPresentTime, in addFrameEvent()
|
H A D | Layer.cpp | 1540 getName().c_str(), mOwnerUid, newTimestamps->postedTime, in addAndGetFrameTimestamps()
|
/aosp12/frameworks/native/libs/gui/tests/ |
H A D | BLASTBufferQueue_test.cpp | 1334 nsecs_t* outRequestedPresentTime, nsecs_t* postedTime, in setUpAndQueueBuffer() argument 1354 if (postedTime) *postedTime = systemTime(); in setUpAndQueueBuffer() 1378 ASSERT_GE(events->postedTime, postedTimeA); in TEST_F() 1393 ASSERT_GE(events->postedTime, postedTimeA); in TEST_F() 1406 ASSERT_GE(events->postedTime, postedTimeB); in TEST_F() 1433 ASSERT_GE(events->postedTime, postedTimeA); in TEST_F() 1449 ASSERT_GE(events->postedTime, postedTimeA); in TEST_F() 1470 ASSERT_GE(events->postedTime, postedTimeA); in TEST_F() 1484 ASSERT_GE(events->postedTime, postedTimeB); in TEST_F()
|
H A D | Surface_test.cpp | 1150 fe.postedTime = frame->kPostedTime; in dequeueAndQueue() 1328 f1.postedTime = mFrames[0].kPostedTime; in TEST_F()
|
/aosp12/frameworks/native/libs/gui/include/gui/ |
H A D | FrameTimestamps.h | 86 nsecs_t postedTime{TIMESTAMP_PENDING}; 174 nsecs_t postedTime{0};
|
/aosp12/frameworks/base/core/java/android/app/ |
H A D | NotificationHistory.java | 368 public boolean removeNotificationFromWrite(String packageName, long postedTime) { in removeNotificationFromWrite() argument 373 && postedTime == hn.getPostedTimeMs()) { in removeNotificationFromWrite()
|
H A D | INotificationManager.aidl | 122 void deleteNotificationHistoryItem(String pkg, int uid, long postedTime); in deleteNotificationHistoryItem() argument
|