Home
last modified time | relevance | path

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

/frameworks/native/libs/gui/
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()
DBufferQueueProducer.cpp1027 nsecs_t postedTime = systemTime(SYSTEM_TIME_MONOTONIC); in queueBuffer() local
1030 postedTime, in queueBuffer()
/frameworks/base/services/core/java/com/android/server/notification/
DNotificationHistoryDatabase.java171 public void deleteNotificationHistoryItem(String pkg, long postedTime) { in deleteNotificationHistoryItem() argument
172 RemoveNotificationRunnable rnr = new RemoveNotificationRunnable(pkg, postedTime); in deleteNotificationHistoryItem()
430 public RemoveNotificationRunnable(String pkg, long postedTime) { in RemoveNotificationRunnable() argument
432 mPostedTime = postedTime; in RemoveNotificationRunnable()
DNotificationHistoryManager.java154 public void deleteNotificationHistoryItem(String pkg, int uid, long postedTime) { in deleteNotificationHistoryItem() argument
166 userHistory.deleteNotificationHistoryItem(pkg, postedTime); in deleteNotificationHistoryItem()
DNotificationManagerService.java3163 public void deleteNotificationHistoryItem(String pkg, int uid, long postedTime) {
3165 mHistoryManager.deleteNotificationHistoryItem(pkg, uid, postedTime);
/frameworks/native/services/surfaceflinger/
DBufferStateLayer.h84 bool addFrameEvent(const sp<Fence>& acquireFence, nsecs_t postedTime,
120 bool updateFrameEventHistory(const sp<Fence>& acquireFence, nsecs_t postedTime,
DBufferStateLayer.cpp246 bool BufferStateLayer::addFrameEvent(const sp<Fence>& acquireFence, nsecs_t postedTime, in addFrameEvent() argument
252 NewFrameEventsEntry newTimestamps = {mCurrentState.frameNumber, postedTime, desiredPresentTime, in addFrameEvent()
DLayer.cpp1685 getName().c_str(), newTimestamps->postedTime); in addAndGetFrameTimestamps()
/frameworks/native/libs/gui/tests/
DBLASTBufferQueue_test.cpp655 nsecs_t* requestedPresentTime, nsecs_t* postedTime, in setUpAndQueueBuffer() argument
674 if (postedTime) *postedTime = systemTime(); in setUpAndQueueBuffer()
696 ASSERT_GE(events->postedTime, postedTimeA); in TEST_F()
711 ASSERT_GE(events->postedTime, postedTimeA); in TEST_F()
724 ASSERT_GE(events->postedTime, postedTimeB); in TEST_F()
DSurface_test.cpp1100 fe.postedTime = frame->kPostedTime; in dequeueAndQueue()
1278 f1.postedTime = mFrames[0].kPostedTime; in TEST_F()
/frameworks/native/libs/gui/include/gui/
DFrameTimestamps.h86 nsecs_t postedTime{TIMESTAMP_PENDING};
173 nsecs_t postedTime{0};
/frameworks/base/core/java/android/app/
DNotificationHistory.java370 public boolean removeNotificationFromWrite(String packageName, long postedTime) { in removeNotificationFromWrite() argument
375 && postedTime == hn.getPostedTimeMs()) { in removeNotificationFromWrite()
DINotificationManager.aidl119 void deleteNotificationHistoryItem(String pkg, int uid, long postedTime); in deleteNotificationHistoryItem() argument