Home
last modified time | relevance | path

Searched refs:addLatch (Results 1 – 5 of 5) sorted by relevance

/frameworks/base/core/tests/coretests/src/android/widget/
DAppWidgetHostViewTest.java97 mViewAddListener.addLatch.await(); in asyncInflation()
118 mViewAddListener.addLatch.await(); in asyncInflation_cancelled()
132 public final CountDownLatch addLatch = new CountDownLatch(1); field in AppWidgetHostViewTest.ViewAddListener
137 addLatch.countDown(); in onChildViewAdded()
/frameworks/native/libs/gui/include/gui/
DFrameTimestamps.h214 void addLatch(uint64_t frameNumber, nsecs_t latchTime);
/frameworks/native/services/surfaceflinger/
DBufferQueueLayer.cpp395 mFrameEventHistory.addLatch(mCurrentFrameNumber, latchTime); in updateFrameNumber()
/frameworks/native/libs/gui/
DFrameTimestamps.cpp382 void ConsumerFrameEventHistory::addLatch( in addLatch() function in android::ConsumerFrameEventHistory
/frameworks/native/libs/gui/tests/
DSurface_test.cpp987 mCfeh->addLatch(nNewFrame, newFrame->kLatchTime); in addFrameEvents()