Searched refs:postedTime (Results 1 – 10 of 10) sorted by relevance
/frameworks/native/libs/gui/ |
D | FrameTimestamps.cpp | 40 return FrameEvents::isValidTimestamp(postedTime); in hasPostedInfo() 112 StringAppendF(&outString, "--- Posted \t%" PRId64 "\n", postedTime); in dump() 267 frame->acquireFence = std::make_shared<FenceTime>(frame->postedTime); in updateAcquireFence() 294 frame.postedTime = d.mPostedTime; in applyDelta() 422 newTimestamps.postedTime = newEntry.postedTime; in addQueue() 576 mPostedTime(frameTimestamps.postedTime), in FrameEventsDelta()
|
D | BufferQueueProducer.cpp | 1115 nsecs_t postedTime = systemTime(SYSTEM_TIME_MONOTONIC); in queueBuffer() local 1118 postedTime, in queueBuffer()
|
/frameworks/base/services/core/java/com/android/server/notification/ |
D | NotificationHistoryDatabase.java | 147 public void deleteNotificationHistoryItem(String pkg, long postedTime) { in deleteNotificationHistoryItem() argument 148 RemoveNotificationRunnable rnr = new RemoveNotificationRunnable(pkg, postedTime); in deleteNotificationHistoryItem() 390 public RemoveNotificationRunnable(String pkg, long postedTime) { in RemoveNotificationRunnable() argument 392 mPostedTime = postedTime; in RemoveNotificationRunnable()
|
D | NotificationHistoryManager.java | 181 public void deleteNotificationHistoryItem(String pkg, int uid, long postedTime) { in deleteNotificationHistoryItem() argument 193 userHistory.deleteNotificationHistoryItem(pkg, postedTime); in deleteNotificationHistoryItem()
|
D | NotificationManagerService.java | 3950 public void deleteNotificationHistoryItem(String pkg, int uid, long postedTime) { 3952 mHistoryManager.deleteNotificationHistoryItem(pkg, uid, postedTime);
|
/frameworks/native/libs/gui/tests/ |
D | BLASTBufferQueue_test.cpp | 1546 nsecs_t* outRequestedPresentTime, nsecs_t* postedTime, in setUpAndQueueBuffer() argument 1566 if (postedTime) *postedTime = systemTime(); in setUpAndQueueBuffer() 1589 ASSERT_GE(events->postedTime, postedTimeA); in TEST_F() 1607 ASSERT_GE(events->postedTime, postedTimeA); in TEST_F() 1622 ASSERT_GE(events->postedTime, postedTimeB); in TEST_F() 1638 ASSERT_GE(events->postedTime, postedTimeA); in TEST_F() 1652 ASSERT_GE(events->postedTime, postedTimeB); in TEST_F() 1666 ASSERT_GE(events->postedTime, postedTimeC); in TEST_F() 1693 ASSERT_GE(events->postedTime, postedTimeA); in TEST_F() 1708 ASSERT_GE(events->postedTime, postedTimeA); in TEST_F() [all …]
|
D | Surface_test.cpp | 1238 fe.postedTime = frame->kPostedTime; in dequeueAndQueue() 1412 f1.postedTime = mFrames[0].kPostedTime; in TEST_F()
|
/frameworks/native/libs/gui/include/gui/ |
D | FrameTimestamps.h | 75 nsecs_t postedTime{TIMESTAMP_PENDING}; 161 nsecs_t postedTime{0};
|
/frameworks/base/core/java/android/app/ |
D | NotificationHistory.java | 368 public boolean removeNotificationFromWrite(String packageName, long postedTime) { in removeNotificationFromWrite() argument 373 && postedTime == hn.getPostedTimeMs()) { in removeNotificationFromWrite()
|
D | INotificationManager.aidl | 127 void deleteNotificationHistoryItem(String pkg, int uid, long postedTime); in deleteNotificationHistoryItem() argument
|