Home
last modified time | relevance | path

Searched refs:postedTime (Results 1 – 15 of 15) sorted by relevance

/aosp12/packages/apps/Settings/src/com/android/settings/notification/history/
H A DNotificationHistoryViewHolder.java50 void setPostedTime(long postedTime) { in setPostedTime() argument
51 mTime.setTime(postedTime); in setPostedTime()
H A DNotificationSbnViewHolder.java83 void setPostedTime(long postedTime) { in setPostedTime() argument
84 mTime.setTime(postedTime); in setPostedTime()
/aosp12/frameworks/native/libs/gui/
H A DFrameTimestamps.cpp40 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 DBufferQueueProducer.cpp1027 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 DNotificationHistoryDatabase.java168 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 DNotificationHistoryManager.java154 public void deleteNotificationHistoryItem(String pkg, int uid, long postedTime) { in deleteNotificationHistoryItem() argument
166 userHistory.deleteNotificationHistoryItem(pkg, postedTime); in deleteNotificationHistoryItem()
H A DNotificationManagerService.java3451 public void deleteNotificationHistoryItem(String pkg, int uid, long postedTime) {
3453 mHistoryManager.deleteNotificationHistoryItem(pkg, uid, postedTime);
/aosp12/frameworks/native/services/surfaceflinger/
H A DBufferStateLayer.h71 bool addFrameEvent(const sp<Fence>& acquireFence, nsecs_t postedTime,
120 bool updateFrameEventHistory(const sp<Fence>& acquireFence, nsecs_t postedTime,
H A DBufferStateLayer.cpp401 bool BufferStateLayer::addFrameEvent(const sp<Fence>& acquireFence, nsecs_t postedTime, in addFrameEvent() argument
407 NewFrameEventsEntry newTimestamps = {mDrawingState.frameNumber, postedTime, desiredPresentTime, in addFrameEvent()
H A DLayer.cpp1540 getName().c_str(), mOwnerUid, newTimestamps->postedTime, in addAndGetFrameTimestamps()
/aosp12/frameworks/native/libs/gui/tests/
H A DBLASTBufferQueue_test.cpp1334 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 DSurface_test.cpp1150 fe.postedTime = frame->kPostedTime; in dequeueAndQueue()
1328 f1.postedTime = mFrames[0].kPostedTime; in TEST_F()
/aosp12/frameworks/native/libs/gui/include/gui/
H A DFrameTimestamps.h86 nsecs_t postedTime{TIMESTAMP_PENDING};
174 nsecs_t postedTime{0};
/aosp12/frameworks/base/core/java/android/app/
H A DNotificationHistory.java368 public boolean removeNotificationFromWrite(String packageName, long postedTime) { in removeNotificationFromWrite() argument
373 && postedTime == hn.getPostedTimeMs()) { in removeNotificationFromWrite()
H A DINotificationManager.aidl122 void deleteNotificationHistoryItem(String pkg, int uid, long postedTime); in deleteNotificationHistoryItem() argument